Files
c/kubernetes/docs/v1_bound_object_reference.md

14 lines
613 B
Markdown
Raw Normal View History

2021-03-17 16:35:19 +08:00
# v1_bound_object_reference_t
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**api_version** | **char \*** | API version of the referent. | [optional]
**kind** | **char \*** | Kind of the referent. Valid kinds are 'Pod' and 'Secret'. | [optional]
**name** | **char \*** | Name of the referent. | [optional]
**uid** | **char \*** | UID of the referent. | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)