Struct k8s_openapi::v1_8::api::core::v1::SecretReference [−][src]
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
impl Clone for SecretReference
[src]
impl Clone for SecretReference
fn clone(&self) -> SecretReference
[src]
fn clone(&self) -> SecretReference
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
impl Debug for SecretReference
[src]
impl Debug for SecretReference
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Default for SecretReference
[src]
impl Default for SecretReference
fn default() -> SecretReference
[src]
fn default() -> SecretReference
Returns the "default value" for a type. Read more
impl PartialEq for SecretReference
[src]
impl PartialEq for SecretReference
fn eq(&self, other: &SecretReference) -> bool
[src]
fn eq(&self, other: &SecretReference) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, other: &SecretReference) -> bool
[src]
fn ne(&self, other: &SecretReference) -> bool
This method tests for !=
.
impl<'de> Deserialize<'de> for SecretReference
[src]
impl<'de> Deserialize<'de> for SecretReference
fn deserialize<D>(deserializer: D) -> Result<Self, D::Error> where
D: Deserializer<'de>,
[src]
fn deserialize<D>(deserializer: D) -> Result<Self, D::Error> where
D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Serialize for SecretReference
[src]
impl Serialize for SecretReference
Auto Trait Implementations
impl Send for SecretReference
impl Send for SecretReference
impl Sync for SecretReference
impl Sync for SecretReference