[][src]Struct k8s_openapi::api::autoscaling::v1::Scale

pub struct Scale {
    pub metadata: ObjectMeta,
    pub spec: Option<ScaleSpec>,
    pub status: Option<ScaleStatus>,
}

Scale represents a scaling request for a resource.

Fields

metadata: ObjectMeta

Standard object metadata; More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata.

spec: Option<ScaleSpec>

defines the behavior of the scale. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status.

status: Option<ScaleStatus>

current status of the scale. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status. Read-only.

Implementations

impl Scale[src]

pub fn patch_namespaced_deployment_scale(
    name: &str,
    namespace: &str,
    body: &Patch,
    optional: PatchOptional<'_>
) -> Result<(Request<Vec<u8>>, fn(_: StatusCode) -> ResponseBody<PatchResponse<Self>>), RequestError>
[src]

partially update scale of the specified Deployment

Use the returned crate::ResponseBody<crate::PatchResponse<Self>> constructor, or crate::PatchResponse<Self> directly, to parse the HTTP response.

Arguments

  • name

    name of the Scale

  • namespace

    object name and auth scope, such as for teams and projects

  • body

  • optional

    Optional parameters. Use Default::default() to not pass any.

impl Scale[src]

pub fn patch_namespaced_replica_set_scale(
    name: &str,
    namespace: &str,
    body: &Patch,
    optional: PatchOptional<'_>
) -> Result<(Request<Vec<u8>>, fn(_: StatusCode) -> ResponseBody<PatchResponse<Self>>), RequestError>
[src]

partially update scale of the specified ReplicaSet

Use the returned crate::ResponseBody<crate::PatchResponse<Self>> constructor, or crate::PatchResponse<Self> directly, to parse the HTTP response.

Arguments

  • name

    name of the Scale

  • namespace

    object name and auth scope, such as for teams and projects

  • body

  • optional

    Optional parameters. Use Default::default() to not pass any.

impl Scale[src]

pub fn patch_namespaced_stateful_set_scale(
    name: &str,
    namespace: &str,
    body: &Patch,
    optional: PatchOptional<'_>
) -> Result<(Request<Vec<u8>>, fn(_: StatusCode) -> ResponseBody<PatchResponse<Self>>), RequestError>
[src]

partially update scale of the specified StatefulSet

Use the returned crate::ResponseBody<crate::PatchResponse<Self>> constructor, or crate::PatchResponse<Self> directly, to parse the HTTP response.

Arguments

  • name

    name of the Scale

  • namespace

    object name and auth scope, such as for teams and projects

  • body

  • optional

    Optional parameters. Use Default::default() to not pass any.

impl Scale[src]

pub fn patch_namespaced_replication_controller_scale(
    name: &str,
    namespace: &str,
    body: &Patch,
    optional: PatchOptional<'_>
) -> Result<(Request<Vec<u8>>, fn(_: StatusCode) -> ResponseBody<PatchResponse<Self>>), RequestError>
[src]

partially update scale of the specified ReplicationController

Use the returned crate::ResponseBody<crate::PatchResponse<Self>> constructor, or crate::PatchResponse<Self> directly, to parse the HTTP response.

Arguments

  • name

    name of the Scale

  • namespace

    object name and auth scope, such as for teams and projects

  • body

  • optional

    Optional parameters. Use Default::default() to not pass any.

impl Scale[src]

pub fn read_namespaced_deployment_scale(
    name: &str,
    namespace: &str,
    optional: ReadNamespacedDeploymentScaleOptional<'_>
) -> Result<(Request<Vec<u8>>, fn(_: StatusCode) -> ResponseBody<ReadNamespacedDeploymentScaleResponse>), RequestError>
[src]

read scale of the specified Deployment

Use the returned crate::ResponseBody<ReadNamespacedDeploymentScaleResponse> constructor, or ReadNamespacedDeploymentScaleResponse directly, to parse the HTTP response.

Arguments

  • name

    name of the Scale

  • namespace

    object name and auth scope, such as for teams and projects

  • optional

    Optional parameters. Use Default::default() to not pass any.

impl Scale[src]

pub fn read_namespaced_replica_set_scale(
    name: &str,
    namespace: &str,
    optional: ReadNamespacedReplicaSetScaleOptional<'_>
) -> Result<(Request<Vec<u8>>, fn(_: StatusCode) -> ResponseBody<ReadNamespacedReplicaSetScaleResponse>), RequestError>
[src]

read scale of the specified ReplicaSet

Use the returned crate::ResponseBody<ReadNamespacedReplicaSetScaleResponse> constructor, or ReadNamespacedReplicaSetScaleResponse directly, to parse the HTTP response.

Arguments

  • name

    name of the Scale

  • namespace

    object name and auth scope, such as for teams and projects

  • optional

    Optional parameters. Use Default::default() to not pass any.

impl Scale[src]

