v1

package
v1.29.1 Latest Latest
Warning

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

Go to latest
Published: May 2, 2024 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 ServiceAttachmentLister

type ServiceAttachmentLister interface {
	// List lists all ServiceAttachments in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1.ServiceAttachment, err error)
	// ServiceAttachments returns an object that can list and get ServiceAttachments.
	ServiceAttachments(namespace string) ServiceAttachmentNamespaceLister
	ServiceAttachmentListerExpansion
}

ServiceAttachmentLister helps list ServiceAttachments. All objects returned here must be treated as read-only.

func NewServiceAttachmentLister

func NewServiceAttachmentLister(indexer cache.Indexer) ServiceAttachmentLister

NewServiceAttachmentLister returns a new ServiceAttachmentLister.

type ServiceAttachmentListerExpansion

type ServiceAttachmentListerExpansion interface{}

ServiceAttachmentListerExpansion allows custom methods to be added to ServiceAttachmentLister.

type ServiceAttachmentNamespaceLister

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

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

type ServiceAttachmentNamespaceListerExpansion

type ServiceAttachmentNamespaceListerExpansion interface{}

ServiceAttachmentNamespaceListerExpansion allows custom methods to be added to ServiceAttachmentNamespaceLister.

Jump to

Keyboard shortcuts

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