v1

package
v0.0.0-...-5d4002b Latest Latest
Warning

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

Go to latest
Published: Nov 10, 2023 License: GPL-3.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 EntandoAppLister

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

EntandoAppLister helps list EntandoApps. All objects returned here must be treated as read-only.

func NewEntandoAppLister

func NewEntandoAppLister(indexer cache.Indexer) EntandoAppLister

NewEntandoAppLister returns a new EntandoAppLister.

type EntandoAppListerExpansion

type EntandoAppListerExpansion interface{}

EntandoAppListerExpansion allows custom methods to be added to EntandoAppLister.

type EntandoAppNamespaceLister

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

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

type EntandoAppNamespaceListerExpansion

type EntandoAppNamespaceListerExpansion interface{}

EntandoAppNamespaceListerExpansion allows custom methods to be added to EntandoAppNamespaceLister.

type EntandoAppPluginLinkLister

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

EntandoAppPluginLinkLister helps list EntandoAppPluginLinks. All objects returned here must be treated as read-only.

func NewEntandoAppPluginLinkLister

func NewEntandoAppPluginLinkLister(indexer cache.Indexer) EntandoAppPluginLinkLister

NewEntandoAppPluginLinkLister returns a new EntandoAppPluginLinkLister.

type EntandoAppPluginLinkListerExpansion

type EntandoAppPluginLinkListerExpansion interface{}

EntandoAppPluginLinkListerExpansion allows custom methods to be added to EntandoAppPluginLinkLister.

type EntandoAppPluginLinkNamespaceLister

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

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

type EntandoAppPluginLinkNamespaceListerExpansion

type EntandoAppPluginLinkNamespaceListerExpansion interface{}

EntandoAppPluginLinkNamespaceListerExpansion allows custom methods to be added to EntandoAppPluginLinkNamespaceLister.

type EntandoDatabaseServiceLister

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

EntandoDatabaseServiceLister helps list EntandoDatabaseServices. All objects returned here must be treated as read-only.

func NewEntandoDatabaseServiceLister

func NewEntandoDatabaseServiceLister(indexer cache.Indexer) EntandoDatabaseServiceLister

NewEntandoDatabaseServiceLister returns a new EntandoDatabaseServiceLister.

type EntandoDatabaseServiceListerExpansion

type EntandoDatabaseServiceListerExpansion interface{}

EntandoDatabaseServiceListerExpansion allows custom methods to be added to EntandoDatabaseServiceLister.

type EntandoDatabaseServiceNamespaceLister

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

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

type EntandoDatabaseServiceNamespaceListerExpansion

type EntandoDatabaseServiceNamespaceListerExpansion interface{}

EntandoDatabaseServiceNamespaceListerExpansion allows custom methods to be added to EntandoDatabaseServiceNamespaceLister.

type EntandoDeBundleLister

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

EntandoDeBundleLister helps list EntandoDeBundles. All objects returned here must be treated as read-only.

func NewEntandoDeBundleLister

func NewEntandoDeBundleLister(indexer cache.Indexer) EntandoDeBundleLister

NewEntandoDeBundleLister returns a new EntandoDeBundleLister.

type EntandoDeBundleListerExpansion

type EntandoDeBundleListerExpansion interface{}

EntandoDeBundleListerExpansion allows custom methods to be added to EntandoDeBundleLister.

type EntandoDeBundleNamespaceLister

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

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

type EntandoDeBundleNamespaceListerExpansion

type EntandoDeBundleNamespaceListerExpansion interface{}

EntandoDeBundleNamespaceListerExpansion allows custom methods to be added to EntandoDeBundleNamespaceLister.

type EntandoKeycloakServerLister

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

EntandoKeycloakServerLister helps list EntandoKeycloakServers. All objects returned here must be treated as read-only.

func NewEntandoKeycloakServerLister

func NewEntandoKeycloakServerLister(indexer cache.Indexer) EntandoKeycloakServerLister

NewEntandoKeycloakServerLister returns a new EntandoKeycloakServerLister.

type EntandoKeycloakServerListerExpansion

type EntandoKeycloakServerListerExpansion interface{}

EntandoKeycloakServerListerExpansion allows custom methods to be added to EntandoKeycloakServerLister.

type EntandoKeycloakServerNamespaceLister

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

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

type EntandoKeycloakServerNamespaceListerExpansion

type EntandoKeycloakServerNamespaceListerExpansion interface{}

EntandoKeycloakServerNamespaceListerExpansion allows custom methods to be added to EntandoKeycloakServerNamespaceLister.

type EntandoPluginLister

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

EntandoPluginLister helps list EntandoPlugins. All objects returned here must be treated as read-only.

func NewEntandoPluginLister

func NewEntandoPluginLister(indexer cache.Indexer) EntandoPluginLister

NewEntandoPluginLister returns a new EntandoPluginLister.

type EntandoPluginListerExpansion

type EntandoPluginListerExpansion interface{}

EntandoPluginListerExpansion allows custom methods to be added to EntandoPluginLister.

type EntandoPluginNamespaceLister

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

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

type EntandoPluginNamespaceListerExpansion

type EntandoPluginNamespaceListerExpansion interface{}

EntandoPluginNamespaceListerExpansion allows custom methods to be added to EntandoPluginNamespaceLister.

type ProvidedCapabilityLister

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

ProvidedCapabilityLister helps list ProvidedCapabilities. All objects returned here must be treated as read-only.

func NewProvidedCapabilityLister

func NewProvidedCapabilityLister(indexer cache.Indexer) ProvidedCapabilityLister

NewProvidedCapabilityLister returns a new ProvidedCapabilityLister.

type ProvidedCapabilityListerExpansion

type ProvidedCapabilityListerExpansion interface{}

ProvidedCapabilityListerExpansion allows custom methods to be added to ProvidedCapabilityLister.

type ProvidedCapabilityNamespaceLister

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

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

type ProvidedCapabilityNamespaceListerExpansion

type ProvidedCapabilityNamespaceListerExpansion interface{}

ProvidedCapabilityNamespaceListerExpansion allows custom methods to be added to ProvidedCapabilityNamespaceLister.

Jump to

Keyboard shortcuts

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