v1alpha1pre1

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Mar 7, 2024 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 GatewayClassExpansion

type GatewayClassExpansion interface{}

type GatewayClassInterface

type GatewayClassInterface interface {
	Create(ctx context.Context, gatewayClass *v1alpha1pre1.GatewayClass, opts v1.CreateOptions) (*v1alpha1pre1.GatewayClass, error)
	Update(ctx context.Context, gatewayClass *v1alpha1pre1.GatewayClass, opts v1.UpdateOptions) (*v1alpha1pre1.GatewayClass, error)
	UpdateStatus(ctx context.Context, gatewayClass *v1alpha1pre1.GatewayClass, opts v1.UpdateOptions) (*v1alpha1pre1.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) (*v1alpha1pre1.GatewayClass, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1pre1.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 *v1alpha1pre1.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 *v1alpha1pre1.Gateway, opts v1.CreateOptions) (*v1alpha1pre1.Gateway, error)
	Update(ctx context.Context, gateway *v1alpha1pre1.Gateway, opts v1.UpdateOptions) (*v1alpha1pre1.Gateway, error)
	UpdateStatus(ctx context.Context, gateway *v1alpha1pre1.Gateway, opts v1.UpdateOptions) (*v1alpha1pre1.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) (*v1alpha1pre1.Gateway, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1pre1.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 *v1alpha1pre1.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 *v1alpha1pre1.HTTPRoute, opts v1.CreateOptions) (*v1alpha1pre1.HTTPRoute, error)
	Update(ctx context.Context, hTTPRoute *v1alpha1pre1.HTTPRoute, opts v1.UpdateOptions) (*v1alpha1pre1.HTTPRoute, error)
	UpdateStatus(ctx context.Context, hTTPRoute *v1alpha1pre1.HTTPRoute, opts v1.UpdateOptions) (*v1alpha1pre1.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) (*v1alpha1pre1.HTTPRoute, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1pre1.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 *v1alpha1pre1.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 NetworkingV1alpha1pre1Client

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

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

func New

New creates a new NetworkingV1alpha1pre1Client for the given RESTClient.

func NewForConfig

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

NewForConfig creates a new NetworkingV1alpha1pre1Client for the given config.

func NewForConfigOrDie

func NewForConfigOrDie(c *rest.Config) *NetworkingV1alpha1pre1Client

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

func (*NetworkingV1alpha1pre1Client) GatewayClasses

func (*NetworkingV1alpha1pre1Client) Gateways

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

func (*NetworkingV1alpha1pre1Client) HTTPRoutes

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

func (*NetworkingV1alpha1pre1Client) RESTClient

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

func (*NetworkingV1alpha1pre1Client) TCPRoutes

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

type NetworkingV1alpha1pre1Interface

type NetworkingV1alpha1pre1Interface interface {
	RESTClient() rest.Interface
	GatewaysGetter
	GatewayClassesGetter
	HTTPRoutesGetter
	TCPRoutesGetter
}

type TCPRouteExpansion

type TCPRouteExpansion interface{}

type TCPRouteInterface

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

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