Versions in this module Expand all Collapse all v0 v0.1.5 Sep 2, 2021 Changes in this version type Key + const UpdaterInterfaceVersionKey v0.1.2 Mar 3, 2020 Changes in this version + var OperatorBuildVersion = OperatorDevelopmentDoNotUseInProduction + var PlatformVersionBuild = PlatformDevelopmentDoNotUseInProduction + func OverwriteFrom(from Container, into WriteContainer) + type Container interface + GetAnnotations func() map[string]string + GetLabels func() map[string]string + type Key = string + const NodeActionActive + const NodeActionActiveState + const NodeActionWanted + const NodeSelectorLabel + const OperatorVersionKey + const PlatformVersionKey + const PodSelectorLabel + const Prefix + const UpdateAvailableKey + type NodeAction = string + const NodeActionPerformUpdate + const NodeActionPrepareUpdate + const NodeActionRebootUpdate + const NodeActionReset + const NodeActionStabilize + const NodeActionUnknown + type NodeState = string + const NodeStateBusy + const NodeStateError + const NodeStateReady + const NodeStateRebooting + const NodeStateRefreshing + const NodeStateUnknown + const NodeStateUpToDate + const NodeStateUpdateAvailable + type NodeUpdate = string + const NodeUpdateAvailable + const NodeUpdateUnavailable + const NodeUpdateUnknown + type OperatorVersion = string + const OperatorDevelopmentDoNotUseInProduction + const OperatorUnknown + const OperatorV1Alpha + type PlatformVersion = string + const PlatformDevelopmentDoNotUseInProduction + const PlatformV0 + const PlatformV1Alpha + const PlatformV1AlphaNoOp + const PlatformVersionUnknown + type WriteContainer interface + SetAnnotations func(map[string]string) + SetLabels func(map[string]string)