Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { SyncPeriod time.Duration `envconfig:"sync_period"` PollInterval time.Duration `envconfig:"poll_interval"` LongPollInterval time.Duration `envconfig:"long_poll_interval"` ManagementNamespace string `envconfig:"management_namespace"` ReleaseNamespace string `envconfig:"release_namespace"` AllowClusterAccess bool `envconfig:"allow_cluster_access"` AllowedNamespaces []string `envconfig:"allowed_namespaces"` EnableNamespaceSecrets bool `envconfig:"enable_namespace_secrets"` EnableLimitedCache bool `envconfig:"enable_limited_cache"` ClusterID string `envconfig:"cluster_id"` InitialClusterID string `envconfig:"initial_cluster_id"` RetryBaseDelay time.Duration RetryMaxDelay time.Duration }
Click to show internal directories.
Click to hide internal directories.