KubeCluster
Delete KubeCluster
Delete a KubeCluster
A KubeCluster describes a single Kubernetes cluster provisioned by a KubePlatform.
A KubeCluster is uniquely identified by slugified name that is unique within the set of KubeCluster name for an Account, e.g. cluster1 or k8scl_552fb09a-5a6a-4530-86d3-bcc0a770024d.
KubeClusters always have an Environment tag that is defined by the customer and allows the customer to categorize their KubeClusters.
The Version field of a KubeCluster indicates the current Kubernetes control plane version.
DELETE
Response
204
No Content
Previous
List ResourcesList multiple KubeClusterResources
A KubeCluster can have many <em>KubeClusterResources</em>. Each time a
KubeCluster's inventory is scanned, one or more KubeClusterResources are
created for the KubeCluster and scan date.
KubeClusterResource represents a single Kubernetes Resource (Deployment,
Daemonset, StatefulSet, etc) installed in a specific Kubernetes Namespace in
the KubeCluster.
A KubeClusterResource <em>may</em> be assigned a known KubeDeploymentSystem.
When the KubeClusterResource's DeploymentSystem field is empty, that means that
the classification process was unable to determine a matching
KubeDeploymentSystem for the discovered Kubernetes Resource.
A KubeClusterResource <em>may</em> be assigned a known PackageSystem. When the
KubeClusterResource's PackageSystem field is empty, that means that the
classification process was unable to determine a matching PackageSystem for the
discovered Kubernetes Resource.
A KubeClusterResource <em>may</em> be associated with a known Package. When the
KubeClusterResource's Package field is empty, that means that the
classification process was unable to determine a matching Package for the
discovered Kubernetes Resource.
A KubeClusterResource <em>may</em> be associated with a known PackageComponent.
When the KubeClusterResource's PackageComponent field is empty, that means that
the classification process was unable to determine a matching PackageComponent
for the discovered Kubernetes Resource.
Next