kubernetes_asyncio.client.models.v1_group_version_for_discovery 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_group_version_for_discovery.V1GroupVersionForDiscovery(group_version=None, version=None, local_vars_configuration=None)
Bases:
objectNOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'group_version': 'groupVersion', 'version': 'version'}
- property group_version
Gets the group_version of this V1GroupVersionForDiscovery. # noqa: E501
groupVersion specifies the API group and version in the form “group/version” # noqa: E501
- Returns:
The group_version of this V1GroupVersionForDiscovery. # noqa: E501
- Return type:
str
- openapi_types = {'group_version': 'str', 'version': 'str'}
- to_dict(serialize=False)
Returns the model properties as a dict
- to_str()
Returns the string representation of the model
- property version
Gets the version of this V1GroupVersionForDiscovery. # noqa: E501
version specifies the version in the form of “version”. This is to save the clients the trouble of splitting the GroupVersion. # noqa: E501
- Returns:
The version of this V1GroupVersionForDiscovery. # noqa: E501
- Return type:
str