v1

package
v0.0.0-...-dfc9681 Latest Latest
Warning

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

Go to latest
Published: Jul 4, 2023 License: Apache-2.0 Imports: 9 Imported by: 1

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 CoreV1Client

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

CoreV1Client is used to interact with features provided by the group.

func New

func New(c rest.Interface) *CoreV1Client

New creates a new CoreV1Client for the given RESTClient.

func NewForConfig

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

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

func NewForConfigAndClient

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

NewForConfigAndClient creates a new CoreV1Client 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) *CoreV1Client

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

func (*CoreV1Client) RESTClient

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

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

func (*CoreV1Client) ServiceMeshControlPlanes

func (c *CoreV1Client) ServiceMeshControlPlanes(namespace string) ServiceMeshControlPlaneInterface

func (*CoreV1Client) ServiceMeshExtensions

func (c *CoreV1Client) ServiceMeshExtensions(namespace string) ServiceMeshExtensionInterface

func (*CoreV1Client) ServiceMeshMemberRolls

func (c *CoreV1Client) ServiceMeshMemberRolls(namespace string) ServiceMeshMemberRollInterface

func (*CoreV1Client) ServiceMeshMembers

func (c *CoreV1Client) ServiceMeshMembers(namespace string) ServiceMeshMemberInterface

type ServiceMeshControlPlaneExpansion

type ServiceMeshControlPlaneExpansion interface{}

type ServiceMeshControlPlaneInterface

type ServiceMeshControlPlaneInterface interface {
	Create(ctx context.Context, serviceMeshControlPlane *v1.ServiceMeshControlPlane, opts metav1.CreateOptions) (*v1.ServiceMeshControlPlane, error)
	Update(ctx context.Context, serviceMeshControlPlane *v1.ServiceMeshControlPlane, opts metav1.UpdateOptions) (*v1.ServiceMeshControlPlane, error)
	UpdateStatus(ctx context.Context, serviceMeshControlPlane *v1.ServiceMeshControlPlane, opts metav1.UpdateOptions) (*v1.ServiceMeshControlPlane, error)
	Delete(ctx context.Context, name string, opts metav1.DeleteOptions) error
	DeleteCollection(ctx context.Context, opts metav1.DeleteOptions, listOpts metav1.ListOptions) error
	Get(ctx context.Context, name string, opts metav1.GetOptions) (*v1.ServiceMeshControlPlane, error)
	List(ctx context.Context, opts metav1.ListOptions) (*v1.ServiceMeshControlPlaneList, error)
	Watch(ctx context.Context, opts metav1.ListOptions) (watch.Interface, error)
	Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts metav1.PatchOptions, subresources ...string) (result *v1.ServiceMeshControlPlane, err error)
	ServiceMeshControlPlaneExpansion
}

ServiceMeshControlPlaneInterface has methods to work with ServiceMeshControlPlane resources.

type ServiceMeshControlPlanesGetter

type ServiceMeshControlPlanesGetter interface {
	ServiceMeshControlPlanes(namespace string) ServiceMeshControlPlaneInterface
}

ServiceMeshControlPlanesGetter has a method to return a ServiceMeshControlPlaneInterface. A group's client should implement this interface.

type ServiceMeshExtensionExpansion

type ServiceMeshExtensionExpansion interface{}

type ServiceMeshExtensionInterface

type ServiceMeshExtensionInterface interface {
	Create(ctx context.Context, serviceMeshExtension *v1.ServiceMeshExtension, opts metav1.CreateOptions) (*v1.ServiceMeshExtension, error)
	Update(ctx context.Context, serviceMeshExtension *v1.ServiceMeshExtension, opts metav1.UpdateOptions) (*v1.ServiceMeshExtension, error)
	UpdateStatus(ctx context.Context, serviceMeshExtension *v1.ServiceMeshExtension, opts metav1.UpdateOptions) (*v1.ServiceMeshExtension, error)
	Delete(ctx context.Context, name string, opts metav1.DeleteOptions) error
	DeleteCollection(ctx context.Context, opts metav1.DeleteOptions, listOpts metav1.ListOptions) error
	Get(ctx context.Context, name string, opts metav1.GetOptions) (*v1.ServiceMeshExtension, error)
	List(ctx context.Context, opts metav1.ListOptions) (*v1.ServiceMeshExtensionList, error)
	Watch(ctx context.Context, opts metav1.ListOptions) (watch.Interface, error)
	Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts metav1.PatchOptions, subresources ...string) (result *v1.ServiceMeshExtension, err error)
	ServiceMeshExtensionExpansion
}

