Documentation ¶
Index ¶
Constants ¶
View Source
const ( ConcurrentConfigmapSyncs = 1 ConfigmapName = "coredns-hosts-api" ConfigmapNamespace = "kube-system" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ConfigmapController ¶
type ConfigmapController struct {
// contains filtered or unexported fields
}
func NewConfigmapController ¶
func NewConfigmapController(clientset *kubernetes.Clientset, configmapInformer coreinformers.ConfigMapInformer) *ConfigmapController
func (*ConfigmapController) FilterConfigmap ¶
func (c *ConfigmapController) FilterConfigmap(cm *corev1.ConfigMap) bool
func (*ConfigmapController) Run ¶
func (c *ConfigmapController) Run(stopCh <-chan struct{}) error
Click to show internal directories.
Click to hide internal directories.