Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type KubernetesStoreConfig ¶
type KubernetesStoreConfig struct { config.BaseConfig // Namespace where Control Plane is installed to. SystemNamespace string `json:"systemNamespace" envconfig:"DUBBO_STORE_KUBERNETES_SYSTEM_NAMESPACE"` }
KubernetesStoreConfig defines Kubernetes store configuration
func DefaultKubernetesStoreConfig ¶
func DefaultKubernetesStoreConfig() *KubernetesStoreConfig
func (*KubernetesStoreConfig) Validate ¶
func (p *KubernetesStoreConfig) Validate() error
Click to show internal directories.
Click to hide internal directories.