...
Package kubedev
- type DevClient
- func NewDevClient(kubernetesClient kclient.ClientInterface, prefClient preference.Client, portForwardClient portForward.Client, watchClient watch.Client, bindingClient binding.Client, syncClient sync.Client, filesystem filesystem.Filesystem, execClient exec.Client, deleteClient _delete.Client, configAutomountClient configAutomount.Client) *DevClient
- func (o *DevClient) CleanupResources(ctx context.Context, out io.Writer) error
- func (o *DevClient) Run(ctx context.Context, commandName string) error
- func (o *DevClient) Start(ctx context.Context, options dev.StartOptions) error
Package files
cleanup.go
components.go
innerloop.go
kubedev.go
reconcile.go
run.go
type DevClient struct {
}
func NewDevClient(
kubernetesClient kclient.ClientInterface,
prefClient preference.Client,
portForwardClient portForward.Client,
watchClient watch.Client,
bindingClient binding.Client,
syncClient sync.Client,
filesystem filesystem.Filesystem,
execClient exec.Client,
deleteClient _delete.Client,
configAutomountClient configAutomount.Client,
) *DevClient
func (o *DevClient) CleanupResources(ctx context.Context, out io.Writer) error
func (*DevClient) Run
¶
func (o *DevClient) Run(
ctx context.Context,
commandName string,
) error
func (*DevClient) Start
¶
func (o *DevClient) Start(
ctx context.Context,
options dev.StartOptions,
) error
Subdirectories