[][src]Struct k8s_openapi::api::core::v1::TopologySelectorLabelRequirement

pub struct TopologySelectorLabelRequirement {
    pub key: String,
    pub values: Vec<String>,
}

A topology selector requirement is a selector that matches given label. This is an alpha feature and may change in the future.

Fields

key: String

The label key that the selector applies to.

values: Vec<String>

An array of string values. One value must match the label to be selected. Each entry in Values is ORed.

Trait Implementations

impl Clone for TopologySelectorLabelRequirement[src]

fn clone_from(&mut self, source: &Self)
1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq<TopologySelectorLabelRequirement> for TopologySelectorLabelRequirement[src]

impl Default for TopologySelectorLabelRequirement[src]

impl Debug for TopologySelectorLabelRequirement[src]

impl Serialize for TopologySelectorLabelRequirement[src]

impl<'de> Deserialize<'de> for TopologySelectorLabelRequirement[src]

Auto Trait Implementations

Blanket Implementations

impl<T> From for T[src]

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

impl<T, U> TryFrom for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> DeserializeOwned for T where
    T: Deserialize<'de>, 
[src]