17 lines
633 B
Markdown
17 lines
633 B
Markdown
|
|
# Kubernetes::Object::V1SecretEnvSource
|
||
|
|
|
||
|
|
## Load the model package
|
||
|
|
```perl
|
||
|
|
use Kubernetes::Object::V1SecretEnvSource;
|
||
|
|
```
|
||
|
|
|
||
|
|
## Properties
|
||
|
|
Name | Type | Description | Notes
|
||
|
|
------------ | ------------- | ------------- | -------------
|
||
|
|
**name** | **string** | Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names | [optional]
|
||
|
|
**optional** | **boolean** | Specify whether the Secret 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)
|
||
|
|
|
||
|
|
|