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 CircuitAuthorizationExpansion

type CircuitAuthorizationExpansion interface{}

type CircuitAuthorizationInterface

type CircuitAuthorizationInterface interface {
	Create(ctx context.Context, circuitAuthorization *v1alpha1.CircuitAuthorization, opts v1.CreateOptions) (*v1alpha1.CircuitAuthorization, error)
	Update(ctx context.Context, circuitAuthorization *v1alpha1.CircuitAuthorization, opts v1.UpdateOptions) (*v1alpha1.CircuitAuthorization, error)
	UpdateStatus(ctx context.Context, circuitAuthorization *v1alpha1.CircuitAuthorization, opts v1.UpdateOptions) (*v1alpha1.CircuitAuthorization, 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.CircuitAuthorization, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.CircuitAuthorizationList, 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.CircuitAuthorization, err error)
	CircuitAuthorizationExpansion
}

CircuitAuthorizationInterface has methods to work with CircuitAuthorization resources.

type CircuitAuthorizationsGetter

type CircuitAuthorizationsGetter interface {
	CircuitAuthorizations(namespace string) CircuitAuthorizationInterface
}

CircuitAuthorizationsGetter has a method to return a CircuitAuthorizationInterface. A group's client should implement this interface.

type CircuitConnectionExpansion

type CircuitConnectionExpansion interface{}

type CircuitConnectionInterface

type CircuitConnectionInterface interface {
	Create(ctx context.Context, circuitConnection *v1alpha1.CircuitConnection, opts v1.CreateOptions) (*v1alpha1.CircuitConnection, error)
	Update(ctx context.Context, circuitConnection *v1alpha1.CircuitConnection, opts v1.UpdateOptions) (*v1alpha1.CircuitConnection, error)
	UpdateStatus(ctx context.Context, circuitConnection *v1alpha1.CircuitConnection, opts v1.UpdateOptions) (*v1alpha1.CircuitConnection, 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.CircuitConnection, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.CircuitConnectionList, 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.CircuitConnection, err error)
	CircuitConnectionExpansion
}

CircuitConnectionInterface has methods to work with CircuitConnection resources.

type CircuitConnectionsGetter

type CircuitConnectionsGetter interface {
	CircuitConnections(namespace string) CircuitConnectionInterface
}

CircuitConnectionsGetter has a method to return a CircuitConnectionInterface. A group's client should implement this interface.

type CircuitExpansion

type CircuitExpansion interface{}

type CircuitInterface

type CircuitInterface interface {
	Create(ctx context.Context, circuit *v1alpha1.Circuit, opts v1.CreateOptions) (*v1alpha1.Circuit, error)
	Update(ctx context.Context, circuit *v1alpha1.Circuit, opts v1.UpdateOptions) (*v1alpha1.Circuit, error)
	UpdateStatus(ctx context.Context, circuit *v1alpha1.Circuit, opts v1.UpdateOptions) (*v1alpha1.Circuit, 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.Circuit, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.CircuitList, 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.Circuit, err error)
	CircuitExpansion
}

CircuitInterface has methods to work with Circuit resources.

type CircuitPeeringExpansion

type CircuitPeeringExpansion interface{}

type CircuitPeeringInterface

type CircuitPeeringInterface interface {
	Create(ctx context.Context, circuitPeering *v1alpha1.CircuitPeering, opts v1.CreateOptions) (*v1alpha1.CircuitPeering, error)
	Update(ctx context.Context, circuitPeering *v1alpha1.CircuitPeering, opts v1.UpdateOptions) (*v1alpha1.CircuitPeering, error)
	UpdateStatus(ctx context.Context, circuitPeering *v1alpha1.CircuitPeering, opts v1.UpdateOptions) (*v1alpha1.CircuitPeering, 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.CircuitPeering, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.CircuitPeeringList, 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.CircuitPeering, err error)
	CircuitPeeringExpansion
}

CircuitPeeringInterface has methods to work with CircuitPeering resources.

type CircuitPeeringsGetter

type CircuitPeeringsGetter interface {
	CircuitPeerings(namespace string) CircuitPeeringInterface
}

CircuitPeeringsGetter has a method to return a CircuitPeeringInterface. A group's client should implement this interface.

type CircuitsGetter

type CircuitsGetter interface {
	Circuits(namespace string) CircuitInterface
}

CircuitsGetter has a method to return a CircuitInterface. A group's client should implement this interface.

