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

617 B

Kubernetes::Object::V1SecretReference

Load the model package

use Kubernetes::Object::V1SecretReference;

Properties

Name Type Description Notes
name string Name is unique within a namespace to reference a secret resource. [optional]
namespace string Namespace defines the space within which the secret name must be unique. [optional]

[Back to Model list] [Back to API list] [Back to README]