Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Manager ¶
type Manager interface { HiveRestConfig(context.Context, int) (*rest.Config, error) InstallViaHive(context.Context) (bool, error) AdoptByHive(context.Context) (bool, error) // Allows overriding the default installer pullspec for Prod, if the OpenShiftVersions database is not populated DefaultInstallerPullSpecOverride(context.Context) string }
func NewDev ¶
func NewDev(location string, managedClustersClient utilcontainerservice.ManagedClustersClient) Manager
func NewProd ¶
func NewProd(location string, managedClustersClient utilcontainerservice.ManagedClustersClient) Manager
Click to show internal directories.
Click to hide internal directories.