kubernetes_asyncio.client.models.v1alpha1_group_version_resource 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.v1alpha1_group_version_resource.V1alpha1GroupVersionResource(group=None, resource=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': 'group', 'resource': 'resource', 'version': 'version'}
- property group
Gets the group of this V1alpha1GroupVersionResource. # noqa: E501
The name of the group. # noqa: E501
- Returns:
The group of this V1alpha1GroupVersionResource. # noqa: E501
- Return type:
str
- openapi_types = {'group': 'str', 'resource': 'str', 'version': 'str'}
- property resource
Gets the resource of this V1alpha1GroupVersionResource. # noqa: E501
The name of the resource. # noqa: E501
- Returns:
The resource of this V1alpha1GroupVersionResource. # 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
- property version
Gets the version of this V1alpha1GroupVersionResource. # noqa: E501
The name of the version. # noqa: E501
- Returns:
The version of this V1alpha1GroupVersionResource. # noqa: E501
- Return type:
str