AutopilotCompatibilityIssue(mapping=None, *, ignore_unknown_fields=False, **kwargs)
AutopilotCompatibilityIssue contains information about a specific compatibility issue with Autopilot mode.
Attributes |
|
---|---|
Name | Description |
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 documentation, which addresses resolving this issue. |
description |
str
The description of the issue. |
Classes
IssueType
IssueType(value)
The type of the reported issue.