v1alpha1

package
v0.4.0 Latest Latest
Warning

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

Go to latest
Published: Oct 20, 2021 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CaptureLister

type CaptureLister interface {
	// List lists all Captures in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha1.Capture, err error)
	// Captures returns an object that can list and get Captures.
	Captures(namespace string) CaptureNamespaceLister
	CaptureListerExpansion
}

CaptureLister helps list Captures. All objects returned here must be treated as read-only.

func NewCaptureLister

func NewCaptureLister(indexer cache.Indexer) CaptureLister

NewCaptureLister returns a new CaptureLister.

type CaptureListerExpansion

type CaptureListerExpansion interface{}

CaptureListerExpansion allows custom methods to be added to CaptureLister.

type CaptureNamespaceLister

type CaptureNamespaceLister interface {
	// List lists all Captures in the indexer for a given namespace.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha1.Capture, err error)
	// Get retrieves the Capture from the indexer for a given namespace and name.
	// Objects returned here must be treated as read-only.
	Get(name string) (*v1alpha1.Capture, error)
	CaptureNamespaceListerExpansion
}

CaptureNamespaceLister helps list and get Captures. All objects returned here must be treated as read-only.

type CaptureNamespaceListerExpansion

type CaptureNamespaceListerExpansion interface{}

CaptureNamespaceListerExpansion allows custom methods to be added to CaptureNamespaceLister.

type ImageLister

type ImageLister interface {
	// List lists all Images in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha1.Image, err error)
	// Images returns an object that can list and get Images.
	Images(namespace string) ImageNamespaceLister
	ImageListerExpansion
}

ImageLister helps list Images. All objects returned here must be treated as read-only.

func NewImageLister

func NewImageLister(indexer cache.Indexer) ImageLister

NewImageLister returns a new ImageLister.

type ImageListerExpansion

type ImageListerExpansion interface{}

ImageListerExpansion allows custom methods to be added to ImageLister.

type ImageNamespaceLister

type ImageNamespaceLister interface {
	// List lists all Images in the indexer for a given namespace.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha1.Image, err error)
	// Get retrieves the Image from the indexer for a given namespace and name.
	// Objects returned here must be treated as read-only.
	Get(name string) (*v1alpha1.Image, error)
	ImageNamespaceListerExpansion
}

ImageNamespaceLister helps list and get Images. All objects returned here must be treated as read-only.

type ImageNamespaceListerExpansion

type ImageNamespaceListerExpansion interface{}

ImageNamespaceListerExpansion allows custom methods to be added to ImageNamespaceLister.

type InstanceLister

type InstanceLister interface {
	// List lists all Instances in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha1.Instance, err error)
	// Instances returns an object that can list and get Instances.
	Instances(namespace string) InstanceNamespaceLister
	InstanceListerExpansion
}

InstanceLister helps list Instances. All objects returned here must be treated as read-only.

func NewInstanceLister

func NewInstanceLister(indexer cache.Indexer) InstanceLister

NewInstanceLister returns a new InstanceLister.

type InstanceListerExpansion

type InstanceListerExpansion interface{}

InstanceListerExpansion allows custom methods to be added to InstanceLister.

type InstanceNamespaceLister

type InstanceNamespaceLister interface {
	// List lists all Instances in the indexer for a given namespace.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha1.Instance, err error)
	// Get retrieves the Instance from the indexer for a given namespace and name.
	// Objects returned here must be treated as read-only.
	Get(name string) (*v1alpha1.Instance, error)
	InstanceNamespaceListerExpansion
}

InstanceNamespaceLister helps list and get Instances. All objects returned here must be treated as read-only.

type InstanceNamespaceListerExpansion

type InstanceNamespaceListerExpansion interface{}

InstanceNamespaceListerExpansion allows custom methods to be added to InstanceNamespaceLister.

type KeyLister

type KeyLister interface {
	// List lists all Keys in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha1.Key, err error)
	// Keys returns an object that can list and get Keys.
	Keys(namespace string) KeyNamespaceLister
	KeyListerExpansion
}

KeyLister helps list Keys. All objects returned here must be treated as read-only.

func NewKeyLister

func NewKeyLister(indexer cache.Indexer) KeyLister

NewKeyLister returns a new KeyLister.

type KeyListerExpansion

type KeyListerExpansion interface{}

KeyListerExpansion allows custom methods to be added to KeyLister.

type KeyNamespaceLister

type KeyNamespaceLister interface {
	// List lists all Keys in the indexer for a given namespace.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha1.Key, err error)
	// Get retrieves the Key from the indexer for a given namespace and name.
	// Objects returned here must be treated as read-only.
	Get(name string) (*v1alpha1.Key, error)
	KeyNamespaceListerExpansion
}

KeyNamespaceLister helps list and get Keys. All objects returned here must be treated as read-only.

type KeyNamespaceListerExpansion

type KeyNamespaceListerExpansion interface{}

KeyNamespaceListerExpansion allows custom methods to be added to KeyNamespaceLister.

