Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { LogLevel string `yaml:"logLevel"` CleanupInterval string `yaml:"cleanupInterval"` Kubernetes struct { ClusterEndpoint string `yaml:"clusterEndpoint"` } Namespace struct { Prefix string `yaml:"prefix"` Suffix string `yaml:"suffix"` Duration string `yaml:"duration"` Resources Resources `yaml:"resources"` } `yaml:"namespace"` BasicAuth BasicAuth `yaml:"basicAuth"` }
type GetInfo200Response ¶
type Namespace ¶
type Namespace struct { Infix string `json:"infix,omitempty"` Suffix string `json:"suffix,omitempty"` // How long should the namespace be preserved until it becomes obsolete and is automatically cleaned up. Duration string `json:"duration,omitempty"` // A list of users to be authorized as editors in this namespace. Users []string `json:"users,omitempty"` }
Click to show internal directories.
Click to hide internal directories.