Files
perl/docs/V1SecretEnvSource.md

17 lines
633 B
Markdown
Raw Normal View History

2019-03-23 16:42:23 +08:00
# 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)