notset

package
v0.15.9 Latest Latest
Warning

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

Go to latest
Published: Apr 26, 2024 License: BSD-3-Clause Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BeeClient

type BeeClient struct{}

BeeClient represents not implemented Kubernetes Bee client

func (*BeeClient) Create

func (c *BeeClient) Create(ctx context.Context, o orchestration.CreateOptions) (err error)

Create creates Bee node in the cluster

func (*BeeClient) Delete

func (c *BeeClient) Delete(ctx context.Context, name string, namespace string) (err error)

Delete deletes Bee node from the cluster

func (*BeeClient) Ready

func (c *BeeClient) Ready(ctx context.Context, name string, namespace string) (ready bool, err error)

Ready gets Bee node's readiness

func (*BeeClient) RunningNodes added in v0.15.9

func (c *BeeClient) RunningNodes(ctx context.Context, namespace string) (running []string, err error)

RunningNodes implements orchestration.NodeOrchestrator.

func (*BeeClient) Start

func (c *BeeClient) Start(ctx context.Context, name string, namespace string) (err error)

Start starts Bee node in the cluster

func (*BeeClient) Stop

func (c *BeeClient) Stop(ctx context.Context, name string, namespace string) (err error)

Stop stops Bee node in the cluster

func (*BeeClient) StoppedNodes added in v0.15.9

func (c *BeeClient) StoppedNodes(ctx context.Context, namespace string) (stopped []string, err error)

StoppedNodes implements orchestration.NodeOrchestrator.

Jump to

Keyboard shortcuts

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