Module: Google::Cloud::Container::V1::AutopilotCompatibilityIssue::IssueType

Defined in:
proto_docs/google/container/v1/cluster_service.rb

Overview

The type of the reported issue.

Constant Summary collapse

UNSPECIFIED =

Default value, should not be used.

0
INCOMPATIBILITY =

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

1
ADDITIONAL_CONFIG_REQUIRED =

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

2
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.

3