Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AuthzWebhook ¶ added in v1.3.1
type AuthzWebhook struct {
Endpoint string `yaml:"endpoint"`
}
type Config ¶
type Config struct { PlatformAPIClientConfig string `yaml:"platformAPIClientConfig"` ApplicationAPIClientConfig string `yaml:"applicationAPIClientConfig"` Registry Registry `yaml:"registry"` Audit Audit `yaml:"audit"` Feature Feature `yaml:"feature"` Docker Docker `yaml:"docker"` Kubelet Kubelet `yaml:"kubelet"` APIServer APIServer `yaml:"apiServer"` ControllerManager ControllerManager `yaml:"controllerManager"` Scheduler Scheduler `yaml:"scheduler"` AuthzWebhook AuthzWebhook `yaml:"authzWebhook"` Business Business `yaml:"business"` }
func (*Config) AuditEnabled ¶ added in v1.3.1
func (*Config) BusinessEnabled ¶ added in v1.3.1
type ControllerManager ¶ added in v1.3.1
Click to show internal directories.
Click to hide internal directories.