GKE Hub v1 API - Class OperatorState (2.5.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
Name Description
other OperatorState

Properties

DeploymentState

public DeploymentState DeploymentState { get; set; }

The state of the Operator's deployment

Property Value
Type Description
DeploymentState

Errors

public RepeatedField<InstallError> Errors { get; }

Install errors.

Property Value
Type Description
RepeatedFieldInstallError

Version

public string Version { get; set; }

The semenatic version number of the operator

Property Value
Type Description
string