Google Kubernetes Engine v1 API - Class AutopilotCompatibilityIssue (3.25.0)

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

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

AutopilotCompatibilityIssue contains information about a specific compatibility issue with Autopilot mode.

Inheritance

object > AutopilotCompatibilityIssue

Namespace

Google.Cloud.Container.V1

Assembly

Google.Cloud.Container.V1.dll

Constructors

AutopilotCompatibilityIssue()

public AutopilotCompatibilityIssue()

AutopilotCompatibilityIssue(AutopilotCompatibilityIssue)

public AutopilotCompatibilityIssue(AutopilotCompatibilityIssue other)
Parameter
NameDescription
otherAutopilotCompatibilityIssue

Properties

ConstraintType

public string ConstraintType { get; set; }

The constraint type of the issue.

Property Value
TypeDescription
string

Description

public string Description { get; set; }

The description of the issue.

Property Value
TypeDescription
string

DocumentationUrl

public string DocumentationUrl { get; set; }

A URL to a public documnetation, which addresses resolving this issue.

Property Value
TypeDescription
string

IncompatibilityType

public AutopilotCompatibilityIssue.Types.IssueType IncompatibilityType { get; set; }

The incompatibility type of this issue.

Property Value
TypeDescription
AutopilotCompatibilityIssueTypesIssueType

LastObservation

public Timestamp LastObservation { get; set; }

The last time when this issue was observed.

Property Value
TypeDescription
Timestamp

Subjects

public RepeatedField<string> Subjects { get; }

The name of the resources which are subject to this issue.

Property Value
TypeDescription
RepeatedFieldstring