v1alpha1

package
v0.5.0 Latest Latest
Warning

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

Go to latest
Published: May 8, 2022 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 CaptureExpansion

type CaptureExpansion interface{}

type CaptureInterface

type CaptureInterface interface {
	Create(ctx context.Context, capture *v1alpha1.Capture, opts v1.CreateOptions) (*v1alpha1.Capture, error)
	Update(ctx context.Context, capture *v1alpha1.Capture, opts v1.UpdateOptions) (*v1alpha1.Capture, error)
	UpdateStatus(ctx context.Context, capture *v1alpha1.Capture, opts v1.UpdateOptions) (*v1alpha1.Capture, 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.Capture, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.CaptureList, 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.Capture, err error)
	CaptureExpansion
}

CaptureInterface has methods to work with Capture resources.

type CapturesGetter

type CapturesGetter interface {
	Captures(namespace string) CaptureInterface
}

CapturesGetter has a method to return a CaptureInterface. A group's client should implement this interface.

type ImageExpansion

type ImageExpansion interface{}

type ImageInterface

type ImageInterface interface {
	Create(ctx context.Context, image *v1alpha1.Image, opts v1.CreateOptions) (*v1alpha1.Image, error)
	Update(ctx context.Context, image *v1alpha1.Image, opts v1.UpdateOptions) (*v1alpha1.Image, error)
	UpdateStatus(ctx context.Context, image *v1alpha1.Image, opts v1.UpdateOptions) (*v1alpha1.Image, 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.Image, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.ImageList, 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.Image, err error)
	ImageExpansion
}

ImageInterface has methods to work with Image resources.

type ImagesGetter

type ImagesGetter interface {
	Images(namespace string) ImageInterface
}

ImagesGetter has a method to return a ImageInterface. A group's client should implement this interface.

type InstanceExpansion

type InstanceExpansion interface{}

type InstanceInterface

type InstanceInterface interface {
	Create(ctx context.Context, instance *v1alpha1.Instance, opts v1.CreateOptions) (*v1alpha1.Instance, error)
	Update(ctx context.Context, instance *v1alpha1.Instance, opts v1.UpdateOptions) (*v1alpha1.Instance, error)
	UpdateStatus(ctx context.Context, instance *v1alpha1.Instance, opts v1.UpdateOptions) (*v1alpha1.Instance, 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.Instance, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.InstanceList, 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.Instance, err error)
	InstanceExpansion
}

InstanceInterface has methods to work with Instance resources.

type InstancesGetter

type InstancesGetter interface {
	Instances(namespace string) InstanceInterface
}

InstancesGetter has a method to return a InstanceInterface. A group's client should implement this interface.

type KeyExpansion

type KeyExpansion interface{}

type KeyInterface

type KeyInterface interface {
	Create(ctx context.Context, key *v1alpha1.Key, opts v1.CreateOptions) (*v1alpha1.Key, error)
	Update(ctx context.Context, key *v1alpha1.Key, opts v1.UpdateOptions) (*v1alpha1.Key, error)
	UpdateStatus(ctx context.Context, key *v1alpha1.Key, opts v1.UpdateOptions) (*v1alpha1.Key, 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.Key, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.KeyList, 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.Key, err error)
	KeyExpansion
}

KeyInterface has methods to work with Key resources.

type KeysGetter

type KeysGetter interface {
	Keys(namespace string) KeyInterface
}

KeysGetter has a method to return a KeyInterface. A group's client should implement this interface.

type NetworkExpansion

type NetworkExpansion interface{}

type NetworkInterface

type NetworkInterface interface {
	Create(ctx context.Context, network *v1alpha1.Network, opts v1.CreateOptions) (*v1alpha1.Network, error)
	Update(ctx context.Context, network *v1alpha1.Network, opts v1.UpdateOptions) (*v1alpha1.Network, error)
	UpdateStatus(ctx context.Context, network *v1alpha1.Network, opts v1.UpdateOptions) (*v1alpha1.Network, 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.Network, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.NetworkList, 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.Network, err error)
	NetworkExpansion
}

NetworkInterface has methods to work with Network resources.

