v1alpha1

package
v1.19.1 Latest Latest
Warning

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

Go to latest
Published: Oct 25, 2022 License: MIT Imports: 7 Imported by: 0

Documentation

Overview

This package has the automatically generated typed clients.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DNSEndpointExpansion

type DNSEndpointExpansion interface{}

type DNSEndpointInterface

type DNSEndpointInterface interface {
	Create(*v1alpha1.DNSEndpoint) (*v1alpha1.DNSEndpoint, error)
	Update(*v1alpha1.DNSEndpoint) (*v1alpha1.DNSEndpoint, error)
	UpdateStatus(*v1alpha1.DNSEndpoint) (*v1alpha1.DNSEndpoint, error)
	Delete(name string, options *v1.DeleteOptions) error
	DeleteCollection(options *v1.DeleteOptions, listOptions v1.ListOptions) error
	Get(name string, options v1.GetOptions) (*v1alpha1.DNSEndpoint, error)
	List(opts v1.ListOptions) (*v1alpha1.DNSEndpointList, error)
	Watch(opts v1.ListOptions) (watch.Interface, error)
	Patch(name string, pt types.PatchType, data []byte, subresources ...string) (result *v1alpha1.DNSEndpoint, err error)
	DNSEndpointExpansion
}

DNSEndpointInterface has methods to work with DNSEndpoint resources.

type DNSEndpointsGetter

type DNSEndpointsGetter interface {
	DNSEndpoints(namespace string) DNSEndpointInterface
}

DNSEndpointsGetter has a method to return a DNSEndpointInterface. A group's client should implement this interface.

type DomainExpansion

type DomainExpansion interface{}

type DomainInterface

type DomainInterface interface {
	Create(*v1alpha1.Domain) (*v1alpha1.Domain, error)
	Update(*v1alpha1.Domain) (*v1alpha1.Domain, error)
	Delete(name string, options *v1.DeleteOptions) error
	DeleteCollection(options *v1.DeleteOptions, listOptions v1.ListOptions) error
	Get(name string, options v1.GetOptions) (*v1alpha1.Domain, error)
	List(opts v1.ListOptions) (*v1alpha1.DomainList, error)
	Watch(opts v1.ListOptions) (watch.Interface, error)
	Patch(name string, pt types.PatchType, data []byte, subresources ...string) (result *v1alpha1.Domain, err error)
	DomainExpansion
}

DomainInterface has methods to work with Domain resources.

type DomainsGetter

type DomainsGetter interface {
	Domains(namespace string) DomainInterface
}

DomainsGetter has a method to return a DomainInterface. A group's client should implement this interface.

type IngressDNSRecordExpansion

type IngressDNSRecordExpansion interface{}

type IngressDNSRecordInterface

type IngressDNSRecordInterface interface {
	Create(*v1alpha1.IngressDNSRecord) (*v1alpha1.IngressDNSRecord, error)
	Update(*v1alpha1.IngressDNSRecord) (*v1alpha1.IngressDNSRecord, error)
	UpdateStatus(*v1alpha1.IngressDNSRecord) (*v1alpha1.IngressDNSRecord, error)
	Delete(name string, options *v1.DeleteOptions) error
	DeleteCollection(options *v1.DeleteOptions, listOptions v1.ListOptions) error
	Get(name string, options v1.GetOptions) (*v1alpha1.IngressDNSRecord, error)
	List(opts v1.ListOptions) (*v1alpha1.IngressDNSRecordList, error)
	Watch(opts v1.ListOptions) (watch.Interface, error)
	Patch(name string, pt types.PatchType, data []byte, subresources ...string) (result *v1alpha1.IngressDNSRecord, err error)
	IngressDNSRecordExpansion
}

IngressDNSRecordInterface has methods to work with IngressDNSRecord resources.

type IngressDNSRecordsGetter

type IngressDNSRecordsGetter interface {
	IngressDNSRecords(namespace string) IngressDNSRecordInterface
}

IngressDNSRecordsGetter has a method to return a IngressDNSRecordInterface. A group's client should implement this interface.

type MulticlusterdnsV1alpha1Client

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

MulticlusterdnsV1alpha1Client is used to interact with features provided by the multiclusterdns.kubefed.io group.

func New

New creates a new MulticlusterdnsV1alpha1Client for the given RESTClient.

func NewForConfig

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

NewForConfig creates a new MulticlusterdnsV1alpha1Client for the given config.

func NewForConfigOrDie

func NewForConfigOrDie(c *rest.Config) *MulticlusterdnsV1alpha1Client

NewForConfigOrDie creates a new MulticlusterdnsV1alpha1Client for the given config and panics if there is an error in the config.

func (*MulticlusterdnsV1alpha1Client) DNSEndpoints

func (c *MulticlusterdnsV1alpha1Client) DNSEndpoints(namespace string) DNSEndpointInterface

func (*MulticlusterdnsV1alpha1Client) Domains

func (*MulticlusterdnsV1alpha1Client) IngressDNSRecords

func (c *MulticlusterdnsV1alpha1Client) IngressDNSRecords(namespace string) IngressDNSRecordInterface

func (*MulticlusterdnsV1alpha1Client) RESTClient

RESTClient returns a RESTClient that is used to communicate with API server by this client implementation.

func (*MulticlusterdnsV1alpha1Client) ServiceDNSRecords

func (c *MulticlusterdnsV1alpha1Client) ServiceDNSRecords(namespace string) ServiceDNSRecordInterface

type ServiceDNSRecordExpansion

type ServiceDNSRecordExpansion interface{}

type ServiceDNSRecordInterface

type ServiceDNSRecordInterface interface {
	Create(*v1alpha1.ServiceDNSRecord) (*v1alpha1.ServiceDNSRecord, error)
	Update(*v1alpha1.ServiceDNSRecord) (*v1alpha1.ServiceDNSRecord, error)
	UpdateStatus(*v1alpha1.ServiceDNSRecord) (*v1alpha1.ServiceDNSRecord, error)
	Delete(name string, options *v1.DeleteOptions) error
	DeleteCollection(options *v1.DeleteOptions, listOptions v1.ListOptions) error
	Get(name string, options v1.GetOptions) (*v1alpha1.ServiceDNSRecord, error)
	List(opts v1.ListOptions) (*v1alpha1.ServiceDNSRecordList, error)
	Watch(opts v1.ListOptions) (watch.Interface, error)
	Patch(name string, pt types.PatchType, data []byte, subresources ...string) (result *v1alpha1.ServiceDNSRecord, err error)
	ServiceDNSRecordExpansion
}

ServiceDNSRecordInterface has methods to work with ServiceDNSRecord resources.

type ServiceDNSRecordsGetter

type ServiceDNSRecordsGetter interface {
	ServiceDNSRecords(namespace string) ServiceDNSRecordInterface
}

ServiceDNSRecordsGetter has a method to return a ServiceDNSRecordInterface. A group's client should implement this interface.

Directories

Path Synopsis
Package fake has the automatically generated clients.
Package fake has the automatically generated clients.

Jump to

Keyboard shortcuts

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