v1beta1

package
v0.0.0-...-132ae6d Latest Latest
Warning

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

Go to latest
Published: Mar 10, 2025 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 ComputeDomainLister

type ComputeDomainLister interface {
	// List lists all ComputeDomains in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1beta1.ComputeDomain, err error)
	// ComputeDomains returns an object that can list and get ComputeDomains.
	ComputeDomains(namespace string) ComputeDomainNamespaceLister
	ComputeDomainListerExpansion
}

ComputeDomainLister helps list ComputeDomains. All objects returned here must be treated as read-only.

func NewComputeDomainLister

func NewComputeDomainLister(indexer cache.Indexer) ComputeDomainLister

NewComputeDomainLister returns a new ComputeDomainLister.

type ComputeDomainListerExpansion

type ComputeDomainListerExpansion interface{}

ComputeDomainListerExpansion allows custom methods to be added to ComputeDomainLister.

type ComputeDomainNamespaceLister

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

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

type ComputeDomainNamespaceListerExpansion

type ComputeDomainNamespaceListerExpansion interface{}

ComputeDomainNamespaceListerExpansion allows custom methods to be added to ComputeDomainNamespaceLister.

Jump to

Keyboard shortcuts

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