mpi-operator/sdk/python/v2beta1/docs/V1GroupVersionKind.md

604 B

V1GroupVersionKind

GroupVersionKind unambiguously identifies a kind. It doesn't anonymously include GroupVersion to avoid automatic coercion. It doesn't use a GroupVersion to avoid custom marshalling

Properties

Name Type Description Notes
group str [default to '']
kind str [default to '']
version str [default to '']

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