type NetworkLister

type NetworkLister interface {
	// List lists all Networks in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha1.Network, err error)
	// Networks returns an object that can list and get Networks.
	Networks(namespace string) NetworkNamespaceLister
	NetworkListerExpansion
}

NetworkLister helps list Networks. All objects returned here must be treated as read-only.

func NewNetworkLister

func NewNetworkLister(indexer cache.Indexer) NetworkLister

NewNetworkLister returns a new NetworkLister.

type NetworkListerExpansion

type NetworkListerExpansion interface{}

NetworkListerExpansion allows custom methods to be added to NetworkLister.

type NetworkNamespaceLister

type NetworkNamespaceLister interface {
	// List lists all Networks in the indexer for a given namespace.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha1.Network, err error)
	// Get retrieves the Network from the indexer for a given namespace and name.
	// Objects returned here must be treated as read-only.
	Get(name string) (*v1alpha1.Network, error)
	NetworkNamespaceListerExpansion
}

NetworkNamespaceLister helps list and get Networks. All objects returned here must be treated as read-only.

type NetworkNamespaceListerExpansion

type NetworkNamespaceListerExpansion interface{}

NetworkNamespaceListerExpansion allows custom methods to be added to NetworkNamespaceLister.

type NetworkPortAttachLister

type NetworkPortAttachLister interface {
	// List lists all NetworkPortAttaches in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha1.NetworkPortAttach, err error)
	// NetworkPortAttaches returns an object that can list and get NetworkPortAttaches.
	NetworkPortAttaches(namespace string) NetworkPortAttachNamespaceLister
	NetworkPortAttachListerExpansion
}

NetworkPortAttachLister helps list NetworkPortAttaches. All objects returned here must be treated as read-only.

func NewNetworkPortAttachLister

func NewNetworkPortAttachLister(indexer cache.Indexer) NetworkPortAttachLister

NewNetworkPortAttachLister returns a new NetworkPortAttachLister.

type NetworkPortAttachListerExpansion

type NetworkPortAttachListerExpansion interface{}

NetworkPortAttachListerExpansion allows custom methods to be added to NetworkPortAttachLister.

type NetworkPortAttachNamespaceLister

type NetworkPortAttachNamespaceLister interface {
	// List lists all NetworkPortAttaches in the indexer for a given namespace.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha1.NetworkPortAttach, err error)
	// Get retrieves the NetworkPortAttach from the indexer for a given namespace and name.
	// Objects returned here must be treated as read-only.
	Get(name string) (*v1alpha1.NetworkPortAttach, error)
	NetworkPortAttachNamespaceListerExpansion
}

NetworkPortAttachNamespaceLister helps list and get NetworkPortAttaches. All objects returned here must be treated as read-only.

type NetworkPortAttachNamespaceListerExpansion

type NetworkPortAttachNamespaceListerExpansion interface{}

NetworkPortAttachNamespaceListerExpansion allows custom methods to be added to NetworkPortAttachNamespaceLister.

type NetworkPortLister

type NetworkPortLister interface {
	// List lists all NetworkPorts in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha1.NetworkPort, err error)
	// NetworkPorts returns an object that can list and get NetworkPorts.
	NetworkPorts(namespace string) NetworkPortNamespaceLister
	NetworkPortListerExpansion
}

NetworkPortLister helps list NetworkPorts. All objects returned here must be treated as read-only.

func NewNetworkPortLister

func NewNetworkPortLister(indexer cache.Indexer) NetworkPortLister

NewNetworkPortLister returns a new NetworkPortLister.

type NetworkPortListerExpansion

type NetworkPortListerExpansion interface{}

NetworkPortListerExpansion allows custom methods to be added to NetworkPortLister.

type NetworkPortNamespaceLister

type NetworkPortNamespaceLister interface {
	// List lists all NetworkPorts in the indexer for a given namespace.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha1.NetworkPort, err error)
	// Get retrieves the NetworkPort from the indexer for a given namespace and name.
	// Objects returned here must be treated as read-only.
	Get(name string) (*v1alpha1.NetworkPort, error)
	NetworkPortNamespaceListerExpansion
}

NetworkPortNamespaceLister helps list and get NetworkPorts. All objects returned here must be treated as read-only.

type NetworkPortNamespaceListerExpansion

type NetworkPortNamespaceListerExpansion interface{}

NetworkPortNamespaceListerExpansion allows custom methods to be added to NetworkPortNamespaceLister.

type OperationsLister

type OperationsLister interface {
	// List lists all Operationses in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha1.Operations, err error)
	// Operationses returns an object that can list and get Operationses.
	Operationses(namespace string) OperationsNamespaceLister
	OperationsListerExpansion
}

OperationsLister helps list Operationses. All objects returned here must be treated as read-only.

func NewOperationsLister

func NewOperationsLister(indexer cache.Indexer) OperationsLister

NewOperationsLister returns a new OperationsLister.

type OperationsListerExpansion

