public sealed class OperatorState : IMessage<OperatorState>, IEquatable<OperatorState>, IDeepCloneable<OperatorState>, IBufferMessage, IMessageState information for an ACM's Operator
Implements
IMessage<OperatorState>, System.IEquatable<OperatorState>, IDeepCloneable<OperatorState>, 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 |
RepeatedField<InstallError> |
|
Version
public string Version { get; set; }The semenatic version number of the operator
| Property Value | |
|---|---|
| Type | Description |
System.String |
|