Gets a single KubeClusterResource
A KubeCluster can have many KubeClusterResources. Each time a KubeCluster’s inventory is scanned, one or more KubeClusterResources are created for the KubeCluster and scan date.
KubeClusterResource represents a single Resource (Deployment, Daemonset, StatefulSet, etc) installed in a specific namespace in the KubeCluster.
A KubeClusterResource may 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 Resource.
A KubeClusterResource may 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 Resource.
A KubeClusterResource may 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 Resource.
A KubeClusterResource may 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 Resource.
OK
Cluster is the ID of the KubeCluster in which this KubeClusterResource resides.
The value of the metadata.name field in the resource manifest.
The namespace in which the KubeClusterResource resides.
The Resource Kind.
Deployment, DaemonSet, StatefulSet The value of the metadata.name field in the resource manifest.
The timestamp the KubeClusterScan occurred.
A URL to the JSON Schema for this object.
During classification, if Chkk was able to determine what was used to deploy the resource, this field will contain the KubeDeploymentSystem that was identified.
During classification, if Chkk was able to determine the specific Package contained the resource, this field will contain the ID of the Package.
During classification, if Chkk was able to determine the specific PackageComponent that was associated with the resource, this field will contain the ID of the PackageComponent.
During classification, if Chkk was able to determine what packaging system was used to bundle the resource, this field will contain the PackageSystem that was identified.