Enum AutopilotCompatibilityIssue.IssueType (2.44.0)

public enum AutopilotCompatibilityIssue.IssueType extends Enum<AutopilotCompatibilityIssue.IssueType> implements ProtocolMessageEnum

The type of the reported issue.

Protobuf enum google.container.v1.AutopilotCompatibilityIssue.IssueType

Implements

ProtocolMessageEnum

Static Fields

NameDescription
ADDITIONAL_CONFIG_REQUIRED

Indicates the issue is an incompatibility if customers take no further action to resolve.

ADDITIONAL_CONFIG_REQUIRED = 2;

ADDITIONAL_CONFIG_REQUIRED_VALUE

Indicates the issue is an incompatibility if customers take no further action to resolve.

ADDITIONAL_CONFIG_REQUIRED = 2;

INCOMPATIBILITY

Indicates that the issue is a known incompatibility between the cluster and Autopilot mode.

INCOMPATIBILITY = 1;

INCOMPATIBILITY_VALUE

Indicates that the issue is a known incompatibility between the cluster and Autopilot mode.

INCOMPATIBILITY = 1;

PASSED_WITH_OPTIONAL_CONFIG

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.

PASSED_WITH_OPTIONAL_CONFIG = 3;

PASSED_WITH_OPTIONAL_CONFIG_VALUE

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.

PASSED_WITH_OPTIONAL_CONFIG = 3;

UNRECOGNIZED
UNSPECIFIED

Default value, should not be used.

UNSPECIFIED = 0;

UNSPECIFIED_VALUE

Default value, should not be used.

UNSPECIFIED = 0;

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()