incompatibilityType property

String? incompatibilityType
getter/setter pair

The incompatibility type of this issue. Possible string values are:

  • "UNSPECIFIED" : Default value, should not be used.
  • "INCOMPATIBILITY" : Indicates that the issue is a known incompatibility between the cluster and Autopilot mode.
  • "ADDITIONAL_CONFIG_REQUIRED" : Indicates the issue is an incompatibility if customers take no further action to resolve.
  • "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.

Implementation

core.String? incompatibilityType;