Google Kubernetes Engine v1 API - Class SliceControllerConfig (3.37.0)

public sealed class SliceControllerConfig : IMessage<SliceControllerConfig>, IEquatable<SliceControllerConfig>, IDeepCloneable<SliceControllerConfig>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Kubernetes Engine v1 API class SliceControllerConfig.

Configuration for the Slice Controller.

Inheritance

object > SliceControllerConfig

Namespace

Google.Cloud.Container.V1

Assembly

Google.Cloud.Container.V1.dll

Constructors

SliceControllerConfig()

public SliceControllerConfig()

SliceControllerConfig(SliceControllerConfig)

public SliceControllerConfig(SliceControllerConfig other)
Parameter
Name Description
other SliceControllerConfig

Properties

Enabled

public bool Enabled { get; set; }

Optional. Indicates whether Slice Controller is enabled in the cluster.

Property Value
Type Description
bool