type OperationsListerExpansion interface{}

OperationsListerExpansion allows custom methods to be added to OperationsLister.

type OperationsNamespaceLister

type OperationsNamespaceLister interface {
	// List lists all Operationses in the indexer for a given namespace.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha1.Operations, err error)
	// Get retrieves the Operations from the indexer for a given namespace and name.
	// Objects returned here must be treated as read-only.
	Get(name string) (*v1alpha1.Operations, error)
	OperationsNamespaceListerExpansion
}

OperationsNamespaceLister helps list and get Operationses. All objects returned here must be treated as read-only.

type OperationsNamespaceListerExpansion

type OperationsNamespaceListerExpansion interface{}

OperationsNamespaceListerExpansion allows custom methods to be added to OperationsNamespaceLister.

type SnapshotLister

type SnapshotLister interface {
	// List lists all Snapshots in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha1.Snapshot, err error)
	// Snapshots returns an object that can list and get Snapshots.
	Snapshots(namespace string) SnapshotNamespaceLister
	SnapshotListerExpansion
}

SnapshotLister helps list Snapshots. All objects returned here must be treated as read-only.

func NewSnapshotLister

func NewSnapshotLister(indexer cache.Indexer) SnapshotLister

NewSnapshotLister returns a new SnapshotLister.

type SnapshotListerExpansion

type SnapshotListerExpansion interface{}

SnapshotListerExpansion allows custom methods to be added to SnapshotLister.

type SnapshotNamespaceLister

type SnapshotNamespaceLister interface {
	// List lists all Snapshots in the indexer for a given namespace.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha1.Snapshot, err error)
	// Get retrieves the Snapshot from the indexer for a given namespace and name.
	// Objects returned here must be treated as read-only.
	Get(name string) (*v1alpha1.Snapshot, error)
	SnapshotNamespaceListerExpansion
}

SnapshotNamespaceLister helps list and get Snapshots. All objects returned here must be treated as read-only.

type SnapshotNamespaceListerExpansion

type SnapshotNamespaceListerExpansion interface{}

SnapshotNamespaceListerExpansion allows custom methods to be added to SnapshotNamespaceLister.

type VolumeAttachLister

type VolumeAttachLister interface {
	// List lists all VolumeAttaches in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha1.VolumeAttach, err error)
	// VolumeAttaches returns an object that can list and get VolumeAttaches.
	VolumeAttaches(namespace string) VolumeAttachNamespaceLister
	VolumeAttachListerExpansion
}

VolumeAttachLister helps list VolumeAttaches. All objects returned here must be treated as read-only.

func NewVolumeAttachLister

func NewVolumeAttachLister(indexer cache.Indexer) VolumeAttachLister

NewVolumeAttachLister returns a new VolumeAttachLister.

type VolumeAttachListerExpansion

type VolumeAttachListerExpansion interface{}

VolumeAttachListerExpansion allows custom methods to be added to VolumeAttachLister.

type VolumeAttachNamespaceLister

type VolumeAttachNamespaceLister interface {
	// List lists all VolumeAttaches in the indexer for a given namespace.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha1.VolumeAttach, err error)
	// Get retrieves the VolumeAttach from the indexer for a given namespace and name.
	// Objects returned here must be treated as read-only.
	Get(name string) (*v1alpha1.VolumeAttach, error)
	VolumeAttachNamespaceListerExpansion
}

VolumeAttachNamespaceLister helps list and get VolumeAttaches. All objects returned here must be treated as read-only.

type VolumeAttachNamespaceListerExpansion

type VolumeAttachNamespaceListerExpansion interface{}

VolumeAttachNamespaceListerExpansion allows custom methods to be added to VolumeAttachNamespaceLister.

type VolumeLister

type VolumeLister interface {
	// List lists all Volumes in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha1.Volume, err error)
	// Volumes returns an object that can list and get Volumes.
	Volumes(namespace string) VolumeNamespaceLister
	VolumeListerExpansion
}

VolumeLister helps list Volumes. All objects returned here must be treated as read-only.

func NewVolumeLister

func NewVolumeLister(indexer cache.Indexer) VolumeLister

NewVolumeLister returns a new VolumeLister.

type VolumeListerExpansion

type VolumeListerExpansion interface{}

VolumeListerExpansion allows custom methods to be added to VolumeLister.

type VolumeNamespaceLister

type VolumeNamespaceLister interface {
	// List lists all Volumes in the indexer for a given namespace.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha1.Volume, err error)
	// Get retrieves the Volume from the indexer for a given namespace and name.
	// Objects returned here must be treated as read-only.
	Get(name string) (*v1alpha1.Volume, error)
	VolumeNamespaceListerExpansion
}

VolumeNamespaceLister helps list and get Volumes. All objects returned here must be treated as read-only.

type VolumeNamespaceListerExpansion

type VolumeNamespaceListerExpansion interface{}

VolumeNamespaceListerExpansion allows custom methods to be added to VolumeNamespaceLister.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL