Struct k8s_openapi::api::core::v1::SecretReference [−][src]
Expand description
SecretReference represents a Secret Reference. It has enough information to retrieve secret in any namespace
Fields
name: Option<String>Name is unique within a namespace to reference a secret resource.
namespace: Option<String>Namespace defines the space within which the secret name must be unique.
Trait Implementations
Returns the “default value” for a type. Read more
Deserialize this value from the given Serde deserializer. Read more
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for SecretReferenceimpl Send for SecretReferenceimpl Sync for SecretReferenceimpl Unpin for SecretReferenceimpl UnwindSafe for SecretReferenceBlanket Implementations
Mutably borrows from an owned value. Read more