kubernetes_asyncio.client.models.v1_object_field_selector 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_object_field_selector.V1ObjectFieldSelector(api_version=None, field_path=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 V1ObjectFieldSelector. # noqa: E501

Version of the schema the FieldPath is written in terms of, defaults to “v1”. # noqa: E501

Returns:

The api_version of this V1ObjectFieldSelector. # noqa: E501

Return type:

str

attribute_map = {'api_version': 'apiVersion', 'field_path': 'fieldPath'}
property field_path

Gets the field_path of this V1ObjectFieldSelector. # noqa: E501

Path of the field to select in the specified API version. # noqa: E501

Returns:

The field_path of this V1ObjectFieldSelector. # noqa: E501

Return type:

str

openapi_types = {'api_version': 'str', 'field_path': 'str'}
to_dict(serialize=False)

Returns the model properties as a dict

to_str()

Returns the string representation of the model