Documentation
¶
Index ¶
- func BuildKind(conf BuildKindConfig) (string, error)
- func BuildKwokControllerDeploy(conf BuildKwokControllerDeployConfig) (string, error)
- func BuildPrometheusDeploy(conf BuildPrometheusDeployConfig) (string, error)
- func NewCluster(name, workdir string, logger logger.Logger) (runtime.Runtime, error)
- type BuildKindConfig
- type BuildKwokControllerDeployConfig
- type BuildPrometheusDeployConfig
- type Cluster
- func (c *Cluster) Down(ctx context.Context) error
- func (c *Cluster) Install(ctx context.Context) error
- func (c *Cluster) ListBinaries(ctx context.Context, actual bool) ([]string, error)
- func (c *Cluster) ListImages(ctx context.Context, actual bool) ([]string, error)
- func (c *Cluster) Logs(ctx context.Context, name string, out io.Writer) error
- func (c *Cluster) LogsFollow(ctx context.Context, name string, out io.Writer) error
- func (c *Cluster) Start(ctx context.Context, name string) error
- func (c *Cluster) Stop(ctx context.Context, name string) error
- func (c *Cluster) Up(ctx context.Context) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BuildKind ¶
func BuildKind(conf BuildKindConfig) (string, error)
func BuildKwokControllerDeploy ¶
func BuildKwokControllerDeploy(conf BuildKwokControllerDeployConfig) (string, error)
func BuildPrometheusDeploy ¶
func BuildPrometheusDeploy(conf BuildPrometheusDeployConfig) (string, error)
Types ¶
type BuildKindConfig ¶
type Cluster ¶
func (*Cluster) ListBinaries ¶
ListBinaries list binaries in the cluster
func (*Cluster) ListImages ¶
ListImages list images in the cluster
func (*Cluster) LogsFollow ¶
Click to show internal directories.
Click to hide internal directories.