type NetworkPortAttachExpansion

type NetworkPortAttachExpansion interface{}

type NetworkPortAttachInterface

type NetworkPortAttachInterface interface {
	Create(ctx context.Context, networkPortAttach *v1alpha1.NetworkPortAttach, opts v1.CreateOptions) (*v1alpha1.NetworkPortAttach, error)
	Update(ctx context.Context, networkPortAttach *v1alpha1.NetworkPortAttach, opts v1.UpdateOptions) (*v1alpha1.NetworkPortAttach, error)
	UpdateStatus(ctx context.Context, networkPortAttach *v1alpha1.NetworkPortAttach, opts v1.UpdateOptions) (*v1alpha1.NetworkPortAttach, 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.NetworkPortAttach, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.NetworkPortAttachList, 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.NetworkPortAttach, err error)
	NetworkPortAttachExpansion
}

NetworkPortAttachInterface has methods to work with NetworkPortAttach resources.

type NetworkPortAttachesGetter

type NetworkPortAttachesGetter interface {
	NetworkPortAttaches(namespace string) NetworkPortAttachInterface
}

NetworkPortAttachesGetter has a method to return a NetworkPortAttachInterface. A group's client should implement this interface.

type NetworkPortExpansion

type NetworkPortExpansion interface{}

type NetworkPortInterface

type NetworkPortInterface interface {
	Create(ctx context.Context, networkPort *v1alpha1.NetworkPort, opts v1.CreateOptions) (*v1alpha1.NetworkPort, error)
	Update(ctx context.Context, networkPort *v1alpha1.NetworkPort, opts v1.UpdateOptions) (*v1alpha1.NetworkPort, error)
	UpdateStatus(ctx context.Context, networkPort *v1alpha1.NetworkPort, opts v1.UpdateOptions) (*v1alpha1.NetworkPort, 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.NetworkPort, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.NetworkPortList, 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.NetworkPort, err error)
	NetworkPortExpansion
}

NetworkPortInterface has methods to work with NetworkPort resources.

type NetworkPortsGetter

type NetworkPortsGetter interface {
	NetworkPorts(namespace string) NetworkPortInterface
}

NetworkPortsGetter has a method to return a NetworkPortInterface. A group's client should implement this interface.

type NetworksGetter

type NetworksGetter interface {
	Networks(namespace string) NetworkInterface
}

NetworksGetter has a method to return a NetworkInterface. A group's client should implement this interface.

type OperationsExpansion

type OperationsExpansion interface{}

type OperationsInterface

type OperationsInterface interface {
	Create(ctx context.Context, operations *v1alpha1.Operations, opts v1.CreateOptions) (*v1alpha1.Operations, error)
	Update(ctx context.Context, operations *v1alpha1.Operations, opts v1.UpdateOptions) (*v1alpha1.Operations, error)
	UpdateStatus(ctx context.Context, operations *v1alpha1.Operations, opts v1.UpdateOptions) (*v1alpha1.Operations, 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.Operations, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.OperationsList, 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.Operations, err error)
	OperationsExpansion
}

OperationsInterface has methods to work with Operations resources.

type OperationsesGetter

type OperationsesGetter interface {
	Operationses(namespace string) OperationsInterface
}

OperationsesGetter has a method to return a OperationsInterface. A group's client should implement this interface.

type PiV1alpha1Client

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

PiV1alpha1Client is used to interact with features provided by the pi.ibm.kubeform.com group.

func New

New creates a new PiV1alpha1Client for the given RESTClient.

func NewForConfig

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

NewForConfig creates a new PiV1alpha1Client for the given config.

func NewForConfigOrDie

func NewForConfigOrDie(c *rest.Config) *PiV1alpha1Client

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

func (*PiV1alpha1Client) Captures

func (c *PiV1alpha1Client) Captures(namespace string) CaptureInterface

func (*PiV1alpha1Client) Images

func (c *PiV1alpha1Client) Images(namespace string) ImageInterface

func (*PiV1alpha1Client) Instances

func (c *PiV1alpha1Client) Instances(namespace string) InstanceInterface

