Documentation ¶
Overview ¶
Package agent to manage Kubernetes storage attach events.
Package agent to manage Kubernetes storage attach events.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Agent ¶
type Agent struct {
// contains filtered or unexported fields
}
Agent reference to be deployed
type KubeletConfiguration ¶
type KubeletConfiguration struct { KubeletConfig struct { VolumePluginDir string `json:"volumePluginDir"` } `json:"kubeletconfig"` }
KubeletConfiguration represents the response from the node config URI (configz) in Kubernetes 1.8+
type NodeConfigControllerManager ¶
type NodeConfigControllerManager struct {
ComponentConfig componentconfig.KubeControllerManagerConfiguration `json:"componentconfig"`
}
NodeConfigControllerManager is a reference of all the configuration for the K8S node from the controllermanager
type NodeConfigKubelet ¶
type NodeConfigKubelet struct {
ComponentConfig kubeletconfig.KubeletConfiguration `json:"componentconfig"`
}
NodeConfigKubelet is a reference of all the configuration for the K8S node from kubelet
Click to show internal directories.
Click to hide internal directories.