Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ConfigName = "rio-config" ConfigController = ControllerConfig{} )
Functions ¶
Types ¶
type Config ¶
type Config struct { Features map[string]FeatureConfig `json:"features,omitempty"` LetsEncrypt LetsEncrypt `json:"letsEncrypt,omitempty"` RdnsURL string `json:"rdnsUrl,omitempty"` Gateway Gateway `json:"gateway,omitempty"` }
type ControllerConfig ¶
type FeatureConfig ¶
type Gateway ¶
type Gateway struct { StaticAddresses []adminv1.Address `json:"staticAddresses,omitempty"` ServiceName string `json:"serviceName,omitempty"` ServiceNamespace string `json:"serviceNamespace,omitempty"` IngressName string `json:"ingressName,omitempty"` IngressNamespace string `json:"ingressNamespace,omitempty"` }
type LetsEncrypt ¶
Click to show internal directories.
Click to hide internal directories.