Documentation
¶
Index ¶
Constants ¶
View Source
const GcTag = "kube_prod_runtime"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type InstallCmd ¶
type InstallCmd struct {
Config *restclient.Config
ClientPool dynamic.ClientPool
Discovery discovery.DiscoveryInterface
OnlyGenerate bool
PlatformConfig PlatformConfig
Platform string
PlatformConfigPath string
ManifestBase *url.URL
}
InstallCmd represents the install subcommand
func (InstallCmd) ReadPlatformConfig ¶ added in v0.2.0
func (c InstallCmd) ReadPlatformConfig(into interface{}) error
func (InstallCmd) WritePlatformConfig ¶ added in v0.2.0
func (c InstallCmd) WritePlatformConfig(conf interface{}) error
type PlatformConfig ¶ added in v1.0.0
type PlatformConfig interface {
Generate(context.Context) error
}
Click to show internal directories.
Click to hide internal directories.