Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Deployment ¶
type KubernetesClient ¶
type KubernetesClient struct {
// contains filtered or unexported fields
}
func NewKubernetesClient ¶
func NewKubernetesClient() (*KubernetesClient, error)
func (*KubernetesClient) GetDeploymentsFromNamespace ¶
func (kc *KubernetesClient) GetDeploymentsFromNamespace(ctx context.Context, namespace string) ([]Deployment, error)
func (*KubernetesClient) GetNamespaces ¶
func (kc *KubernetesClient) GetNamespaces(ctx context.Context) ([]string, error)
Click to show internal directories.
Click to hide internal directories.