Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
MinSupportedMinorK8sVersion = 15
)
Functions ¶
This section is empty.
Types ¶
type Install ¶
type Install struct {
IPAddress []string `desc:"Manually specify IP addresses to generate rdns domain, supports comma separated values" name:"ip-address"`
DisableFeatures []string `desc:"Manually specify features to disable, supports comma separated values"`
EnableDebug bool `desc:"Enable debug logging in controller"`
Yaml bool `desc:"Only print out k8s yaml manifest"`
Check bool `desc:"Only check status, don't deploy controller"`
}
func (*Install) Run ¶
func (i *Install) Run(ctx *clicontext.CLIContext) error
Click to show internal directories.
Click to hide internal directories.