kubernetes_asyncio.client.models.v1beta1_parent_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.v1beta1_parent_reference.V1beta1ParentReference(group=None, name=None, namespace=None, resource=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.

attribute_map = {'group': 'group', 'name': 'name', 'namespace': 'namespace', 'resource': 'resource'}
property group

Gets the group of this V1beta1ParentReference. # noqa: E501

Group is the group of the object being referenced. # noqa: E501

Returns:

The group of this V1beta1ParentReference. # noqa: E501

Return type:

str

property name

Gets the name of this V1beta1ParentReference. # noqa: E501

Name is the name of the object being referenced. # noqa: E501

Returns:

The name of this V1beta1ParentReference. # noqa: E501

Return type:

str

property namespace

Gets the namespace of this V1beta1ParentReference. # noqa: E501

Namespace is the namespace of the object being referenced. # noqa: E501

Returns:

The namespace of this V1beta1ParentReference. # noqa: E501

Return type:

str

openapi_types = {'group': 'str', 'name': 'str', 'namespace': 'str', 'resource': 'str'}
property resource

Gets the resource of this V1beta1ParentReference. # noqa: E501

Resource is the resource of the object being referenced. # noqa: E501

Returns:

The resource of this V1beta1ParentReference. # noqa: E501

Return type:

str

to_dict(serialize=False)

Returns the model properties as a dict

to_str()

Returns the string representation of the model