python/kubernetes/docs/V1ObjectFieldSelector.md
Nabarun Pal b4d11b02a3
Update client with OpenAPI generator v4.3.0
Signed-off-by: Nabarun Pal <pal.nabarun95@gmail.com>
2020-07-16 13:42:39 +05:30

583 B

V1ObjectFieldSelector

ObjectFieldSelector selects an APIVersioned field of an object.

Properties

Name Type Description Notes
api_version str Version of the schema the FieldPath is written in terms of, defaults to &quot;v1&quot;. [optional]
field_path str Path of the field to select in the specified API version.

[Back to Model list] [Back to API list] [Back to README]