python/kubernetes/docs/V1SecretKeySelector.md
2017-04-05 15:24:07 -07:00

13 lines
609 B
Markdown

# V1SecretKeySelector
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**key** | **str** | The key of the secret to select from. Must be a valid secret key. |
**name** | **str** | Name of the referent. More info: http://kubernetes.io/docs/user-guide/identifiers#names | [optional]
**optional** | **bool** | Specify whether the Secret or it's key must be defined | [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)