v1beta1

package
v1.116.0 Latest Latest
Warning

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

Go to latest
Published: Apr 11, 2024 License: Apache-2.0 Imports: 9 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 DNSManagedZoneExpansion

type DNSManagedZoneExpansion interface{}

type DNSManagedZoneInterface

type DNSManagedZoneInterface interface {
	Create(ctx context.Context, dNSManagedZone *v1beta1.DNSManagedZone, opts v1.CreateOptions) (*v1beta1.DNSManagedZone, error)
	Update(ctx context.Context, dNSManagedZone *v1beta1.DNSManagedZone, opts v1.UpdateOptions) (*v1beta1.DNSManagedZone, error)
	UpdateStatus(ctx context.Context, dNSManagedZone *v1beta1.DNSManagedZone, opts v1.UpdateOptions) (*v1beta1.DNSManagedZone, 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) (*v1beta1.DNSManagedZone, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1beta1.DNSManagedZoneList, 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 *v1beta1.DNSManagedZone, err error)
	DNSManagedZoneExpansion
}

DNSManagedZoneInterface has methods to work with DNSManagedZone resources.

type DNSManagedZonesGetter

type DNSManagedZonesGetter interface {
	DNSManagedZones(namespace string) DNSManagedZoneInterface
}

DNSManagedZonesGetter has a method to return a DNSManagedZoneInterface. A group's client should implement this interface.

type DNSPoliciesGetter

type DNSPoliciesGetter interface {
	DNSPolicies(namespace string) DNSPolicyInterface
}

DNSPoliciesGetter has a method to return a DNSPolicyInterface. A group's client should implement this interface.

type DNSPolicyExpansion

type DNSPolicyExpansion interface{}

type DNSPolicyInterface

type DNSPolicyInterface interface {
	Create(ctx context.Context, dNSPolicy *v1beta1.DNSPolicy, opts v1.CreateOptions) (*v1beta1.DNSPolicy, error)
	Update(ctx context.Context, dNSPolicy *v1beta1.DNSPolicy, opts v1.UpdateOptions) (*v1beta1.DNSPolicy, error)
	UpdateStatus(ctx context.Context, dNSPolicy *v1beta1.DNSPolicy, opts v1.UpdateOptions) (*v1beta1.DNSPolicy, 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) (*v1beta1.DNSPolicy, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1beta1.DNSPolicyList, 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 *v1beta1.DNSPolicy, err error)
	DNSPolicyExpansion
}

DNSPolicyInterface has methods to work with DNSPolicy resources.

type DNSRecordSetExpansion

type DNSRecordSetExpansion interface{}

type DNSRecordSetInterface

type DNSRecordSetInterface interface {
	Create(ctx context.Context, dNSRecordSet *v1beta1.DNSRecordSet, opts v1.CreateOptions) (*v1beta1.DNSRecordSet, error)
	Update(ctx context.Context, dNSRecordSet *v1beta1.DNSRecordSet, opts v1.UpdateOptions) (*v1beta1.DNSRecordSet, error)
	UpdateStatus(ctx context.Context, dNSRecordSet *v1beta1.DNSRecordSet, opts v1.UpdateOptions) (*v1beta1.DNSRecordSet, 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) (*v1beta1.DNSRecordSet, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1beta1.DNSRecordSetList, 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 *v1beta1.DNSRecordSet, err error)
	DNSRecordSetExpansion
}

DNSRecordSetInterface has methods to work with DNSRecordSet resources.

type DNSRecordSetsGetter

type DNSRecordSetsGetter interface {
	DNSRecordSets(namespace string) DNSRecordSetInterface
}

DNSRecordSetsGetter has a method to return a DNSRecordSetInterface. A group's client should implement this interface.

type DnsV1beta1Client

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

DnsV1beta1Client is used to interact with features provided by the dns.cnrm.cloud.google.com group.

func New

New creates a new DnsV1beta1Client for the given RESTClient.

func NewForConfig

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

NewForConfig creates a new DnsV1beta1Client for the given config. NewForConfig is equivalent to NewForConfigAndClient(c, httpClient), where httpClient was generated with rest.HTTPClientFor(c).

func NewForConfigAndClient added in v1.75.0

func NewForConfigAndClient(c *rest.Config, h *http.Client) (*DnsV1beta1Client, error)

NewForConfigAndClient creates a new DnsV1beta1Client for the given config and http client. Note the http client provided takes precedence over the configured transport values.

func NewForConfigOrDie

func NewForConfigOrDie(c *rest.Config) *DnsV1beta1Client

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

func (*DnsV1beta1Client) DNSManagedZones

func (c *DnsV1beta1Client) DNSManagedZones(namespace string) DNSManagedZoneInterface

func (*DnsV1beta1Client) DNSPolicies

func (c *DnsV1beta1Client) DNSPolicies(namespace string) DNSPolicyInterface

func (*DnsV1beta1Client) DNSRecordSets

func (c *DnsV1beta1Client) DNSRecordSets(namespace string) DNSRecordSetInterface

func (*DnsV1beta1Client) RESTClient

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

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

type DnsV1beta1Interface

type DnsV1beta1Interface interface {
	RESTClient() rest.Interface
	DNSManagedZonesGetter
	DNSPoliciesGetter
	DNSRecordSetsGetter
}

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