Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AgentOptions ¶
type AgentOptions struct { InstallationNamespace string HubKubeconfigFile string HubRestConfig *rest.Config ClusterName string }
func NewAgentOptions ¶
func NewAgentOptions() *AgentOptions
func (*AgentOptions) AddFlags ¶
func (o *AgentOptions) AddFlags(cmd *cobra.Command)
func (*AgentOptions) Complete ¶
func (o *AgentOptions) Complete()
func (*AgentOptions) RunAgent ¶
func (o *AgentOptions) RunAgent(ctx context.Context, controllerContext *controllercmd.ControllerContext) error
func (*AgentOptions) Validate ¶
func (o *AgentOptions) Validate() error
Click to show internal directories.
Click to hide internal directories.