NamespaceManagementClusterCompatibilityFilterSpec
The ClusterCompatibility.FilterSpec structure contains fields used to filter the results when listing clusters (see ClusterCompatibility.list) and their compatibility information.
Properties
boolean
compatible
Optional
Compatibility criteria for matching the filter. If true, only clusters which are compatible for Namespaces match the filter. If false, all clusters match the filter. If unset, both compatible and incompatible clusters match the filter.
JSON Example
{
"compatible": false
}