v1alpha1

package
v0.3.0 Latest Latest
Warning

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

Go to latest
Published: Apr 29, 2021 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 BackendPoliciesGetter

type BackendPoliciesGetter interface {
	BackendPolicies(namespace string) BackendPolicyInterface
}

BackendPoliciesGetter has a method to return a BackendPolicyInterface. A group's client should implement this interface.

type BackendPolicyExpansion

type BackendPolicyExpansion interface{}

type BackendPolicyInterface

type BackendPolicyInterface interface {
	Create(ctx context.Context, backendPolicy *v1alpha1.BackendPolicy, opts v1.CreateOptions) (*v1alpha1.BackendPolicy, error)
	Update(ctx context.Context, backendPolicy *v1alpha1.BackendPolicy, opts v1.UpdateOptions) (*v1alpha1.BackendPolicy, error)
	UpdateStatus(ctx context.Context, backendPolicy *v1alpha1.BackendPolicy, opts v1.UpdateOptions) (*v1alpha1.BackendPolicy, 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.BackendPolicy, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.BackendPolicyList, 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.BackendPolicy, err error)
	BackendPolicyExpansion
}

BackendPolicyInterface has methods to work with BackendPolicy resources.

type GatewayClassExpansion

type GatewayClassExpansion interface{}

type GatewayClassInterface

type GatewayClassInterface interface {
	Create(ctx context.Context, gatewayClass *v1alpha1.GatewayClass, opts v1.CreateOptions) (*v1alpha1.GatewayClass, error)
	Update(ctx context.Context, gatewayClass *v1alpha1.GatewayClass, opts v1.UpdateOptions) (*v1alpha1.GatewayClass, error)
	UpdateStatus(ctx context.Context, gatewayClass *v1alpha1.GatewayClass, opts v1.UpdateOptions) (*v1alpha1.GatewayClass, 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.GatewayClass, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.GatewayClassList, 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.GatewayClass, err error)
	GatewayClassExpansion
}

GatewayClassInterface has methods to work with GatewayClass resources.

type GatewayClassesGetter

type GatewayClassesGetter interface {
	GatewayClasses() GatewayClassInterface
}

GatewayClassesGetter has a method to return a GatewayClassInterface. A group's client should implement this interface.

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 HTTPRouteExpansion

type HTTPRouteExpansion interface{}

type HTTPRouteInterface

type HTTPRouteInterface interface {
	Create(ctx context.Context, hTTPRoute *v1alpha1.HTTPRoute, opts v1.CreateOptions) (*v1alpha1.HTTPRoute, error)
	Update(ctx context.Context, hTTPRoute *v1alpha1.HTTPRoute, opts v1.UpdateOptions) (*v1alpha1.HTTPRoute, error)
	UpdateStatus(ctx context.Context, hTTPRoute *v1alpha1.HTTPRoute, opts v1.UpdateOptions) (*v1alpha1.HTTPRoute, 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.HTTPRoute, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.HTTPRouteList, 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.HTTPRoute, err error)
	HTTPRouteExpansion
}

HTTPRouteInterface has methods to work with HTTPRoute resources.

type HTTPRoutesGetter

type HTTPRoutesGetter interface {
	HTTPRoutes(namespace string) HTTPRouteInterface
}

HTTPRoutesGetter has a method to return a HTTPRouteInterface. A group's client should implement this interface.

type NetworkingV1alpha1Client

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

NetworkingV1alpha1Client is used to interact with features provided by the networking.x-k8s.io group.

func New

New creates a new NetworkingV1alpha1Client for the given RESTClient.

func NewForConfig

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

NewForConfig creates a new NetworkingV1alpha1Client for the given config.

func NewForConfigOrDie

func NewForConfigOrDie(c *rest.Config) *NetworkingV1alpha1Client

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

func (*NetworkingV1alpha1Client) BackendPolicies

func (c *NetworkingV1alpha1Client) BackendPolicies(namespace string) BackendPolicyInterface

func (*NetworkingV1alpha1Client) GatewayClasses

