Struct gapi_grpc::google::cloud::gaming::v1beta::ScalingConfig[][src]

pub struct ScalingConfig {
    pub name: String,
    pub fleet_autoscaler_spec: String,
    pub selectors: Vec<LabelSelector>,
    pub schedules: Vec<Schedule>,
}

Autoscaling config for an Agones fleet.

Fields

name: String

Required. The name of the Scaling Config

fleet_autoscaler_spec: String

Required. Agones fleet autoscaler spec. Example spec: https://agones.dev/site/docs/reference/fleetautoscaler/

selectors: Vec<LabelSelector>

Labels used to identify the game server clusters to which this Agones scaling config applies. A game server cluster is subject to this Agones scaling config if its labels match any of the selector entries.

schedules: Vec<Schedule>

The schedules to which this Scaling Config applies.

Trait Implementations

impl Clone for ScalingConfig[src]

impl Debug for ScalingConfig[src]

impl Default for ScalingConfig[src]

impl Message for ScalingConfig[src]

impl PartialEq<ScalingConfig> for ScalingConfig[src]

impl StructuralPartialEq for ScalingConfig[src]

Auto Trait Implementations

impl RefUnwindSafe for ScalingConfig

impl Send for ScalingConfig

impl Sync for ScalingConfig

impl Unpin for ScalingConfig

impl UnwindSafe for ScalingConfig

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> From<T> for T[src]

impl<T> Instrument for T[src]

impl<T> Instrument for T[src]

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

impl<T> IntoRequest<T> for 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.

impl<V, T> VZip<V> for T where
    V: MultiLane<T>, 
[src]

impl<T> WithSubscriber for T[src]