pub fn read_namespaced_stateful_set_scale(
    name: &str,
    namespace: &str,
    optional: ReadNamespacedStatefulSetScaleOptional<'_>
) -> Result<(Request<Vec<u8>>, fn(_: StatusCode) -> ResponseBody<ReadNamespacedStatefulSetScaleResponse>), RequestError>
[src]

read scale of the specified StatefulSet

Use the returned crate::ResponseBody<ReadNamespacedStatefulSetScaleResponse> constructor, or ReadNamespacedStatefulSetScaleResponse directly, to parse the HTTP response.

Arguments

  • name

    name of the Scale

  • namespace

    object name and auth scope, such as for teams and projects

  • optional

    Optional parameters. Use Default::default() to not pass any.

impl Scale[src]

pub fn read_namespaced_replication_controller_scale(
    name: &str,
    namespace: &str,
    optional: ReadNamespacedReplicationControllerScaleOptional<'_>
) -> Result<(Request<Vec<u8>>, fn(_: StatusCode) -> ResponseBody<ReadNamespacedReplicationControllerScaleResponse>), RequestError>
[src]

read scale of the specified ReplicationController

Use the returned crate::ResponseBody<ReadNamespacedReplicationControllerScaleResponse> constructor, or ReadNamespacedReplicationControllerScaleResponse directly, to parse the HTTP response.

Arguments

  • name

    name of the Scale

  • namespace

    object name and auth scope, such as for teams and projects

  • optional

    Optional parameters. Use Default::default() to not pass any.

impl Scale[src]

pub fn replace_namespaced_deployment_scale(
    name: &str,
    namespace: &str,
    body: &Scale,
    optional: ReplaceOptional<'_>
) -> Result<(Request<Vec<u8>>, fn(_: StatusCode) -> ResponseBody<ReplaceResponse<Self>>), RequestError>
[src]

replace scale of the specified Deployment

Use the returned crate::ResponseBody<crate::ReplaceResponse<Self>> constructor, or crate::ReplaceResponse<Self> directly, to parse the HTTP response.

Arguments

  • name

    name of the Scale

  • namespace

    object name and auth scope, such as for teams and projects

  • body

  • optional

    Optional parameters. Use Default::default() to not pass any.

impl Scale[src]

pub fn replace_namespaced_replica_set_scale(
    name: &str,
    namespace: &str,
    body: &Scale,
    optional: ReplaceOptional<'_>
) -> Result<(Request<Vec<u8>>, fn(_: StatusCode) -> ResponseBody<ReplaceResponse<Self>>), RequestError>
[src]

replace scale of the specified ReplicaSet

Use the returned crate::ResponseBody<crate::ReplaceResponse<Self>> constructor, or crate::ReplaceResponse<Self> directly, to parse the HTTP response.

Arguments

  • name

    name of the Scale

  • namespace

    object name and auth scope, such as for teams and projects

  • body

  • optional

    Optional parameters. Use Default::default() to not pass any.

impl Scale[src]

pub fn replace_namespaced_stateful_set_scale(
    name: &str,
    namespace: &str,
    body: &Scale,
    optional: ReplaceOptional<'_>
) -> Result<(Request<Vec<u8>>, fn(_: StatusCode) -> ResponseBody<ReplaceResponse<Self>>), RequestError>
[src]

replace scale of the specified StatefulSet

Use the returned crate::ResponseBody<crate::ReplaceResponse<Self>> constructor, or crate::ReplaceResponse<Self> directly, to parse the HTTP response.

Arguments

  • name

    name of the Scale

  • namespace

    object name and auth scope, such as for teams and projects

  • body

  • optional

    Optional parameters. Use Default::default() to not pass any.

impl Scale[src]

pub fn replace_namespaced_replication_controller_scale(
    name: &str,
    namespace: &str,
    body: &Scale,
    optional: ReplaceOptional<'_>
) -> Result<(Request<Vec<u8>>, fn(_: StatusCode) -> ResponseBody<ReplaceResponse<Self>>), RequestError>
[src]

replace scale of the specified ReplicationController

Use the returned crate::ResponseBody<crate::ReplaceResponse<Self>> constructor, or crate::ReplaceResponse<Self> directly, to parse the HTTP response.

Arguments

  • name

    name of the Scale

  • namespace

    object name and auth scope, such as for teams and projects

  • body

  • optional

    Optional parameters. Use Default::default() to not pass any.

Trait Implementations

impl Clone for Scale[src]

impl Debug for Scale[src]

impl Default for Scale[src]

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

impl Metadata for Scale[src]

type Ty = ObjectMeta

The type of the metadata object.

impl PartialEq<Scale> for Scale[src]

impl Resource for Scale[src]

impl Serialize for Scale[src]

impl StructuralPartialEq for Scale[src]

Auto Trait Implementations

impl RefUnwindSafe for Scale

impl Send for Scale

impl Sync for Scale

impl Unpin for Scale

impl UnwindSafe for Scale

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.