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
Implements
IMessageOperatorState, IEquatableOperatorState, IDeepCloneableOperatorState, IBufferMessage, IMessageNamespace
Google.Cloud.GkeHub.V1.ConfigManagementAssembly
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 |