Documentation ¶
Index ¶
- func EqualRRS(a dnsprovider.ResourceRecordSet, b dnsprovider.ResourceRecordSet) bool
- func EqualRRSList(a []dnsprovider.ResourceRecordSet, b []dnsprovider.ResourceRecordSet) bool
- func IsNodeReady(node *api.Node) bool
- func NewKubeClient() (*unversioned.Client, error)
- func StringToAddressType(s string) api.NodeAddressType
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func EqualRRS ¶
func EqualRRS(a dnsprovider.ResourceRecordSet, b dnsprovider.ResourceRecordSet) bool
EqualRRS return true when both arguments are equal.
func EqualRRSList ¶
func EqualRRSList(a []dnsprovider.ResourceRecordSet, b []dnsprovider.ResourceRecordSet) bool
EqualRRSList return true when both arguments are equal.
func IsNodeReady ¶
IsNodeReady checks for the NodeReady condition in the Node.
func NewKubeClient ¶
func NewKubeClient() (*unversioned.Client, error)
NewKubeClient creates a new Unversioned Kubernetes Client using default loading rules.
func StringToAddressType ¶
func StringToAddressType(s string) api.NodeAddressType
StringToAddressType converts a string to a NodeAddressType, ignores case.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.