v1beta1

package
v0.0.0-...-0e4f5d7 Latest Latest
Warning

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

Go to latest
Published: Sep 15, 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 AddressLister

type AddressLister interface {
	// List lists all Addresses in the indexer.
	List(selector labels.Selector) (ret []*v1beta1.Address, err error)
	// Addresses returns an object that can list and get Addresses.
	Addresses(namespace string) AddressNamespaceLister
	AddressListerExpansion
}

AddressLister helps list Addresses.

func NewAddressLister

func NewAddressLister(indexer cache.Indexer) AddressLister

NewAddressLister returns a new AddressLister.

type AddressListerExpansion

type AddressListerExpansion interface{}

AddressListerExpansion allows custom methods to be added to AddressLister.

type AddressNamespaceLister

type AddressNamespaceLister interface {
	// List lists all Addresses in the indexer for a given namespace.
	List(selector labels.Selector) (ret []*v1beta1.Address, err error)
	// Get retrieves the Address from the indexer for a given namespace and name.
	Get(name string) (*v1beta1.Address, error)
	AddressNamespaceListerExpansion
}

AddressNamespaceLister helps list and get Addresses.

type AddressNamespaceListerExpansion

type AddressNamespaceListerExpansion interface{}

AddressNamespaceListerExpansion allows custom methods to be added to AddressNamespaceLister.

type AddressSpaceLister

type AddressSpaceLister interface {
	// List lists all AddressSpaces in the indexer.
	List(selector labels.Selector) (ret []*v1beta1.AddressSpace, err error)
	// AddressSpaces returns an object that can list and get AddressSpaces.
	AddressSpaces(namespace string) AddressSpaceNamespaceLister
	AddressSpaceListerExpansion
}

AddressSpaceLister helps list AddressSpaces.

func NewAddressSpaceLister

func NewAddressSpaceLister(indexer cache.Indexer) AddressSpaceLister

NewAddressSpaceLister returns a new AddressSpaceLister.

type AddressSpaceListerExpansion

type AddressSpaceListerExpansion interface{}

AddressSpaceListerExpansion allows custom methods to be added to AddressSpaceLister.

type AddressSpaceNamespaceLister

type AddressSpaceNamespaceLister interface {
	// List lists all AddressSpaces in the indexer for a given namespace.
	List(selector labels.Selector) (ret []*v1beta1.AddressSpace, err error)
	// Get retrieves the AddressSpace from the indexer for a given namespace and name.
	Get(name string) (*v1beta1.AddressSpace, error)
	AddressSpaceNamespaceListerExpansion
}

AddressSpaceNamespaceLister helps list and get AddressSpaces.

type AddressSpaceNamespaceListerExpansion

type AddressSpaceNamespaceListerExpansion interface{}

AddressSpaceNamespaceListerExpansion allows custom methods to be added to AddressSpaceNamespaceLister.

type AddressSpaceSchemaLister

type AddressSpaceSchemaLister interface {
	// List lists all AddressSpaceSchemas in the indexer.
	List(selector labels.Selector) (ret []*v1beta1.AddressSpaceSchema, err error)
	// Get retrieves the AddressSpaceSchema from the index for a given name.
	Get(name string) (*v1beta1.AddressSpaceSchema, error)
	AddressSpaceSchemaListerExpansion
}

AddressSpaceSchemaLister helps list AddressSpaceSchemas.

func NewAddressSpaceSchemaLister

func NewAddressSpaceSchemaLister(indexer cache.Indexer) AddressSpaceSchemaLister

NewAddressSpaceSchemaLister returns a new AddressSpaceSchemaLister.

type AddressSpaceSchemaListerExpansion

type AddressSpaceSchemaListerExpansion interface{}

AddressSpaceSchemaListerExpansion allows custom methods to be added to AddressSpaceSchemaLister.

type AuthenticationServiceLister

type AuthenticationServiceLister interface {
	// List lists all AuthenticationServices in the indexer.
	List(selector labels.Selector) (ret []*v1beta1.AuthenticationService, err error)
	// AuthenticationServices returns an object that can list and get AuthenticationServices.
	AuthenticationServices(namespace string) AuthenticationServiceNamespaceLister
	AuthenticationServiceListerExpansion
}

AuthenticationServiceLister helps list AuthenticationServices.

func NewAuthenticationServiceLister

func NewAuthenticationServiceLister(indexer cache.Indexer) AuthenticationServiceLister

NewAuthenticationServiceLister returns a new AuthenticationServiceLister.

type AuthenticationServiceListerExpansion

type AuthenticationServiceListerExpansion interface{}

AuthenticationServiceListerExpansion allows custom methods to be added to AuthenticationServiceLister.

type AuthenticationServiceNamespaceLister

type AuthenticationServiceNamespaceLister interface {
	// List lists all AuthenticationServices in the indexer for a given namespace.
	List(selector labels.Selector) (ret []*v1beta1.AuthenticationService, err error)
	// Get retrieves the AuthenticationService from the indexer for a given namespace and name.
	Get(name string) (*v1beta1.AuthenticationService, error)
	AuthenticationServiceNamespaceListerExpansion
}

AuthenticationServiceNamespaceLister helps list and get AuthenticationServices.

type AuthenticationServiceNamespaceListerExpansion

type AuthenticationServiceNamespaceListerExpansion interface{}

AuthenticationServiceNamespaceListerExpansion allows custom methods to be added to AuthenticationServiceNamespaceLister.

Jump to

Keyboard shortcuts

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