Reference documentation and code samples for the Google Cloud Container V1 Client class IssueType.
The type of the reported issue.
Protobuf type google.container.v1.AutopilotCompatibilityIssue.IssueType
Namespace
Google \ Cloud \ Container \ V1 \ AutopilotCompatibilityIssueMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
UNSPECIFIED
Value: 0
Default value, should not be used.
Generated from protobuf enum UNSPECIFIED = 0;
INCOMPATIBILITY
Value: 1
Indicates that the issue is a known incompatibility between the cluster and Autopilot mode.
Generated from protobuf enum INCOMPATIBILITY = 1;
ADDITIONAL_CONFIG_REQUIRED
Value: 2
Indicates the issue is an incompatibility if customers take no further action to resolve.
Generated from protobuf enum ADDITIONAL_CONFIG_REQUIRED = 2;
PASSED_WITH_OPTIONAL_CONFIG
Value: 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.
Generated from protobuf enum PASSED_WITH_OPTIONAL_CONFIG = 3;