Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var KubeNamespace string = ""
Check for all namespace
Functions ¶
This section is empty.
Types ¶
type CloudflareSync ¶
type CloudflareSync struct {
// contains filtered or unexported fields
}
func (*CloudflareSync) Initialize ¶
func (cf *CloudflareSync) Initialize(c *KubeClient) error
func (*CloudflareSync) SyncHosts ¶
func (cf *CloudflareSync) SyncHosts()
func (*CloudflareSync) UpdateHost ¶
func (cf *CloudflareSync) UpdateHost(host string, dryRun bool)
type KubeClient ¶
type KubeClient struct {
ExternalIP string
// contains filtered or unexported fields
}
func (*KubeClient) GetIngressHosts ¶
func (c *KubeClient) GetIngressHosts() *map[string]string
func (*KubeClient) Initialize ¶
func (c *KubeClient) Initialize() error
func (*KubeClient) SelectLoadBalancer ¶
func (c *KubeClient) SelectLoadBalancer() error
Click to show internal directories.
Click to hide internal directories.