v1

package
v0.0.0-...-88ad6e2 Latest Latest
Warning

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

Go to latest
Published: Mar 24, 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 ApintoAuthLister

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

ApintoAuthLister helps list ApintoAuths. All objects returned here must be treated as read-only.

func NewApintoAuthLister

func NewApintoAuthLister(indexer cache.Indexer) ApintoAuthLister

NewApintoAuthLister returns a new ApintoAuthLister.

type ApintoAuthListerExpansion

type ApintoAuthListerExpansion interface{}

ApintoAuthListerExpansion allows custom methods to be added to ApintoAuthLister.

type ApintoAuthNamespaceLister

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

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

type ApintoAuthNamespaceListerExpansion

type ApintoAuthNamespaceListerExpansion interface{}

ApintoAuthNamespaceListerExpansion allows custom methods to be added to ApintoAuthNamespaceLister.

type ApintoDiscoveryLister

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

ApintoDiscoveryLister helps list ApintoDiscoveries. All objects returned here must be treated as read-only.

func NewApintoDiscoveryLister

func NewApintoDiscoveryLister(indexer cache.Indexer) ApintoDiscoveryLister

NewApintoDiscoveryLister returns a new ApintoDiscoveryLister.

type ApintoDiscoveryListerExpansion

type ApintoDiscoveryListerExpansion interface{}

ApintoDiscoveryListerExpansion allows custom methods to be added to ApintoDiscoveryLister.

type ApintoDiscoveryNamespaceLister

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

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

type ApintoDiscoveryNamespaceListerExpansion

type ApintoDiscoveryNamespaceListerExpansion interface{}

ApintoDiscoveryNamespaceListerExpansion allows custom methods to be added to ApintoDiscoveryNamespaceLister.

type ApintoGlobalSettingLister

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

ApintoGlobalSettingLister helps list ApintoGlobalSettings. All objects returned here must be treated as read-only.

func NewApintoGlobalSettingLister

func NewApintoGlobalSettingLister(indexer cache.Indexer) ApintoGlobalSettingLister

NewApintoGlobalSettingLister returns a new ApintoGlobalSettingLister.

type ApintoGlobalSettingListerExpansion

type ApintoGlobalSettingListerExpansion interface{}

ApintoGlobalSettingListerExpansion allows custom methods to be added to ApintoGlobalSettingLister.

type ApintoGlobalSettingNamespaceLister

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

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

type ApintoGlobalSettingNamespaceListerExpansion

type ApintoGlobalSettingNamespaceListerExpansion interface{}

ApintoGlobalSettingNamespaceListerExpansion allows custom methods to be added to ApintoGlobalSettingNamespaceLister.

type ApintoOutputLister

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

ApintoOutputLister helps list ApintoOutputs. All objects returned here must be treated as read-only.

func NewApintoOutputLister

func NewApintoOutputLister(indexer cache.Indexer) ApintoOutputLister

NewApintoOutputLister returns a new ApintoOutputLister.

type ApintoOutputListerExpansion

type ApintoOutputListerExpansion interface{}

ApintoOutputListerExpansion allows custom methods to be added to ApintoOutputLister.

type ApintoOutputNamespaceLister

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

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

type ApintoOutputNamespaceListerExpansion

type ApintoOutputNamespaceListerExpansion interface{}

ApintoOutputNamespaceListerExpansion allows custom methods to be added to ApintoOutputNamespaceLister.

type ApintoRouterLister

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

ApintoRouterLister helps list ApintoRouters. All objects returned here must be treated as read-only.

func NewApintoRouterLister

func NewApintoRouterLister(indexer cache.Indexer) ApintoRouterLister

NewApintoRouterLister returns a new ApintoRouterLister.

type ApintoRouterListerExpansion

type ApintoRouterListerExpansion interface{}

ApintoRouterListerExpansion allows custom methods to be added to ApintoRouterLister.

type ApintoRouterNamespaceLister

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

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

type ApintoRouterNamespaceListerExpansion

type ApintoRouterNamespaceListerExpansion interface{}

ApintoRouterNamespaceListerExpansion allows custom methods to be added to ApintoRouterNamespaceLister.

type ApintoServiceLister

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

ApintoServiceLister helps list ApintoServices. All objects returned here must be treated as read-only.

func NewApintoServiceLister

func NewApintoServiceLister(indexer cache.Indexer) ApintoServiceLister

NewApintoServiceLister returns a new ApintoServiceLister.

type ApintoServiceListerExpansion

type ApintoServiceListerExpansion interface{}

ApintoServiceListerExpansion allows custom methods to be added to ApintoServiceLister.

type ApintoServiceNamespaceLister

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

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

type ApintoServiceNamespaceListerExpansion

type ApintoServiceNamespaceListerExpansion interface{}

ApintoServiceNamespaceListerExpansion allows custom methods to be added to ApintoServiceNamespaceLister.

type ApintoUpstreamLister

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

ApintoUpstreamLister helps list ApintoUpstreams. All objects returned here must be treated as read-only.

func NewApintoUpstreamLister

func NewApintoUpstreamLister(indexer cache.Indexer) ApintoUpstreamLister

NewApintoUpstreamLister returns a new ApintoUpstreamLister.

type ApintoUpstreamListerExpansion

type ApintoUpstreamListerExpansion interface{}

ApintoUpstreamListerExpansion allows custom methods to be added to ApintoUpstreamLister.

type ApintoUpstreamNamespaceLister

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

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

type ApintoUpstreamNamespaceListerExpansion

type ApintoUpstreamNamespaceListerExpansion interface{}

ApintoUpstreamNamespaceListerExpansion allows custom methods to be added to ApintoUpstreamNamespaceLister.

Jump to

Keyboard shortcuts

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