Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func StartAgentWithOperator ¶
func StartAgentWithOperator(ctx context.Context, existMgr manager.Manager, options *AgentOptions) error
StartAgentWithOperator defines sdk entrance. Developers can use this function to share memory with exited operator for special resources in SyncGVK. Only support push mode.
Types ¶
type AgentOptions ¶
type AgentOptions struct {
ElasticSearchAddresses []string
ClusterName string
SyncGVKs []schema.GroupVersionKind
}
Click to show internal directories.
Click to hide internal directories.