Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ClusterDetails ¶
func GetK8SClusterDetails ¶
type ClusterKindDetector ¶
type ClusterKindDetector interface { Detect(ctx context.Context, args DetectionArguments) bool Kind() Kind }
type DetectionArguments ¶
type DetectionArguments struct { k8sutils.ClusterDetails ServerVersion string KubeClient *kube.Client }
DetectionArguments are the arguments passed to the Detect function
Source Files ¶
Click to show internal directories.
Click to hide internal directories.