Documentation ¶
Index ¶
Constants ¶
View Source
const (
AddonName = "application-manager"
)
Variables ¶
View Source
var Options = SubscriptionCMDOptions{ MetricsAddr: "", SyncInterval: 60, LeaseDurationSeconds: 60, Standalone: false, DeployAgent: false, AgentImage: "quay.io/open-cluster-management/multicloud-operators-subscription:latest", }
Functions ¶
func RunManager ¶
func RunManager()
Types ¶
type SubscriptionCMDOptions ¶
type SubscriptionCMDOptions struct { MetricsAddr string ClusterName string HubConfigFilePathName string TLSKeyFilePathName string TLSCrtFilePathName string SyncInterval int DisableTLS bool Standalone bool DeployAgent bool AgentImage string LeaseDurationSeconds int }
SubscriptionCMDOptions for command line flag parsing
Click to show internal directories.
Click to hide internal directories.