kubernetes.aio.client.models.v2_api_subresource_discovery 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_subresource_discovery.V2APISubresourceDiscovery(subresource=None, response_kind=None, accepted_types=None, verbs=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 accepted_types¶
Gets the accepted_types of this V2APISubresourceDiscovery. # noqa: E501
- Returns:
The accepted_types of this V2APISubresourceDiscovery. # noqa: E501
- Return type:
list[IoK8sApimachineryPkgApisMetaV1GroupVersionKind]
- attribute_map = {'accepted_types': 'acceptedTypes', 'response_kind': 'responseKind', 'subresource': 'subresource', 'verbs': 'verbs'}¶
- openapi_types = {'accepted_types': 'list[IoK8sApimachineryPkgApisMetaV1GroupVersionKind]', 'response_kind': 'IoK8sApimachineryPkgApisMetaV1GroupVersionKind', 'subresource': 'str', 'verbs': 'list[str]'}¶
- property response_kind¶
Gets the response_kind of this V2APISubresourceDiscovery. # noqa: E501
- Returns:
The response_kind of this V2APISubresourceDiscovery. # noqa: E501
- Return type:
IoK8sApimachineryPkgApisMetaV1GroupVersionKind
- property subresource¶
Gets the subresource of this V2APISubresourceDiscovery. # noqa: E501
subresource is the name of the subresource. # noqa: E501
- Returns:
The subresource of this V2APISubresourceDiscovery. # 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 verbs¶
Gets the verbs of this V2APISubresourceDiscovery. # noqa: E501
verbs is a list of supported API operation types # noqa: E501
- Returns:
The verbs of this V2APISubresourceDiscovery. # noqa: E501
- Return type:
list[str]