Package version:

The list of Kubernetes Distribution and Versions that are not supported by this version of this Extension Type

interface ExtensionTypeVersionUnsupportedKubernetesMatrixItem {
    distributions?: string[];
    unsupportedVersions?: string[];
}

Properties

distributions?: string[]

The list of Kubernetes Cluster Distribution Names not supported

unsupportedVersions?: string[]

The list of Kubernetes Versions not supported by the list of Kubernetes Cluster Distribution names in this object