Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func InitCNIServer ¶
InitCNIServer initializes the k8s cni server
Types ¶
type APIClient ¶
type APIClient struct {
// contains filtered or unexported fields
}
APIClient defines informatio needed for the k8s api client
func NewAPIClient ¶
NewAPIClient creates an instance of the k8s api client
type ContivConfig ¶
type ContivConfig struct { K8sAPIServer string `json:"K8S_API_SERVER,omitempty"` K8sCa string `json:"K8S_CA,omitempty"` K8sKey string `json:"K8S_KEY,omitempty"` K8sCert string `json:"K8S_CERT,omitempty"` }
ContivConfig holds information passed via config file during cluster set up
Click to show internal directories.
Click to hide internal directories.