v1alpha1

package
v0.2.0 Latest Latest
Warning

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

Go to latest
Published: Jul 13, 2022 License: Apache-2.0 Imports: 9 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 EdgeDeviceExpansion

type EdgeDeviceExpansion interface{}

type EdgeDeviceInterface

type EdgeDeviceInterface interface {
	Create(ctx context.Context, edgeDevice *v1alpha1.EdgeDevice, opts v1.CreateOptions) (*v1alpha1.EdgeDevice, error)
	Update(ctx context.Context, edgeDevice *v1alpha1.EdgeDevice, opts v1.UpdateOptions) (*v1alpha1.EdgeDevice, error)
	UpdateStatus(ctx context.Context, edgeDevice *v1alpha1.EdgeDevice, opts v1.UpdateOptions) (*v1alpha1.EdgeDevice, 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.EdgeDevice, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.EdgeDeviceList, 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.EdgeDevice, err error)
	EdgeDeviceExpansion
}

EdgeDeviceInterface has methods to work with EdgeDevice resources.

type EdgeDeviceSetExpansion

type EdgeDeviceSetExpansion interface{}

type EdgeDeviceSetInterface

type EdgeDeviceSetInterface interface {
	Create(ctx context.Context, edgeDeviceSet *v1alpha1.EdgeDeviceSet, opts v1.CreateOptions) (*v1alpha1.EdgeDeviceSet, error)
	Update(ctx context.Context, edgeDeviceSet *v1alpha1.EdgeDeviceSet, opts v1.UpdateOptions) (*v1alpha1.EdgeDeviceSet, error)
	UpdateStatus(ctx context.Context, edgeDeviceSet *v1alpha1.EdgeDeviceSet, opts v1.UpdateOptions) (*v1alpha1.EdgeDeviceSet, 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.EdgeDeviceSet, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.EdgeDeviceSetList, 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.EdgeDeviceSet, err error)
	EdgeDeviceSetExpansion
}

EdgeDeviceSetInterface has methods to work with EdgeDeviceSet resources.

type EdgeDeviceSetsGetter

type EdgeDeviceSetsGetter interface {
	EdgeDeviceSets(namespace string) EdgeDeviceSetInterface
}

EdgeDeviceSetsGetter has a method to return a EdgeDeviceSetInterface. A group's client should implement this interface.

type EdgeDeviceSignedRequestExpansion

type EdgeDeviceSignedRequestExpansion interface{}

type EdgeDeviceSignedRequestInterface

type EdgeDeviceSignedRequestInterface interface {
	Create(ctx context.Context, edgeDeviceSignedRequest *v1alpha1.EdgeDeviceSignedRequest, opts v1.CreateOptions) (*v1alpha1.EdgeDeviceSignedRequest, error)
	Update(ctx context.Context, edgeDeviceSignedRequest *v1alpha1.EdgeDeviceSignedRequest, opts v1.UpdateOptions) (*v1alpha1.EdgeDeviceSignedRequest, error)
	UpdateStatus(ctx context.Context, edgeDeviceSignedRequest *v1alpha1.EdgeDeviceSignedRequest, opts v1.UpdateOptions) (*v1alpha1.EdgeDeviceSignedRequest, 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.EdgeDeviceSignedRequest, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.EdgeDeviceSignedRequestList, 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.EdgeDeviceSignedRequest, err error)
	EdgeDeviceSignedRequestExpansion
}

EdgeDeviceSignedRequestInterface has methods to work with EdgeDeviceSignedRequest resources.

type EdgeDeviceSignedRequestsGetter

type EdgeDeviceSignedRequestsGetter interface {
	EdgeDeviceSignedRequests(namespace string) EdgeDeviceSignedRequestInterface
}

EdgeDeviceSignedRequestsGetter has a method to return a EdgeDeviceSignedRequestInterface. A group's client should implement this interface.

type EdgeDevicesGetter

type EdgeDevicesGetter interface {
	EdgeDevices(namespace string) EdgeDeviceInterface
}

EdgeDevicesGetter has a method to return a EdgeDeviceInterface. A group's client should implement this interface.

type EdgeWorkloadExpansion

type EdgeWorkloadExpansion interface{}

type EdgeWorkloadInterface

type EdgeWorkloadInterface interface {
	Create(ctx context.Context, edgeWorkload *v1alpha1.EdgeWorkload, opts v1.CreateOptions) (*v1alpha1.EdgeWorkload, error)
	Update(ctx context.Context, edgeWorkload *v1alpha1.EdgeWorkload, opts v1.UpdateOptions) (*v1alpha1.EdgeWorkload, error)
	UpdateStatus(ctx context.Context, edgeWorkload *v1alpha1.EdgeWorkload, opts v1.UpdateOptions) (*v1alpha1.EdgeWorkload, 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.EdgeWorkload, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.EdgeWorkloadList, 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.EdgeWorkload, err error)
	EdgeWorkloadExpansion
}

EdgeWorkloadInterface has methods to work with EdgeWorkload resources.

type EdgeWorkloadsGetter

type EdgeWorkloadsGetter interface {
	EdgeWorkloads(namespace string) EdgeWorkloadInterface
}

EdgeWorkloadsGetter has a method to return a EdgeWorkloadInterface. A group's client should implement this interface.

type ManagementV1alpha1Client

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

ManagementV1alpha1Client is used to interact with features provided by the management.project-flotta.io group.

func New

New creates a new ManagementV1alpha1Client for the given RESTClient.

func NewForConfig

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

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

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

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

func (*ManagementV1alpha1Client) EdgeDeviceSets

func (c *ManagementV1alpha1Client) EdgeDeviceSets(namespace string) EdgeDeviceSetInterface

func (*ManagementV1alpha1Client) EdgeDeviceSignedRequests

func (c *ManagementV1alpha1Client) EdgeDeviceSignedRequests(namespace string) EdgeDeviceSignedRequestInterface

func (*ManagementV1alpha1Client) EdgeDevices

func (c *ManagementV1alpha1Client) EdgeDevices(namespace string) EdgeDeviceInterface

func (*ManagementV1alpha1Client) EdgeWorkloads

func (c *ManagementV1alpha1Client) EdgeWorkloads(namespace string) EdgeWorkloadInterface

func (*ManagementV1alpha1Client) RESTClient

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

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

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