v1alpha1

package
v0.5.0 Latest Latest
Warning

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

Go to latest
Published: May 8, 2022 License: Apache-2.0 Imports: 8 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 DomainV1alpha1Client

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

DomainV1alpha1Client is used to interact with features provided by the domain.ovh.kubeform.com group.

func New

New creates a new DomainV1alpha1Client for the given RESTClient.

func NewForConfig

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

NewForConfig creates a new DomainV1alpha1Client for the given config.

func NewForConfigOrDie

func NewForConfigOrDie(c *rest.Config) *DomainV1alpha1Client

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

func (*DomainV1alpha1Client) RESTClient

func (c *DomainV1alpha1Client) RESTClient() rest.Interface

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

func (*DomainV1alpha1Client) ZoneRecords

func (c *DomainV1alpha1Client) ZoneRecords(namespace string) ZoneRecordInterface

func (*DomainV1alpha1Client) ZoneRedirections

func (c *DomainV1alpha1Client) ZoneRedirections(namespace string) ZoneRedirectionInterface

func (*DomainV1alpha1Client) Zones

func (c *DomainV1alpha1Client) Zones(namespace string) ZoneInterface

type DomainV1alpha1Interface

type DomainV1alpha1Interface interface {
	RESTClient() rest.Interface
	ZonesGetter
	ZoneRecordsGetter
	ZoneRedirectionsGetter
}

type ZoneExpansion

type ZoneExpansion interface{}

type ZoneInterface

type ZoneInterface interface {
	Create(ctx context.Context, zone *v1alpha1.Zone, opts v1.CreateOptions) (*v1alpha1.Zone, error)
	Update(ctx context.Context, zone *v1alpha1.Zone, opts v1.UpdateOptions) (*v1alpha1.Zone, error)
	UpdateStatus(ctx context.Context, zone *v1alpha1.Zone, opts v1.UpdateOptions) (*v1alpha1.Zone, error)
	Delete(ctx context.Context, name string, opts v1.DeleteOptions) error
	DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error
	Get(ctx context.Context, name string, opts v1.GetOptions) (*v1alpha1.Zone, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.ZoneList, error)
	Watch(ctx context.Context, opts v1.ListOptions) (watch.Interface, error)
	Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.Zone, err error)
	ZoneExpansion
}

ZoneInterface has methods to work with Zone resources.

type ZoneRecordExpansion

type ZoneRecordExpansion interface{}

type ZoneRecordInterface

type ZoneRecordInterface interface {
	Create(ctx context.Context, zoneRecord *v1alpha1.ZoneRecord, opts v1.CreateOptions) (*v1alpha1.ZoneRecord, error)
	Update(ctx context.Context, zoneRecord *v1alpha1.ZoneRecord, opts v1.UpdateOptions) (*v1alpha1.ZoneRecord, error)
	UpdateStatus(ctx context.Context, zoneRecord *v1alpha1.ZoneRecord, opts v1.UpdateOptions) (*v1alpha1.ZoneRecord, error)
	Delete(ctx context.Context, name string, opts v1.DeleteOptions) error
	DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error
	Get(ctx context.Context, name string, opts v1.GetOptions) (*v1alpha1.ZoneRecord, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.ZoneRecordList, error)
	Watch(ctx context.Context, opts v1.ListOptions) (watch.Interface, error)
	Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.ZoneRecord, err error)
	ZoneRecordExpansion
}

ZoneRecordInterface has methods to work with ZoneRecord resources.

type ZoneRecordsGetter

type ZoneRecordsGetter interface {
	ZoneRecords(namespace string) ZoneRecordInterface
}

ZoneRecordsGetter has a method to return a ZoneRecordInterface. A group's client should implement this interface.

type ZoneRedirectionExpansion

type ZoneRedirectionExpansion interface{}

type ZoneRedirectionInterface

type ZoneRedirectionInterface interface {
	Create(ctx context.Context, zoneRedirection *v1alpha1.ZoneRedirection, opts v1.CreateOptions) (*v1alpha1.ZoneRedirection, error)
	Update(ctx context.Context, zoneRedirection *v1alpha1.ZoneRedirection, opts v1.UpdateOptions) (*v1alpha1.ZoneRedirection, error)
	UpdateStatus(ctx context.Context, zoneRedirection *v1alpha1.ZoneRedirection, opts v1.UpdateOptions) (*v1alpha1.ZoneRedirection, error)
	Delete(ctx context.Context, name string, opts v1.DeleteOptions) error
	DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error
	Get(ctx context.Context, name string, opts v1.GetOptions) (*v1alpha1.ZoneRedirection, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.ZoneRedirectionList, error)
	Watch(ctx context.Context, opts v1.ListOptions) (watch.Interface, error)
	Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.ZoneRedirection, err error)
	ZoneRedirectionExpansion
}

ZoneRedirectionInterface has methods to work with ZoneRedirection resources.

type ZoneRedirectionsGetter

type ZoneRedirectionsGetter interface {
	ZoneRedirections(namespace string) ZoneRedirectionInterface
}

ZoneRedirectionsGetter has a method to return a ZoneRedirectionInterface. A group's client should implement this interface.

type ZonesGetter

type ZonesGetter interface {
	Zones(namespace string) ZoneInterface
}

ZonesGetter has a method to return a ZoneInterface. 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