Class AutopilotCompatibilityIssue (2.45.0)

AutopilotCompatibilityIssue(mapping=None, *, ignore_unknown_fields=False, **kwargs)

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

Attributes

NameDescription
last_observation google.protobuf.timestamp_pb2.Timestamp
The last time when this issue was observed.
constraint_type str
The constraint type of the issue.
incompatibility_type google.cloud.container_v1.types.AutopilotCompatibilityIssue.IssueType
The incompatibility type of this issue.
subjects MutableSequence[str]
The name of the resources which are subject to this issue.
documentation_url str
A URL to a public documnetation, which addresses resolving this issue.
description str
The description of the issue.

Classes

IssueType

IssueType(value)

The type of the reported issue.

Values: UNSPECIFIED (0): Default value, should not be used. INCOMPATIBILITY (1): Indicates that the issue is a known incompatibility between the cluster and Autopilot mode. ADDITIONAL_CONFIG_REQUIRED (2): Indicates the issue is an incompatibility if customers take no further action to resolve. PASSED_WITH_OPTIONAL_CONFIG (3): Indicates the issue is not an incompatibility, but depending on the workloads business logic, there is a potential that they won't work on Autopilot.