v1

package
v0.29.0 Latest Latest
Warning

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

Go to latest
Published: Dec 24, 2023 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 RangeAllocationLister

type RangeAllocationLister interface {
	// List lists all RangeAllocations in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1.RangeAllocation, err error)
	// Get retrieves the RangeAllocation from the index for a given name.
	// Objects returned here must be treated as read-only.
	Get(name string) (*v1.RangeAllocation, error)
	RangeAllocationListerExpansion
}

RangeAllocationLister helps list RangeAllocations. All objects returned here must be treated as read-only.

func NewRangeAllocationLister

func NewRangeAllocationLister(indexer cache.Indexer) RangeAllocationLister

NewRangeAllocationLister returns a new RangeAllocationLister.

type RangeAllocationListerExpansion

type RangeAllocationListerExpansion interface{}

RangeAllocationListerExpansion allows custom methods to be added to RangeAllocationLister.

type SecurityContextConstraintsLister

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

SecurityContextConstraintsLister helps list SecurityContextConstraints. All objects returned here must be treated as read-only.

func NewSecurityContextConstraintsLister

func NewSecurityContextConstraintsLister(indexer cache.Indexer) SecurityContextConstraintsLister

NewSecurityContextConstraintsLister returns a new SecurityContextConstraintsLister.

type SecurityContextConstraintsListerExpansion

type SecurityContextConstraintsListerExpansion interface{}

SecurityContextConstraintsListerExpansion allows custom methods to be added to SecurityContextConstraintsLister.

Jump to

Keyboard shortcuts

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