TestKubernetesClusterDiscoveryResult

TestKubernetesClusterDiscoveryResult

TestKubernetesClusterDiscoveryResult

Result of testing Kubernetes cluster discovery.

error String Error message if the test failed.
gitVersion String The Kubernetes version (e.g., v1.28.0).
namespaces [KubernetesDiscoveredNamespace!]! List of discovered namespaces.
nodeCount Int The number of nodes in the cluster (if accessible).
platform String The platform (e.g., linux/amd64).
podCount Int The number of pods in the cluster (if accessible).
serverUrl String The Kubernetes API server URL.
success Boolean! Whether the discovery test succeeded.
testedAt String! Timestamp when the test was performed.