kubernetes.aio.client.models.v1alpha1_param_kind 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.v1alpha1_param_kind.V1alpha1ParamKind(api_version=None, kind=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.
- property api_version¶
Gets the api_version of this V1alpha1ParamKind. # noqa: E501
apiVersion is the API group version the resources belong to. In format of “group/version”. Required. # noqa: E501
- Returns:
The api_version of this V1alpha1ParamKind. # noqa: E501
- Return type:
str
- attribute_map = {'api_version': 'apiVersion', 'kind': 'kind'}¶
- property kind¶
Gets the kind of this V1alpha1ParamKind. # noqa: E501
kind is the API kind the resources belong to. Required. # noqa: E501
- Returns:
The kind of this V1alpha1ParamKind. # noqa: E501
- Return type:
str
- openapi_types = {'api_version': 'str', 'kind': 'str'}¶
- to_dict(serialize=False)¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model