Documentation ¶
Index ¶
- Constants
- func GetConfig(cfg config.K8sCfg) (*rest.Config, error)
- type ATypeEndPoints
- type DNSEndpointApi
- func (dn *DNSEndpointApi) DeleteEndpoint(name string) (runtime.Object, error)
- func (dn *DNSEndpointApi) GetEndpoint(name string) (*endpoint.DNSEndpoint, error)
- func (dn *DNSEndpointApi) List(opts *metav1.ListOptions) (result *endpoint.DNSEndpointList, err error)
- func (dn *DNSEndpointApi) PatchEndpoint(atyp ATypeEndPoints) (runtime.Object, error)
- func (dn *DNSEndpointApi) PostEndpoint(atyp ATypeEndPoints) (runtime.Object, error)
- func (dn *DNSEndpointApi) ReadEndPoints() (*endpoint.DNSEndpointList, error)
Constants ¶
View Source
const ApiVersion = "externaldns.k8s.io/v1alpha1"
View Source
const Kind = "DNSEndpoint"
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ATypeEndPoints ¶
type DNSEndpointApi ¶
type DNSEndpointApi struct {
// contains filtered or unexported fields
}
func MakeDNSEndpointApi ¶
func (*DNSEndpointApi) DeleteEndpoint ¶
func (dn *DNSEndpointApi) DeleteEndpoint(name string) (runtime.Object, error)
func (*DNSEndpointApi) GetEndpoint ¶
func (dn *DNSEndpointApi) GetEndpoint(name string) (*endpoint.DNSEndpoint, error)
func (*DNSEndpointApi) List ¶
func (dn *DNSEndpointApi) List(opts *metav1.ListOptions) (result *endpoint.DNSEndpointList, err error)
func (*DNSEndpointApi) PatchEndpoint ¶
func (dn *DNSEndpointApi) PatchEndpoint(atyp ATypeEndPoints) (runtime.Object, error)
func (*DNSEndpointApi) PostEndpoint ¶
func (dn *DNSEndpointApi) PostEndpoint(atyp ATypeEndPoints) (runtime.Object, error)
func (*DNSEndpointApi) ReadEndPoints ¶
func (dn *DNSEndpointApi) ReadEndPoints() (*endpoint.DNSEndpointList, error)
Click to show internal directories.
Click to hide internal directories.