Documentation ¶
Index ¶
Constants ¶
View Source
const ( K8S_VINTERFACE_NAME_REGEX = "^(cni|flannel|cali|vxlan.calico|tunl|en[ospx])" K8S_VPC_NAME = "kubernetes_vpc" K8S_VERSION_PREFIX = "Kubernetes" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type KubernetesGather ¶
type KubernetesGather struct { Name string Lcuuid string UuidGenerate string ClusterID string RegionUuid string VPCUuid string PortNameRegex string PodNetIPv4CIDRMaxMask int PodNetIPv6CIDRMaxMask int // contains filtered or unexported fields }
func NewKubernetesGather ¶
func (*KubernetesGather) CheckAuth ¶
func (k *KubernetesGather) CheckAuth() error
func (*KubernetesGather) GetKubernetesGatherData ¶
func (k *KubernetesGather) GetKubernetesGatherData() (model.KubernetesGatherResource, error)
func (*KubernetesGather) GetStatter ¶
func (k *KubernetesGather) GetStatter() statsd.StatsdStatter
Source Files ¶
Click to show internal directories.
Click to hide internal directories.