dnsendpoint

package
v0.0.11 Latest Latest
Warning

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

Go to latest
Published: Aug 3, 2023 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

View Source
const GroupName = "externaldns.k8s.io"
View Source
const GroupVersion = "v1alpha1"

Variables

View Source
var (
	SchemeBuilder = runtime.NewSchemeBuilder(addKnownTypes)
	AddToScheme   = SchemeBuilder.AddToScheme
)
View Source
var SchemeGroupVersion = schema.GroupVersion{Group: GroupName, Version: GroupVersion}

Functions

This section is empty.

Types

type DNSEndpoint

type DNSEndpoint interface {
	List(ctx context.Context, opts metav1.ListOptions) (*endpoint.DNSEndpointList, error)
	Watch(ctx context.Context, opts metav1.ListOptions) (watch.Interface, error)
}

type ExtDNSClient

type ExtDNSClient struct {
	// contains filtered or unexported fields
}

func NewForConfig

func NewForConfig(c *rest.Config) (*ExtDNSClient, error)

func (*ExtDNSClient) DNSEndpoints

func (c *ExtDNSClient) DNSEndpoints(namespace string) DNSEndpoint

type ExtDNSInterface

type ExtDNSInterface interface {
	DNSEndpoints(namespace string) DNSEndpoint
}

Jump to

Keyboard shortcuts

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