Versions in this module Expand all Collapse all v0 v0.3.0 Jan 7, 2024 Changes in this version + func WaitUntilDeploymentUnavailable(ctx context.Context, kubeClient client.WithWatch, ...) error v0.2.0 Jan 6, 2024 Changes in this version + func NewListerWatcher(ctx context.Context, kubeClient client.WithWatch, objectList client.ObjectList, ...) cache.ListerWatcher + func NewWatcher(ctx context.Context, kubeClient client.WithWatch, objectList client.ObjectList, ...) cache.Watcher + func ParseWatchEventObject[T runtime.Object](event watch.Event) (T, error) + func SelectorMatchesLabels(labelSelector *metav1.LabelSelector, resourceLabels map[string]string) (bool, error) + func WaitUntilDeploymentAvailable(ctx context.Context, kubeClient client.WithWatch, ...) error v0.1.0 Jan 4, 2024 Changes in this version + func DrainNode(ctx context.Context, clientset kubernetes.Interface, node *corev1.Node) error + func NewScheme() (*runtime.Scheme, error) + func WaitForNodeToBeDeleted(ctx context.Context, clientset kubernetes.Interface, nodeName string) error