Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Agent ¶
type Agent struct { SecureServing *apiserver.SecureServingInfo // Identity is the unique string identifying a lease holder across // all participants in an election. Identity string // ClusterID denotes current child cluster id ClusterID *types.UID // dedicated namespace in parent cluster for current child cluster DedicatedNamespace *string // contains filtered or unexported fields }
Agent defines configuration for clusternet-agent
type Manager ¶
type Manager struct {
// contains filtered or unexported fields
}
func NewStatusManager ¶
func NewStatusManager( apiserverURL string, opts *options.AgentOptions, kubeClient kubernetes.Interface, metricClient *metricsv.Clientset, kubeInformerFactory informers.SharedInformerFactory, ) *Manager
Click to show internal directories.
Click to hide internal directories.