Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Run ¶
func Run(o *AgentOptions, f cmdutil.Factory)
Types ¶
type AgentOptions ¶
type AgentOptions struct { Listen string UpstreamURL string Token string PrintVersion bool // kubernetes controller PlatformCode string ConcurrentEndpointSyncs int32 ConcurrentServiceSyncs int32 ConcurrentRSSyncs int32 ConcurrentJobSyncs int32 ConcurrentDeploymentSyncs int32 ConcurrentIngressSyncs int32 ConcurrentSecretSyncs int32 ConcurrentConfigMapSyncs int32 ConcurrentPodSyncs int32 ConcurrentC7NHelmReleaseSyncs int32 ClusterId string // contains filtered or unexported fields }
func NewAgentOptions ¶
func NewAgentOptions() *AgentOptions
func (*AgentOptions) BindFlags ¶
func (o *AgentOptions) BindFlags(fs *pflag.FlagSet)
Click to show internal directories.
Click to hide internal directories.