Documentation
¶
Index ¶
- Variables
- func Builder() *cobra.Command
- type Opts
- type Worker
- func (r *Worker) Run() error
- func (r *Worker) WithK8SClient(k8sClient client.Client) *Worker
- func (r *Worker) WithOperatorVersion(operatorVersion string) *Worker
- func (r *Worker) WithTargetNamespace(targetNamespace string) *Worker
- func (r *Worker) WithWaitForCompletion(waitForCompletion bool) *Worker
- func (r *Worker) WithWaitTimeoutSec(waitSec int64) *Worker
- func (r *Worker) WithWatchNamespaces(watchNamespaces string) *Worker
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrUnsupportedOperatorVersionFmt = "version %q is not supported. Supported versions: %v"
Functions ¶
Types ¶
type Opts ¶
type Opts struct { cli.OrgOpts cli.OutputOpts // contains filtered or unexported fields }
func (*Opts) ValidateOperatorVersion ¶
func (*Opts) ValidateTargetNamespace ¶
type Worker ¶
type Worker struct {
// contains filtered or unexported fields
}
func (*Worker) WithOperatorVersion ¶
func (*Worker) WithTargetNamespace ¶
func (*Worker) WithWaitForCompletion ¶
func (*Worker) WithWaitTimeoutSec ¶
func (*Worker) WithWatchNamespaces ¶
Click to show internal directories.
Click to hide internal directories.