Documentation ¶
Index ¶
- type BeeClient
- func (c *BeeClient) Create(ctx context.Context, o k8s.CreateOptions) (err error)
- func (c *BeeClient) Delete(ctx context.Context, name string, namespace string) (err error)
- func (c *BeeClient) Ready(ctx context.Context, name string, namespace string) (ready bool, err error)
- func (c *BeeClient) RunningNodes(ctx context.Context, namespace string) (running []string, err error)
- func (c *BeeClient) Start(ctx context.Context, name string, namespace string) (err error)
- func (c *BeeClient) Stop(ctx context.Context, name string, namespace string) (err error)
- func (c *BeeClient) StoppedNodes(ctx context.Context, namespace string) (stopped []string, err error)
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) 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 ¶
func (c *BeeClient) RunningNodes(ctx context.Context, namespace string) (running []string, err error)
RunningNodes returns list of running nodes
Click to show internal directories.
Click to hide internal directories.