dns

package
v1.3.0-alpha.5 Latest Latest
Warning

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

Go to latest
Published: Jun 2, 2016 License: Apache-2.0 Imports: 21 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type KubeDNS

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

func NewKubeDNS

func NewKubeDNS(client clientset.Interface, domain string, federations map[string]string) *KubeDNS

func (*KubeDNS) GetCacheAsJSON

func (kd *KubeDNS) GetCacheAsJSON() (string, error)

func (*KubeDNS) Records

func (kd *KubeDNS) Records(name string, exact bool) ([]skymsg.Service, error)

func (*KubeDNS) ReverseRecord

func (kd *KubeDNS) ReverseRecord(name string) (*skymsg.Service, error)

func (*KubeDNS) Start

func (kd *KubeDNS) Start()

type TreeCache

type TreeCache struct {
	ChildNodes map[string]*TreeCache
	Entries    map[string]interface{}
}

func NewTreeCache

func NewTreeCache() *TreeCache

func (*TreeCache) Serialize

func (cache *TreeCache) Serialize() (string, error)

Jump to

Keyboard shortcuts

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