Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type KubernetesClient ¶
type KubernetesClient struct { Clientset kubernetes.Interface CoreClientset v1.CoreV1Interface Context context.Context Namespace string }
KubernetesClient copied from https://github.com/argoproj-labs/argocd-image-updater/blob/master/pkg/kube/kubernetes.go
func NewKubernetesClient ¶
func NewKubernetesClient(ctx context.Context, client kubernetes.Interface, coreClientset v1.CoreV1Interface, namespace string) *KubernetesClient
Click to show internal directories.
Click to hide internal directories.