[][src]Struct openshift_openapi::api::quota::v1::ClusterResourceQuotaSpec

pub struct ClusterResourceQuotaSpec {
    pub quota: ResourceQuotaSpec,
    pub selector: ClusterResourceQuotaSelector,
}

ClusterResourceQuotaSpec defines the desired quota restrictions

Fields

quota: ResourceQuotaSpec

Quota defines the desired quota

selector: ClusterResourceQuotaSelector

Selector is the selector used to match projects. It should only select active projects on the scale of dozens (though it can select many more less active projects). These projects will contend on object creation through this resource.

Trait Implementations

impl Clone for ClusterResourceQuotaSpec[src]

impl Debug for ClusterResourceQuotaSpec[src]

impl Default for ClusterResourceQuotaSpec[src]

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

impl PartialEq<ClusterResourceQuotaSpec> for ClusterResourceQuotaSpec[src]

impl Serialize for ClusterResourceQuotaSpec[src]

impl StructuralPartialEq for ClusterResourceQuotaSpec[src]

Auto Trait Implementations

Blanket Implementations

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

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

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

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

impl<T> From<T> for T[src]

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

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

type Owned = T

The resulting type after obtaining ownership.

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

type Error = Infallible

The type returned in the event of a conversion error.

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

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

The type returned in the event of a conversion error.