Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IsUnsupportedStorageVersion ¶ added in v1.2.0
IsUnsupportedStorageVersion asserts unsupportedStorageVersionError.
Types ¶
type Controller ¶
type Controller struct {
*controller.Controller
}
func NewController ¶
func NewController(config ControllerConfig) (*Controller, error)
type ControllerConfig ¶
type ControllerConfig struct { Address string BaseDomain string Provider string Installation string CreatePVC bool StorageSize string RestrictedAccessEnabled bool WhitelistedSubnets string RetentionDuration string RetentionSize string K8sClient k8sclient.Interface Logger micrologger.Logger PrometheusClient promclient.Interface }
Click to show internal directories.
Click to hide internal directories.