Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewHttpClient ¶
NewHttpClient creates http client wrapper with helper functions for rest api call
Types ¶
type HttpClient ¶
type HttpClient struct {
// contains filtered or unexported fields
}
type K8sClient ¶
type K8sClient struct {
// contains filtered or unexported fields
}
func NewK8sClient ¶
NewK8sClient creates kubernetes client wrapper with helper functions and direct access to k8s go client
func (*K8sClient) Kube ¶
func (c *K8sClient) Kube() kubernetes.Interface
Kube returns the clientset for Kubernetes upstream.
Click to show internal directories.
Click to hide internal directories.