Struct k8s_openapi::api::autoscaling::v1::ScaleSpec
source · [−]Expand description
ScaleSpec describes the attributes of a scale subresource.
Fields
replicas: Option<i32>
desired number of instances for the scaled object.
Trait Implementations
sourceimpl DeepMerge for ScaleSpec
impl DeepMerge for ScaleSpec
sourcefn merge_from(&mut self, other: Self)
fn merge_from(&mut self, other: Self)
Merge other
into self
.
sourceimpl<'de> Deserialize<'de> for ScaleSpec
impl<'de> Deserialize<'de> for ScaleSpec
sourcefn deserialize<D>(deserializer: D) -> Result<Self, D::Error>where
D: Deserializer<'de>,
fn deserialize<D>(deserializer: D) -> Result<Self, D::Error>where
D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
sourceimpl PartialEq<ScaleSpec> for ScaleSpec
impl PartialEq<ScaleSpec> for ScaleSpec
impl StructuralPartialEq for ScaleSpec
Auto Trait Implementations
impl RefUnwindSafe for ScaleSpec
impl Send for ScaleSpec
impl Sync for ScaleSpec
impl Unpin for ScaleSpec
impl UnwindSafe for ScaleSpec
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more