Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HealthChecker ¶
type HealthChecker interface {
Probe(ctx context.Context, l logr.Logger, logSuffix string, partition int) error
}
HealthChecker interface
type HealthCheckerImpl ¶
type HealthCheckerImpl struct {
// contains filtered or unexported fields
}
HealthCheckerImpl struct
func NewHealthChecker ¶
func NewHealthChecker(cluster *resource.Cluster, clientset *kubernetes.Clientset, scheme *runtime.Scheme, config *rest.Config) *HealthCheckerImpl
NewHealthChecker ctor
Click to show internal directories.
Click to hide internal directories.