Documentation ¶
Index ¶
- type BeeClient
- func (c *BeeClient) Create(ctx context.Context, o orchestration.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) Start(ctx context.Context, name string, namespace string) (err error)
- func (c *BeeClient) Stop(ctx context.Context, name string, namespace 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) Create ¶
func (c *BeeClient) Create(ctx context.Context, o orchestration.CreateOptions) (err error)
Create creates Bee node in 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
Click to show internal directories.
Click to hide internal directories.