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

15 lines
620 B
Markdown

# V1GroupVersionResource
GroupVersionResource unambiguously identifies a resource. 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 '']
**resource** | **str** | | [default to '']
**version** | **str** | | [default to '']
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)