kubernetes.aio.client.models.v2_api_group_discovery_list module

Kubernetes

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

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

class kubernetes.aio.client.models.v2_api_group_discovery_list.V2APIGroupDiscoveryList(api_version=None, kind=None, metadata=None, items=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_version

Gets the api_version of this V2APIGroupDiscoveryList. # noqa: E501

Returns:

The api_version of this V2APIGroupDiscoveryList. # noqa: E501

Return type:

str

attribute_map = {'api_version': 'apiVersion', 'items': 'items', 'kind': 'kind', 'metadata': 'metadata'}
property items

Gets the items of this V2APIGroupDiscoveryList. # noqa: E501

Returns:

The items of this V2APIGroupDiscoveryList. # noqa: E501

Return type:

list[V2APIGroupDiscovery]

property kind

Gets the kind of this V2APIGroupDiscoveryList. # noqa: E501

Returns:

The kind of this V2APIGroupDiscoveryList. # noqa: E501

Return type:

str

property metadata

Gets the metadata of this V2APIGroupDiscoveryList. # noqa: E501

Returns:

The metadata of this V2APIGroupDiscoveryList. # noqa: E501

Return type:

V1ListMeta

openapi_types = {'api_version': 'str', 'items': 'list[V2APIGroupDiscovery]', 'kind': 'str', 'metadata': 'V1ListMeta'}
to_dict(serialize=False)

Returns the model properties as a dict

to_str()

Returns the string representation of the model