github.com/vmware/go-vcloud-director/v2@v2.24.0/.changes/v2.23.0/645-features.md (about)

     1  * Added the type `CseKubernetesCluster` to manage Container Service Extension Kubernetes clusters for versions 4.1.0, 4.1.1,
     2    4.2.0 and 4.2.1 [GH-645, GH-653, GH-655]
     3  * Added methods `Org.CseCreateKubernetesCluster` and `Org.CseCreateKubernetesClusterAsync` to create Kubernetes clusters
     4    in a VCD appliance with Container Service Extension installed [GH-645, GH-653, GH-655]
     5  * Added methods `VCDClient.CseGetKubernetesClusterById` and `Org.CseGetKubernetesClustersByName` to retrieve a
     6    Container Service Extension Kubernetes cluster [GH-645, GH-653, GH-655]
     7  * Added the method `CseKubernetesCluster.GetKubeconfig` to retrieve the *kubeconfig* of a provisioned Container Service
     8    Extension Kubernetes cluster [GH-645, GH-653, GH-655]
     9  * Added the method `CseKubernetesCluster.Refresh` to refresh the information and properties of an existing Container
    10    Service Extension Kubernetes cluster [GH-645, GH-653, GH-655]
    11  * Added methods to update a Container Service Extension Kubernetes cluster: `CseKubernetesCluster.UpdateWorkerPools`,
    12    `CseKubernetesCluster.AddWorkerPools`, `CseKubernetesCluster.UpdateControlPlane`, `CseKubernetesCluster.UpgradeCluster`,
    13    `CseKubernetesCluster.SetNodeHealthCheck` and `CseKubernetesCluster.SetAutoRepairOnErrors` [GH-645, GH-653, GH-655]
    14  * Added the method  `CseKubernetesCluster.GetSupportedUpgrades` to retrieve all the valid TKGm OVAs that a given Container
    15    Service Extension Kubernetes cluster can use to be upgraded [GH-645, GH-653, GH-655]
    16  * Added the method `CseKubernetesCluster.Delete` to delete a cluster [GH-645, GH-653, GH-655]
    17  * Added types `CseClusterSettings`, `CseControlPlaneSettings`, `CseWorkerPoolSettings` and `CseDefaultStorageClassSettings`
    18    to configure the Container Service Extension Kubernetes clusters creation process [GH-645, GH-653, GH-655]
    19  * Added types `CseClusterUpdateInput`, `CseControlPlaneUpdateInput` and `CseWorkerPoolUpdateInput` to configure the
    20    Container Service Extension Kubernetes clusters update process [GH-645, GH-653, GH-655]