Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// Services that K8S provides
ConfigMap *configmap.Client
Ingress *ingress.Client
Namespace *namespace.Client
Pods *pod.Client
PVC *persistentvolumeclaim.Client
Secret *secret.Client
ServiceAccount *serviceaccount.Client
Service *service.Client
StatefulSet *statefulset.Client
// contains filtered or unexported fields
}
Client manages communication with the Kubernetes
func NewClient ¶
func NewClient(o *ClientOptions) (c *Client, err error)
NewClient returns Kubernetes clientset
type ClientOptions ¶
ClientOptions holds optional parameters for the Client.
Click to show internal directories.
Click to hide internal directories.