func (c *NetworkingV1alpha1Client) GatewayClasses() GatewayClassInterface

func (*NetworkingV1alpha1Client) Gateways

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

func (*NetworkingV1alpha1Client) HTTPRoutes

func (c *NetworkingV1alpha1Client) HTTPRoutes(namespace string) HTTPRouteInterface

func (*NetworkingV1alpha1Client) RESTClient

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

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

func (*NetworkingV1alpha1Client) TCPRoutes

func (c *NetworkingV1alpha1Client) TCPRoutes(namespace string) TCPRouteInterface

func (*NetworkingV1alpha1Client) TLSRoutes

func (c *NetworkingV1alpha1Client) TLSRoutes(namespace string) TLSRouteInterface

func (*NetworkingV1alpha1Client) UDPRoutes

func (c *NetworkingV1alpha1Client) UDPRoutes(namespace string) UDPRouteInterface

type TCPRouteExpansion

type TCPRouteExpansion interface{}

type TCPRouteInterface

type TCPRouteInterface interface {
	Create(ctx context.Context, tCPRoute *v1alpha1.TCPRoute, opts v1.CreateOptions) (*v1alpha1.TCPRoute, error)
	Update(ctx context.Context, tCPRoute *v1alpha1.TCPRoute, opts v1.UpdateOptions) (*v1alpha1.TCPRoute, error)
	UpdateStatus(ctx context.Context, tCPRoute *v1alpha1.TCPRoute, opts v1.UpdateOptions) (*v1alpha1.TCPRoute, 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.TCPRoute, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.TCPRouteList, 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.TCPRoute, err error)
	TCPRouteExpansion
}

TCPRouteInterface has methods to work with TCPRoute resources.

type TCPRoutesGetter

type TCPRoutesGetter interface {
	TCPRoutes(namespace string) TCPRouteInterface
}

TCPRoutesGetter has a method to return a TCPRouteInterface. A group's client should implement this interface.

type TLSRouteExpansion

type TLSRouteExpansion interface{}

type TLSRouteInterface

type TLSRouteInterface interface {
	Create(ctx context.Context, tLSRoute *v1alpha1.TLSRoute, opts v1.CreateOptions) (*v1alpha1.TLSRoute, error)
	Update(ctx context.Context, tLSRoute *v1alpha1.TLSRoute, opts v1.UpdateOptions) (*v1alpha1.TLSRoute, error)
	UpdateStatus(ctx context.Context, tLSRoute *v1alpha1.TLSRoute, opts v1.UpdateOptions) (*v1alpha1.TLSRoute, 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.TLSRoute, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.TLSRouteList, 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.TLSRoute, err error)
	TLSRouteExpansion
}

TLSRouteInterface has methods to work with TLSRoute resources.

type TLSRoutesGetter

type TLSRoutesGetter interface {
	TLSRoutes(namespace string) TLSRouteInterface
}

TLSRoutesGetter has a method to return a TLSRouteInterface. A group's client should implement this interface.

type UDPRouteExpansion

type UDPRouteExpansion interface{}

type UDPRouteInterface

type UDPRouteInterface interface {
	Create(ctx context.Context, uDPRoute *v1alpha1.UDPRoute, opts v1.CreateOptions) (*v1alpha1.UDPRoute, error)
	Update(ctx context.Context, uDPRoute *v1alpha1.UDPRoute, opts v1.UpdateOptions) (*v1alpha1.UDPRoute, error)
	UpdateStatus(ctx context.Context, uDPRoute *v1alpha1.UDPRoute, opts v1.UpdateOptions) (*v1alpha1.UDPRoute, 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.UDPRoute, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.UDPRouteList, 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.UDPRoute, err error)
	UDPRouteExpansion
}

UDPRouteInterface has methods to work with UDPRoute resources.

type UDPRoutesGetter

type UDPRoutesGetter interface {
	UDPRoutes(namespace string) UDPRouteInterface
}

UDPRoutesGetter has a method to return a UDPRouteInterface. 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