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)
Click to show internal directories.
Click to hide internal directories.