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: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AttachmentLister

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

AttachmentLister helps list Attachments. All objects returned here must be treated as read-only.

func NewAttachmentLister

func NewAttachmentLister(indexer cache.Indexer) AttachmentLister

NewAttachmentLister returns a new AttachmentLister.

type AttachmentListerExpansion

type AttachmentListerExpansion interface{}

AttachmentListerExpansion allows custom methods to be added to AttachmentLister.

type AttachmentNamespaceLister

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

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

type AttachmentNamespaceListerExpansion

type AttachmentNamespaceListerExpansion interface{}

AttachmentNamespaceListerExpansion allows custom methods to be added to AttachmentNamespaceLister.

type ConfigLister

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

ConfigLister helps list Configs. All objects returned here must be treated as read-only.

func NewConfigLister

func NewConfigLister(indexer cache.Indexer) ConfigLister

NewConfigLister returns a new ConfigLister.

type ConfigListerExpansion

type ConfigListerExpansion interface{}

ConfigListerExpansion allows custom methods to be added to ConfigLister.

type ConfigNamespaceLister

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

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

type ConfigNamespaceListerExpansion

type ConfigNamespaceListerExpansion interface{}

ConfigNamespaceListerExpansion allows custom methods to be added to ConfigNamespaceLister.

Jump to

Keyboard shortcuts

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