Versions in this module Expand all Collapse all v1 v1.0.1 Apr 30, 2024 Changes in this version + const NamespaceDefault + type Cluster struct + func New(config *rest.Config) (*Cluster, error) + func (c *Cluster) CreateDaemonset(ctx context.Context, ds *appsv1.DaemonSet) (*appsv1.DaemonSet, error) + func (c *Cluster) DeleteDaemonset(ctx context.Context, ds *appsv1.DaemonSet) error + func (c *Cluster) WaitForDaemonset(ctx context.Context, ds *appsv1.DaemonSet) error