Google Kubernetes Engine v1 API - Class RollbackSafeUpgrade (3.40.0)

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

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

RollbackSafeUpgrade is the configuration for the rollback safe upgrade.

Inheritance

object > RollbackSafeUpgrade

Namespace

Google.Cloud.Container.V1

Assembly

Google.Cloud.Container.V1.dll

Constructors

RollbackSafeUpgrade()

public RollbackSafeUpgrade()

RollbackSafeUpgrade(RollbackSafeUpgrade)

public RollbackSafeUpgrade(RollbackSafeUpgrade other)
Parameter
Name Description
other RollbackSafeUpgrade

Properties

ControlPlaneSoakDuration

public Duration ControlPlaneSoakDuration { get; set; }

Optional. A user-defined period for the cluster remains in the rollbackable state. ex: {seconds: 21600}.

Property Value
Type Description
Duration