Documentation
¶
Index ¶
Constants ¶
View Source
const UpdateManagerK8sServiceID = "orchestration.mgr"
UpdateManagerK8sServiceID is the ID os the locally registered k8s update manager implementation
Variables ¶
This section is empty.
Functions ¶
func NewK8sUpdateManager ¶
func NewK8sUpdateManager(opts []MgrOpt, registryCtx *registry.ServiceRegistryContext) (orchestration.UpdateManager, error)
NewK8sUpdateManager instantiates a new k8s update manager
Types ¶
type MgrOpt ¶
type MgrOpt func(mgrOptions *mgrOpts) error
MgrOpt defines the creation configuration options for a k8s API-compatible orchestration implementation
func WithKubeConfig ¶
WithKubeConfig configures the absolute path to the k8s runtime configuration
Click to show internal directories.
Click to hide internal directories.