Files
perl/docs/V1SecretEnvSource.md
2019-03-23 16:42:23 +08:00

633 B

Kubernetes::Object::V1SecretEnvSource

Load the model package

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] [Back to API list] [Back to README]