Documentation ¶
Index ¶
Constants ¶
View Source
const (
// FilePathKubeletConfig contains the kubelet.conf file path
FilePathKubeletConfig = "/etc/kubernetes/kubelet.conf"
)
View Source
const (
// LabelRole contains the key for the role label
LabelRole = "node-role.kubernetes.io"
)
View Source
const (
// RoleWorker contains the worker role
RoleWorker = "worker"
)
Variables ¶
This section is empty.
Functions ¶
func NewK8sExt ¶
func NewK8sExt() (*apiextension.Clientset, error)
func NewTopologyClient ¶
func NewTopologyClient() (*topologyclientset.Clientset, error)
Types ¶
type OCPClientSet ¶
type OCPClientSet struct {
SecurityV1 *securityv1.SecurityV1Client
}
func NewOCPClientSet ¶
func NewOCPClientSet() (*OCPClientSet, error)
Click to show internal directories.
Click to hide internal directories.