Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Names = names.Controller Verb = verbs.Install )
Functions ¶
func NewCommand ¶
NewCommand creates a new controller command.
func NewResourceManager ¶
func NewResourceManager(rcg genericclioptions.RESTClientGetter) (*ssa.ResourceManager, error)
NewResourceManager creates a ResourceManager for the given cluster.
Types ¶
type Command ¶
type Command struct { utils.BaseCommand Namespace string ControllerName string Timeout time.Duration Version string BaseURL string ReleaseAPIURL string CertManagerBaseURL string CertManagerReleaseAPIURL string CertManagerVersion string DryRun bool SkipPreFlightCheck bool InstallPrerequisites bool Silent bool SM *ssa.ResourceManager }
Click to show internal directories.
Click to hide internal directories.