nuker

package
v0.32.5 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 15, 2026 License: BSD-3-Clause Imports: 12 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

type Client struct {
	// contains filtered or unexported fields
}

func New

func New(cfg *ClientConfig) *Client

func (*Client) NukeByStatefulSets added in v0.32.0

func (c *Client) NukeByStatefulSets(ctx context.Context, namespace string, statefulSetNames []string, restartArgs []string) error

NukeByStatefulSets sends a nuke command to the specified StatefulSets by name

func (*Client) Run

func (c *Client) Run(ctx context.Context, restartArgs []string) (err error)

Run sends a update command to the Bee clients in the Kubernetes cluster

type ClientConfig

type ClientConfig struct {
	Log                   logging.Logger
	NodeProvider          node.NodeProvider
	K8sClient             *k8s.Client
	UseRandomNeighborhood bool
	Image                 string
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL