Documentation ¶
Index ¶
- Constants
- func ConfigMap(clusterIP, domain string, dnsServers []string) *corev1.ConfigMap
- func CreateConfigMapOp(apiserver *cke.Node, clusterIP, domain string, dnsServers []string) cke.Operator
- func CreateDaemonSetOp(apiserver *cke.Node) cke.Operator
- func UpdateConfigMapOp(apiserver *cke.Node, configMap *v1.ConfigMap) cke.Operator
- func UpdateDaemonSetOp(apiserver *cke.Node) cke.Operator
Constants ¶
View Source
const UnboundTemplateVersion = "1"
UnboundTemplateVersion is the version of unbound template
Variables ¶
This section is empty.
Functions ¶
func CreateConfigMapOp ¶
func CreateConfigMapOp(apiserver *cke.Node, clusterIP, domain string, dnsServers []string) cke.Operator
CreateConfigMapOp returns an Operator to create ConfigMap for unbound daemonset.
func CreateDaemonSetOp ¶
CreateDaemonSetOp returns an Operator to create unbound daemonset.
func UpdateConfigMapOp ¶
UpdateConfigMapOp returns an Operator to update unbound as Node local resolver.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.