kubernetes_asyncio.client.models.v1_typed_local_object_reference module

Kubernetes

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501

The version of the OpenAPI document: v1.34.3 Generated by: https://openapi-generator.tech

class kubernetes_asyncio.client.models.v1_typed_local_object_reference.V1TypedLocalObjectReference(api_group=None, kind=None, name=None, local_vars_configuration=None)

Bases: object

NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech

Do not edit the class manually.

property api_group

Gets the api_group of this V1TypedLocalObjectReference. # noqa: E501

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. # noqa: E501

Returns:

The api_group of this V1TypedLocalObjectReference. # noqa: E501

Return type:

str

attribute_map = {'api_group': 'apiGroup', 'kind': 'kind', 'name': 'name'}
property kind

Gets the kind of this V1TypedLocalObjectReference. # noqa: E501

Kind is the type of resource being referenced # noqa: E501

Returns:

The kind of this V1TypedLocalObjectReference. # noqa: E501

Return type:

str

property name

Gets the name of this V1TypedLocalObjectReference. # noqa: E501

Name is the name of resource being referenced # noqa: E501

Returns:

The name of this V1TypedLocalObjectReference. # noqa: E501

Return type:

str

openapi_types = {'api_group': 'str', 'kind': 'str', 'name': 'str'}
to_dict(serialize=False)

Returns the model properties as a dict

to_str()

Returns the string representation of the model