type ConnectionExpansion

type ConnectionExpansion interface{}

type ConnectionInterface

type ConnectionInterface interface {
	Create(ctx context.Context, connection *v1alpha1.Connection, opts v1.CreateOptions) (*v1alpha1.Connection, error)
	Update(ctx context.Context, connection *v1alpha1.Connection, opts v1.UpdateOptions) (*v1alpha1.Connection, error)
	UpdateStatus(ctx context.Context, connection *v1alpha1.Connection, opts v1.UpdateOptions) (*v1alpha1.Connection, 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.Connection, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.ConnectionList, 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.Connection, err error)
	ConnectionExpansion
}

ConnectionInterface has methods to work with Connection resources.

type ConnectionsGetter

type ConnectionsGetter interface {
	Connections(namespace string) ConnectionInterface
}

ConnectionsGetter has a method to return a ConnectionInterface. A group's client should implement this interface.

type ExpressrouteV1alpha1Client

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

ExpressrouteV1alpha1Client is used to interact with features provided by the expressroute.azurerm.kubeform.com group.

func New

New creates a new ExpressrouteV1alpha1Client for the given RESTClient.

func NewForConfig

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

NewForConfig creates a new ExpressrouteV1alpha1Client for the given config.

func NewForConfigOrDie

func NewForConfigOrDie(c *rest.Config) *ExpressrouteV1alpha1Client

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

func (*ExpressrouteV1alpha1Client) CircuitAuthorizations

func (c *ExpressrouteV1alpha1Client) CircuitAuthorizations(namespace string) CircuitAuthorizationInterface

func (*ExpressrouteV1alpha1Client) CircuitConnections

func (c *ExpressrouteV1alpha1Client) CircuitConnections(namespace string) CircuitConnectionInterface

func (*ExpressrouteV1alpha1Client) CircuitPeerings

func (c *ExpressrouteV1alpha1Client) CircuitPeerings(namespace string) CircuitPeeringInterface

func (*ExpressrouteV1alpha1Client) Circuits

func (c *ExpressrouteV1alpha1Client) Circuits(namespace string) CircuitInterface

func (*ExpressrouteV1alpha1Client) Connections

func (c *ExpressrouteV1alpha1Client) Connections(namespace string) ConnectionInterface

func (*ExpressrouteV1alpha1Client) Gateways

func (c *ExpressrouteV1alpha1Client) Gateways(namespace string) GatewayInterface

func (*ExpressrouteV1alpha1Client) Ports

func (c *ExpressrouteV1alpha1Client) Ports(namespace string) PortInterface

func (*ExpressrouteV1alpha1Client) RESTClient

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

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

type ExpressrouteV1alpha1Interface

type GatewayExpansion

type GatewayExpansion interface{}

type GatewayInterface

type GatewayInterface interface {
	Create(ctx context.Context, gateway *v1alpha1.Gateway, opts v1.CreateOptions) (*v1alpha1.Gateway, error)
	Update(ctx context.Context, gateway *v1alpha1.Gateway, opts v1.UpdateOptions) (*v1alpha1.Gateway, error)
	UpdateStatus(ctx context.Context, gateway *v1alpha1.Gateway, opts v1.UpdateOptions) (*v1alpha1.Gateway, 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.Gateway, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.GatewayList, 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.Gateway, err error)
	GatewayExpansion
}

GatewayInterface has methods to work with Gateway resources.

type GatewaysGetter

type GatewaysGetter interface {
	Gateways(namespace string) GatewayInterface
}

GatewaysGetter has a method to return a GatewayInterface. A group's client should implement this interface.

type PortExpansion

type PortExpansion interface{}

type PortInterface

type PortInterface interface {
	Create(ctx context.Context, port *v1alpha1.Port, opts v1.CreateOptions) (*v1alpha1.Port, error)
	Update(ctx context.Context, port *v1alpha1.Port, opts v1.UpdateOptions) (*v1alpha1.Port, error)
	UpdateStatus(ctx context.Context, port *v1alpha1.Port, opts v1.UpdateOptions) (*v1alpha1.Port, 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.Port, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.PortList, 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.Port, err error)
	PortExpansion
}

PortInterface has methods to work with Port resources.

type PortsGetter

type PortsGetter interface {
	Ports(namespace string) PortInterface
}

PortsGetter has a method to return a PortInterface. 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