python/kubernetes/docs/V1TypedLocalObjectReference.md
Nabarun Pal b4d11b02a3
Update client with OpenAPI generator v4.3.0
Signed-off-by: Nabarun Pal <pal.nabarun95@gmail.com>
2020-07-16 13:42:39 +05:30

804 B

V1TypedLocalObjectReference

TypedLocalObjectReference contains enough information to let you locate the typed referenced object inside the same namespace.

Properties

Name Type Description Notes
api_group str APIGroup is the group for the resource being referenced. If APIGroup is not specified, the specified Kind must be in the core API group. For any other third-party types, APIGroup is required. [optional]
kind str Kind is the type of resource being referenced
name str Name is the name of resource being referenced

[Back to Model list] [Back to API list] [Back to README]