v1alpha1

package
v0.0.0-...-c7dd6ca Latest Latest
Warning

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

Go to latest
Published: Mar 6, 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 FloatingIPPoolLister

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

FloatingIPPoolLister helps list FloatingIPPools. All objects returned here must be treated as read-only.

func NewFloatingIPPoolLister

func NewFloatingIPPoolLister(indexer cache.Indexer) FloatingIPPoolLister

NewFloatingIPPoolLister returns a new FloatingIPPoolLister.

type FloatingIPPoolListerExpansion

type FloatingIPPoolListerExpansion interface{}

FloatingIPPoolListerExpansion allows custom methods to be added to FloatingIPPoolLister.

type FloatingIPPoolNamespaceLister

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

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

type FloatingIPPoolNamespaceListerExpansion

type FloatingIPPoolNamespaceListerExpansion interface{}

FloatingIPPoolNamespaceListerExpansion allows custom methods to be added to FloatingIPPoolNamespaceLister.

type NodeDNSRecordSetLister

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

NodeDNSRecordSetLister helps list NodeDNSRecordSets. All objects returned here must be treated as read-only.

func NewNodeDNSRecordSetLister

func NewNodeDNSRecordSetLister(indexer cache.Indexer) NodeDNSRecordSetLister

NewNodeDNSRecordSetLister returns a new NodeDNSRecordSetLister.

type NodeDNSRecordSetListerExpansion

type NodeDNSRecordSetListerExpansion interface{}

NodeDNSRecordSetListerExpansion allows custom methods to be added to NodeDNSRecordSetLister.

type NodeDNSRecordSetNamespaceLister

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

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

type NodeDNSRecordSetNamespaceListerExpansion

type NodeDNSRecordSetNamespaceListerExpansion interface{}

NodeDNSRecordSetNamespaceListerExpansion allows custom methods to be added to NodeDNSRecordSetNamespaceLister.

Jump to

Keyboard shortcuts

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