Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HealthChecker ¶
type HealthChecker interface {
Healthy() error
}
HealthChecker is an interface of node healthiness checking tool.
type Params ¶
type Params struct {
Logger *zap.Logger
Healthy HealthChecker
Store libcnr.Storage
ExtendedACLStore acl.BinaryExtendedACLStore
}
Params groups the parameters of Container service server's constructor.
Click to show internal directories.
Click to hide internal directories.