providers

package
v0.0.0-...-915231e Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 28, 2024 License: MIT Imports: 8 Imported by: 0

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

type Provider

type Provider interface {
	Initialize(c *KubeClient) error
	SyncHosts()
	UpdateHost(host string, dryRun bool)
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL