Documentation
¶
Index ¶
- type Install
- func (a *Install) DaemonSet(_ context.Context, k *client.Interface) error
- func (a *Install) Do(ctx context.Context, k8s *client.Interface) error
- func (_ *Install) Namespace(_ context.Context, k *client.Interface) error
- func (a *Install) NodeRole(_ context.Context, k *client.Interface) error
- func (a *Install) Secrets(_ context.Context, k *client.Interface) error
- func (a *Install) Service(_ context.Context, k *client.Interface) error
- type Login
- type Uninstall
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Install ¶
type Install struct {
Force bool `usage:"Force installation by deleting existing builder"`
Selector string `usage:"Selector for nodes (label query) to apply builder role"`
NoWait bool `usage:"Do not wait for backend to become available"`
NoFail bool `usage:"Do not fail if backend components are already installed"`
EndpointAddr string `usage:"Override the endpoint address" hidden:"true"`
server.Config
}
Install the builder.
type Login ¶
Click to show internal directories.
Click to hide internal directories.