func (*PiV1alpha1Client) Keys

func (c *PiV1alpha1Client) Keys(namespace string) KeyInterface

func (*PiV1alpha1Client) NetworkPortAttaches

func (c *PiV1alpha1Client) NetworkPortAttaches(namespace string) NetworkPortAttachInterface

func (*PiV1alpha1Client) NetworkPorts

func (c *PiV1alpha1Client) NetworkPorts(namespace string) NetworkPortInterface

func (*PiV1alpha1Client) Networks

func (c *PiV1alpha1Client) Networks(namespace string) NetworkInterface

func (*PiV1alpha1Client) Operationses

func (c *PiV1alpha1Client) Operationses(namespace string) OperationsInterface

func (*PiV1alpha1Client) RESTClient

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

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

func (*PiV1alpha1Client) Snapshots

func (c *PiV1alpha1Client) Snapshots(namespace string) SnapshotInterface

func (*PiV1alpha1Client) VolumeAttaches

func (c *PiV1alpha1Client) VolumeAttaches(namespace string) VolumeAttachInterface

func (*PiV1alpha1Client) Volumes

func (c *PiV1alpha1Client) Volumes(namespace string) VolumeInterface

type SnapshotExpansion

type SnapshotExpansion interface{}

type SnapshotInterface

type SnapshotInterface interface {
	Create(ctx context.Context, snapshot *v1alpha1.Snapshot, opts v1.CreateOptions) (*v1alpha1.Snapshot, error)
	Update(ctx context.Context, snapshot *v1alpha1.Snapshot, opts v1.UpdateOptions) (*v1alpha1.Snapshot, error)
	UpdateStatus(ctx context.Context, snapshot *v1alpha1.Snapshot, opts v1.UpdateOptions) (*v1alpha1.Snapshot, 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.Snapshot, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.SnapshotList, 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.Snapshot, err error)
	SnapshotExpansion
}

SnapshotInterface has methods to work with Snapshot resources.

type SnapshotsGetter

type SnapshotsGetter interface {
	Snapshots(namespace string) SnapshotInterface
}

SnapshotsGetter has a method to return a SnapshotInterface. A group's client should implement this interface.

type VolumeAttachExpansion

type VolumeAttachExpansion interface{}

type VolumeAttachInterface

type VolumeAttachInterface interface {
	Create(ctx context.Context, volumeAttach *v1alpha1.VolumeAttach, opts v1.CreateOptions) (*v1alpha1.VolumeAttach, error)
	Update(ctx context.Context, volumeAttach *v1alpha1.VolumeAttach, opts v1.UpdateOptions) (*v1alpha1.VolumeAttach, error)
	UpdateStatus(ctx context.Context, volumeAttach *v1alpha1.VolumeAttach, opts v1.UpdateOptions) (*v1alpha1.VolumeAttach, 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.VolumeAttach, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.VolumeAttachList, 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.VolumeAttach, err error)
	VolumeAttachExpansion
}

VolumeAttachInterface has methods to work with VolumeAttach resources.

type VolumeAttachesGetter

type VolumeAttachesGetter interface {
	VolumeAttaches(namespace string) VolumeAttachInterface
}

VolumeAttachesGetter has a method to return a VolumeAttachInterface. A group's client should implement this interface.

type VolumeExpansion

type VolumeExpansion interface{}

type VolumeInterface

type VolumeInterface interface {
	Create(ctx context.Context, volume *v1alpha1.Volume, opts v1.CreateOptions) (*v1alpha1.Volume, error)
	Update(ctx context.Context, volume *v1alpha1.Volume, opts v1.UpdateOptions) (*v1alpha1.Volume, error)
	UpdateStatus(ctx context.Context, volume *v1alpha1.Volume, opts v1.UpdateOptions) (*v1alpha1.Volume, 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.Volume, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.VolumeList, 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.Volume, err error)
	VolumeExpansion
}

VolumeInterface has methods to work with Volume resources.

type VolumesGetter

type VolumesGetter interface {
	Volumes(namespace string) VolumeInterface
}

VolumesGetter has a method to return a VolumeInterface. 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