GKE Hub v1 API - Class OperatorState (2.4.0)

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

Reference documentation and code samples for the GKE Hub v1 API class OperatorState.

State information for an ACM's Operator

Inheritance

object > OperatorState

Namespace

Google.Cloud.GkeHub.V1.ConfigManagement

Assembly

Google.Cloud.GkeHub.V1.dll

Constructors

OperatorState()

public OperatorState()

OperatorState(OperatorState)

public OperatorState(OperatorState other)
Parameter
NameDescription
otherOperatorState

Properties

DeploymentState

public DeploymentState DeploymentState { get; set; }

The state of the Operator's deployment

Property Value
TypeDescription
DeploymentState

Errors

public RepeatedField<InstallError> Errors { get; }

Install errors.

Property Value
TypeDescription
RepeatedFieldInstallError

Version

public string Version { get; set; }

The semenatic version number of the operator

Property Value
TypeDescription
string