Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var MaxExportStatusConditions = 10
Functions ¶
This section is empty.
Types ¶
type AgentSpecification ¶
type Controller ¶
type Controller struct {
// contains filtered or unexported fields
}
func New ¶
func New(spec *AgentSpecification, cfg *rest.Config) (*Controller, error)
func NewWithDetail ¶ added in v0.6.0
func NewWithDetail(spec *AgentSpecification, syncerConf *broker.SyncerConfig, restMapper meta.RESTMapper, localClient dynamic.Interface, kubeClientSet kubernetes.Interface, lighthouseClient lighthouseClientset.Interface, scheme *runtime.Scheme, newSyncer func(*broker.SyncerConfig) (*broker.Syncer, error)) (*Controller, error)
Constructor that takes additional detail. This is intended for unit tests.
func (*Controller) Start ¶ added in v0.6.0
func (a *Controller) Start(stopCh <-chan struct{}) error
Click to show internal directories.
Click to hide internal directories.