Files
c/kubernetes/docs/v1_env_from_source.md

13 lines
624 B
Markdown
Raw Normal View History

2021-03-17 16:35:19 +08:00
# v1_env_from_source_t
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**config_map_ref** | [**v1_config_map_env_source_t**](v1_config_map_env_source.md) \* | | [optional]
**prefix** | **char \*** | Optional text to prepend to the name of each environment variable. Must be a C_IDENTIFIER. | [optional]
2021-03-17 16:35:19 +08:00
**secret_ref** | [**v1_secret_env_source_t**](v1_secret_env_source.md) \* | | [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)