Documentation ¶
Index ¶
Constants ¶
View Source
const AgentHealthzControllerName = "agent-healthz"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HealthzController ¶
type HealthzController struct {
// contains filtered or unexported fields
}
func NewHealthzController ¶
func NewHealthzController(ctx context.Context, genericConf *generic.GenericConfiguration, _ *controller.GenericControllerConfiguration, conf *controller.LifeCycleConfig, client *client.GenericClientSet, nodeInformer coreinformers.NodeInformer, podInformer coreinformers.PodInformer, cnrInformer informers.CustomNodeResourceInformer, metricsEmitter metrics.MetricEmitter, ) (*HealthzController, error)
func (*HealthzController) Run ¶
func (ec *HealthzController) Run()
Click to show internal directories.
Click to hide internal directories.