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"`
ClusterID string `envconfig:"cluster_id"`
}
Click to show internal directories.
Click to hide internal directories.