ServiceMeshExtensionInterface has methods to work with ServiceMeshExtension resources.

type ServiceMeshExtensionsGetter

type ServiceMeshExtensionsGetter interface {
	ServiceMeshExtensions(namespace string) ServiceMeshExtensionInterface
}

ServiceMeshExtensionsGetter has a method to return a ServiceMeshExtensionInterface. A group's client should implement this interface.

type ServiceMeshMemberExpansion

type ServiceMeshMemberExpansion interface{}

type ServiceMeshMemberInterface

type ServiceMeshMemberInterface interface {
	Create(ctx context.Context, serviceMeshMember *v1.ServiceMeshMember, opts metav1.CreateOptions) (*v1.ServiceMeshMember, error)
	Update(ctx context.Context, serviceMeshMember *v1.ServiceMeshMember, opts metav1.UpdateOptions) (*v1.ServiceMeshMember, error)
	UpdateStatus(ctx context.Context, serviceMeshMember *v1.ServiceMeshMember, opts metav1.UpdateOptions) (*v1.ServiceMeshMember, error)
	Delete(ctx context.Context, name string, opts metav1.DeleteOptions) error
	DeleteCollection(ctx context.Context, opts metav1.DeleteOptions, listOpts metav1.ListOptions) error
	Get(ctx context.Context, name string, opts metav1.GetOptions) (*v1.ServiceMeshMember, error)
	List(ctx context.Context, opts metav1.ListOptions) (*v1.ServiceMeshMemberList, error)
	Watch(ctx context.Context, opts metav1.ListOptions) (watch.Interface, error)
	Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts metav1.PatchOptions, subresources ...string) (result *v1.ServiceMeshMember, err error)
	ServiceMeshMemberExpansion
}

ServiceMeshMemberInterface has methods to work with ServiceMeshMember resources.

type ServiceMeshMemberRollExpansion

type ServiceMeshMemberRollExpansion interface{}

type ServiceMeshMemberRollInterface

type ServiceMeshMemberRollInterface interface {
	Create(ctx context.Context, serviceMeshMemberRoll *v1.ServiceMeshMemberRoll, opts metav1.CreateOptions) (*v1.ServiceMeshMemberRoll, error)
	Update(ctx context.Context, serviceMeshMemberRoll *v1.ServiceMeshMemberRoll, opts metav1.UpdateOptions) (*v1.ServiceMeshMemberRoll, error)
	UpdateStatus(ctx context.Context, serviceMeshMemberRoll *v1.ServiceMeshMemberRoll, opts metav1.UpdateOptions) (*v1.ServiceMeshMemberRoll, error)
	Delete(ctx context.Context, name string, opts metav1.DeleteOptions) error
	DeleteCollection(ctx context.Context, opts metav1.DeleteOptions, listOpts metav1.ListOptions) error
	Get(ctx context.Context, name string, opts metav1.GetOptions) (*v1.ServiceMeshMemberRoll, error)
	List(ctx context.Context, opts metav1.ListOptions) (*v1.ServiceMeshMemberRollList, error)
	Watch(ctx context.Context, opts metav1.ListOptions) (watch.Interface, error)
	Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts metav1.PatchOptions, subresources ...string) (result *v1.ServiceMeshMemberRoll, err error)
	ServiceMeshMemberRollExpansion
}

ServiceMeshMemberRollInterface has methods to work with ServiceMeshMemberRoll resources.

type ServiceMeshMemberRollsGetter

type ServiceMeshMemberRollsGetter interface {
	ServiceMeshMemberRolls(namespace string) ServiceMeshMemberRollInterface
}

ServiceMeshMemberRollsGetter has a method to return a ServiceMeshMemberRollInterface. A group's client should implement this interface.

type ServiceMeshMembersGetter

type ServiceMeshMembersGetter interface {
	ServiceMeshMembers(namespace string) ServiceMeshMemberInterface
}

ServiceMeshMembersGetter has a method to return a ServiceMeshMemberInterface. 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