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 ExportedServiceSetExpansion

type ExportedServiceSetExpansion interface{}

type ExportedServiceSetInterface

type ExportedServiceSetInterface interface {
	Create(ctx context.Context, exportedServiceSet *v1.ExportedServiceSet, opts metav1.CreateOptions) (*v1.ExportedServiceSet, error)
	Update(ctx context.Context, exportedServiceSet *v1.ExportedServiceSet, opts metav1.UpdateOptions) (*v1.ExportedServiceSet, error)
	UpdateStatus(ctx context.Context, exportedServiceSet *v1.ExportedServiceSet, opts metav1.UpdateOptions) (*v1.ExportedServiceSet, 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.ExportedServiceSet, error)
	List(ctx context.Context, opts metav1.ListOptions) (*v1.ExportedServiceSetList, 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.ExportedServiceSet, err error)
	ExportedServiceSetExpansion
}

ExportedServiceSetInterface has methods to work with ExportedServiceSet resources.

type ExportedServiceSetsGetter

type ExportedServiceSetsGetter interface {
	ExportedServiceSets(namespace string) ExportedServiceSetInterface
}

ExportedServiceSetsGetter has a method to return a ExportedServiceSetInterface. A group's client should implement this interface.

type FederationV1Client

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

FederationV1Client is used to interact with features provided by the federation.maistra.io group.

func New

New creates a new FederationV1Client for the given RESTClient.

func NewForConfig

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

NewForConfig creates a new FederationV1Client 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) (*FederationV1Client, error)

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

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

func (*FederationV1Client) ExportedServiceSets

func (c *FederationV1Client) ExportedServiceSets(namespace string) ExportedServiceSetInterface

func (*FederationV1Client) ImportedServiceSets

func (c *FederationV1Client) ImportedServiceSets(namespace string) ImportedServiceSetInterface

func (*FederationV1Client) RESTClient

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

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

func (*FederationV1Client) ServiceMeshPeers

func (c *FederationV1Client) ServiceMeshPeers(namespace string) ServiceMeshPeerInterface

type ImportedServiceSetExpansion

type ImportedServiceSetExpansion interface{}

type ImportedServiceSetInterface

type ImportedServiceSetInterface interface {
	Create(ctx context.Context, importedServiceSet *v1.ImportedServiceSet, opts metav1.CreateOptions) (*v1.ImportedServiceSet, error)
	Update(ctx context.Context, importedServiceSet *v1.ImportedServiceSet, opts metav1.UpdateOptions) (*v1.ImportedServiceSet, error)
	UpdateStatus(ctx context.Context, importedServiceSet *v1.ImportedServiceSet, opts metav1.UpdateOptions) (*v1.ImportedServiceSet, 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.ImportedServiceSet, error)
	List(ctx context.Context, opts metav1.ListOptions) (*v1.ImportedServiceSetList, 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.ImportedServiceSet, err error)
	ImportedServiceSetExpansion
}

ImportedServiceSetInterface has methods to work with ImportedServiceSet resources.

type ImportedServiceSetsGetter

type ImportedServiceSetsGetter interface {
	ImportedServiceSets(namespace string) ImportedServiceSetInterface
}

ImportedServiceSetsGetter has a method to return a ImportedServiceSetInterface. A group's client should implement this interface.

type ServiceMeshPeerExpansion

type ServiceMeshPeerExpansion interface{}

type ServiceMeshPeerInterface

type ServiceMeshPeerInterface interface {
	Create(ctx context.Context, serviceMeshPeer *v1.ServiceMeshPeer, opts metav1.CreateOptions) (*v1.ServiceMeshPeer, error)
	Update(ctx context.Context, serviceMeshPeer *v1.ServiceMeshPeer, opts metav1.UpdateOptions) (*v1.ServiceMeshPeer, error)
	UpdateStatus(ctx context.Context, serviceMeshPeer *v1.ServiceMeshPeer, opts metav1.UpdateOptions) (*v1.ServiceMeshPeer, 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.ServiceMeshPeer, error)
	List(ctx context.Context, opts metav1.ListOptions) (*v1.ServiceMeshPeerList, 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.ServiceMeshPeer, err error)
	ServiceMeshPeerExpansion
}

ServiceMeshPeerInterface has methods to work with ServiceMeshPeer resources.

type ServiceMeshPeersGetter

type ServiceMeshPeersGetter interface {
	ServiceMeshPeers(namespace string) ServiceMeshPeerInterface
}

ServiceMeshPeersGetter has a method to return a ServiceMeshPeerInterface. 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