v1alpha1

package
v0.5.0 Latest Latest
Warning

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

Go to latest
Published: May 8, 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 ConfigurationFeatureLister added in v0.5.0

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

ConfigurationFeatureLister helps list ConfigurationFeatures. All objects returned here must be treated as read-only.

func NewConfigurationFeatureLister added in v0.5.0

func NewConfigurationFeatureLister(indexer cache.Indexer) ConfigurationFeatureLister

NewConfigurationFeatureLister returns a new ConfigurationFeatureLister.

type ConfigurationFeatureListerExpansion added in v0.5.0

type ConfigurationFeatureListerExpansion interface{}

ConfigurationFeatureListerExpansion allows custom methods to be added to ConfigurationFeatureLister.

type ConfigurationFeatureNamespaceLister added in v0.5.0

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

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

type ConfigurationFeatureNamespaceListerExpansion added in v0.5.0

type ConfigurationFeatureNamespaceListerExpansion interface{}

ConfigurationFeatureNamespaceListerExpansion allows custom methods to be added to ConfigurationFeatureNamespaceLister.

type ConfigurationKeyLister added in v0.5.0

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

ConfigurationKeyLister helps list ConfigurationKeys. All objects returned here must be treated as read-only.

func NewConfigurationKeyLister added in v0.5.0

func NewConfigurationKeyLister(indexer cache.Indexer) ConfigurationKeyLister

NewConfigurationKeyLister returns a new ConfigurationKeyLister.

type ConfigurationKeyListerExpansion added in v0.5.0

type ConfigurationKeyListerExpansion interface{}

ConfigurationKeyListerExpansion allows custom methods to be added to ConfigurationKeyLister.

type ConfigurationKeyNamespaceLister added in v0.5.0

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

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

type ConfigurationKeyNamespaceListerExpansion added in v0.5.0

type ConfigurationKeyNamespaceListerExpansion interface{}

ConfigurationKeyNamespaceListerExpansion allows custom methods to be added to ConfigurationKeyNamespaceLister.

type ConfigurationLister

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

ConfigurationLister helps list Configurations. All objects returned here must be treated as read-only.

func NewConfigurationLister

func NewConfigurationLister(indexer cache.Indexer) ConfigurationLister

NewConfigurationLister returns a new ConfigurationLister.

type ConfigurationListerExpansion

type ConfigurationListerExpansion interface{}

ConfigurationListerExpansion allows custom methods to be added to ConfigurationLister.

type ConfigurationNamespaceLister

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

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

type ConfigurationNamespaceListerExpansion

type ConfigurationNamespaceListerExpansion interface{}

ConfigurationNamespaceListerExpansion allows custom methods to be added to ConfigurationNamespaceLister.

type ServiceActiveSlotLister

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

ServiceActiveSlotLister helps list ServiceActiveSlots. All objects returned here must be treated as read-only.

func NewServiceActiveSlotLister

func NewServiceActiveSlotLister(indexer cache.Indexer) ServiceActiveSlotLister

NewServiceActiveSlotLister returns a new ServiceActiveSlotLister.

type ServiceActiveSlotListerExpansion

type ServiceActiveSlotListerExpansion interface{}

ServiceActiveSlotListerExpansion allows custom methods to be added to ServiceActiveSlotLister.

type ServiceActiveSlotNamespaceLister

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

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

type ServiceActiveSlotNamespaceListerExpansion

type ServiceActiveSlotNamespaceListerExpansion interface{}

ServiceActiveSlotNamespaceListerExpansion allows custom methods to be added to ServiceActiveSlotNamespaceLister.

type ServiceCertificateBindingLister

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

ServiceCertificateBindingLister helps list ServiceCertificateBindings. All objects returned here must be treated as read-only.

func NewServiceCertificateBindingLister

func NewServiceCertificateBindingLister(indexer cache.Indexer) ServiceCertificateBindingLister

NewServiceCertificateBindingLister returns a new ServiceCertificateBindingLister.

type ServiceCertificateBindingListerExpansion

type ServiceCertificateBindingListerExpansion interface{}

ServiceCertificateBindingListerExpansion allows custom methods to be added to ServiceCertificateBindingLister.

type ServiceCertificateBindingNamespaceLister

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

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

type ServiceCertificateBindingNamespaceListerExpansion

type ServiceCertificateBindingNamespaceListerExpansion interface{}

ServiceCertificateBindingNamespaceListerExpansion allows custom methods to be added to ServiceCertificateBindingNamespaceLister.

type ServiceCertificateLister

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

ServiceCertificateLister helps list ServiceCertificates. All objects returned here must be treated as read-only.

func NewServiceCertificateLister

func NewServiceCertificateLister(indexer cache.Indexer) ServiceCertificateLister

NewServiceCertificateLister returns a new ServiceCertificateLister.

type ServiceCertificateListerExpansion

type ServiceCertificateListerExpansion interface{}

ServiceCertificateListerExpansion allows custom methods to be added to ServiceCertificateLister.

type ServiceCertificateNamespaceLister

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

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

type ServiceCertificateNamespaceListerExpansion

type ServiceCertificateNamespaceListerExpansion interface{}

ServiceCertificateNamespaceListerExpansion allows custom methods to be added to ServiceCertificateNamespaceLister.

type ServiceCertificateOrderLister

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

ServiceCertificateOrderLister helps list ServiceCertificateOrders. All objects returned here must be treated as read-only.

func NewServiceCertificateOrderLister

func NewServiceCertificateOrderLister(indexer cache.Indexer) ServiceCertificateOrderLister

NewServiceCertificateOrderLister returns a new ServiceCertificateOrderLister.

type ServiceCertificateOrderListerExpansion

type ServiceCertificateOrderListerExpansion interface{}

ServiceCertificateOrderListerExpansion allows custom methods to be added to ServiceCertificateOrderLister.

type ServiceCertificateOrderNamespaceLister

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

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

type ServiceCertificateOrderNamespaceListerExpansion

type ServiceCertificateOrderNamespaceListerExpansion interface{}

ServiceCertificateOrderNamespaceListerExpansion allows custom methods to be added to ServiceCertificateOrderNamespaceLister.

type ServiceCustomHostnameBindingLister

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

ServiceCustomHostnameBindingLister helps list ServiceCustomHostnameBindings. All objects returned here must be treated as read-only.

func NewServiceCustomHostnameBindingLister

func NewServiceCustomHostnameBindingLister(indexer cache.Indexer) ServiceCustomHostnameBindingLister

NewServiceCustomHostnameBindingLister returns a new ServiceCustomHostnameBindingLister.

type ServiceCustomHostnameBindingListerExpansion

type ServiceCustomHostnameBindingListerExpansion interface{}

ServiceCustomHostnameBindingListerExpansion allows custom methods to be added to ServiceCustomHostnameBindingLister.

type ServiceCustomHostnameBindingNamespaceLister

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

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

type ServiceCustomHostnameBindingNamespaceListerExpansion

type ServiceCustomHostnameBindingNamespaceListerExpansion interface{}

ServiceCustomHostnameBindingNamespaceListerExpansion allows custom methods to be added to ServiceCustomHostnameBindingNamespaceLister.

type ServiceEnvironmentLister

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

ServiceEnvironmentLister helps list ServiceEnvironments. All objects returned here must be treated as read-only.

func NewServiceEnvironmentLister

func NewServiceEnvironmentLister(indexer cache.Indexer) ServiceEnvironmentLister

NewServiceEnvironmentLister returns a new ServiceEnvironmentLister.

type ServiceEnvironmentListerExpansion

type ServiceEnvironmentListerExpansion interface{}

ServiceEnvironmentListerExpansion allows custom methods to be added to ServiceEnvironmentLister.

type ServiceEnvironmentNamespaceLister

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

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

type ServiceEnvironmentNamespaceListerExpansion

type ServiceEnvironmentNamespaceListerExpansion interface{}

ServiceEnvironmentNamespaceListerExpansion allows custom methods to be added to ServiceEnvironmentNamespaceLister.

type ServiceEnvironmentV3Lister

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

ServiceEnvironmentV3Lister helps list ServiceEnvironmentV3s. All objects returned here must be treated as read-only.

func NewServiceEnvironmentV3Lister

func NewServiceEnvironmentV3Lister(indexer cache.Indexer) ServiceEnvironmentV3Lister

NewServiceEnvironmentV3Lister returns a new ServiceEnvironmentV3Lister.

type ServiceEnvironmentV3ListerExpansion

type ServiceEnvironmentV3ListerExpansion interface{}

ServiceEnvironmentV3ListerExpansion allows custom methods to be added to ServiceEnvironmentV3Lister.

type ServiceEnvironmentV3NamespaceLister

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

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

type ServiceEnvironmentV3NamespaceListerExpansion

type ServiceEnvironmentV3NamespaceListerExpansion interface{}

ServiceEnvironmentV3NamespaceListerExpansion allows custom methods to be added to ServiceEnvironmentV3NamespaceLister.

type ServiceHybridConnectionLister

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

ServiceHybridConnectionLister helps list ServiceHybridConnections. All objects returned here must be treated as read-only.

func NewServiceHybridConnectionLister

func NewServiceHybridConnectionLister(indexer cache.Indexer) ServiceHybridConnectionLister

NewServiceHybridConnectionLister returns a new ServiceHybridConnectionLister.

type ServiceHybridConnectionListerExpansion

type ServiceHybridConnectionListerExpansion interface{}

ServiceHybridConnectionListerExpansion allows custom methods to be added to ServiceHybridConnectionLister.

type ServiceHybridConnectionNamespaceLister

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

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

type ServiceHybridConnectionNamespaceListerExpansion

type ServiceHybridConnectionNamespaceListerExpansion interface{}

ServiceHybridConnectionNamespaceListerExpansion allows custom methods to be added to ServiceHybridConnectionNamespaceLister.

type ServiceLister

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

ServiceLister helps list Services. All objects returned here must be treated as read-only.

func NewServiceLister

func NewServiceLister(indexer cache.Indexer) ServiceLister

NewServiceLister returns a new ServiceLister.

type ServiceListerExpansion

type ServiceListerExpansion interface{}

ServiceListerExpansion allows custom methods to be added to ServiceLister.

type ServiceManagedCertificateLister

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

ServiceManagedCertificateLister helps list ServiceManagedCertificates. All objects returned here must be treated as read-only.

func NewServiceManagedCertificateLister

func NewServiceManagedCertificateLister(indexer cache.Indexer) ServiceManagedCertificateLister

NewServiceManagedCertificateLister returns a new ServiceManagedCertificateLister.

type ServiceManagedCertificateListerExpansion

type ServiceManagedCertificateListerExpansion interface{}

ServiceManagedCertificateListerExpansion allows custom methods to be added to ServiceManagedCertificateLister.

type ServiceManagedCertificateNamespaceLister

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

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

type ServiceManagedCertificateNamespaceListerExpansion

type ServiceManagedCertificateNamespaceListerExpansion interface{}

ServiceManagedCertificateNamespaceListerExpansion allows custom methods to be added to ServiceManagedCertificateNamespaceLister.

type ServiceNamespaceLister

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

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

type ServiceNamespaceListerExpansion

type ServiceNamespaceListerExpansion interface{}

ServiceNamespaceListerExpansion allows custom methods to be added to ServiceNamespaceLister.

type ServicePlanLister

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

ServicePlanLister helps list ServicePlans. All objects returned here must be treated as read-only.

func NewServicePlanLister

func NewServicePlanLister(indexer cache.Indexer) ServicePlanLister

NewServicePlanLister returns a new ServicePlanLister.

type ServicePlanListerExpansion

type ServicePlanListerExpansion interface{}

ServicePlanListerExpansion allows custom methods to be added to ServicePlanLister.

type ServicePlanNamespaceLister

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

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

type ServicePlanNamespaceListerExpansion

type ServicePlanNamespaceListerExpansion interface{}

ServicePlanNamespaceListerExpansion allows custom methods to be added to ServicePlanNamespaceLister.

type ServicePublicCertificateLister added in v0.5.0

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

ServicePublicCertificateLister helps list ServicePublicCertificates. All objects returned here must be treated as read-only.

func NewServicePublicCertificateLister added in v0.5.0

func NewServicePublicCertificateLister(indexer cache.Indexer) ServicePublicCertificateLister

NewServicePublicCertificateLister returns a new ServicePublicCertificateLister.

type ServicePublicCertificateListerExpansion added in v0.5.0

type ServicePublicCertificateListerExpansion interface{}

ServicePublicCertificateListerExpansion allows custom methods to be added to ServicePublicCertificateLister.

type ServicePublicCertificateNamespaceLister added in v0.5.0

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

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

type ServicePublicCertificateNamespaceListerExpansion added in v0.5.0

type ServicePublicCertificateNamespaceListerExpansion interface{}

ServicePublicCertificateNamespaceListerExpansion allows custom methods to be added to ServicePublicCertificateNamespaceLister.

type ServiceSlotCustomHostnameBindingLister added in v0.5.0

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

ServiceSlotCustomHostnameBindingLister helps list ServiceSlotCustomHostnameBindings. All objects returned here must be treated as read-only.

func NewServiceSlotCustomHostnameBindingLister added in v0.5.0

func NewServiceSlotCustomHostnameBindingLister(indexer cache.Indexer) ServiceSlotCustomHostnameBindingLister

NewServiceSlotCustomHostnameBindingLister returns a new ServiceSlotCustomHostnameBindingLister.

type ServiceSlotCustomHostnameBindingListerExpansion added in v0.5.0

type ServiceSlotCustomHostnameBindingListerExpansion interface{}

ServiceSlotCustomHostnameBindingListerExpansion allows custom methods to be added to ServiceSlotCustomHostnameBindingLister.

type ServiceSlotCustomHostnameBindingNamespaceLister added in v0.5.0

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

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

type ServiceSlotCustomHostnameBindingNamespaceListerExpansion added in v0.5.0

type ServiceSlotCustomHostnameBindingNamespaceListerExpansion interface{}

ServiceSlotCustomHostnameBindingNamespaceListerExpansion allows custom methods to be added to ServiceSlotCustomHostnameBindingNamespaceLister.

type ServiceSlotLister

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

ServiceSlotLister helps list ServiceSlots. All objects returned here must be treated as read-only.

func NewServiceSlotLister

func NewServiceSlotLister(indexer cache.Indexer) ServiceSlotLister

NewServiceSlotLister returns a new ServiceSlotLister.

type ServiceSlotListerExpansion

type ServiceSlotListerExpansion interface{}

ServiceSlotListerExpansion allows custom methods to be added to ServiceSlotLister.

type ServiceSlotNamespaceLister

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

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

type ServiceSlotNamespaceListerExpansion

type ServiceSlotNamespaceListerExpansion interface{}

ServiceSlotNamespaceListerExpansion allows custom methods to be added to ServiceSlotNamespaceLister.

type ServiceSlotVirtualNetworkSwiftConnectionLister

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

ServiceSlotVirtualNetworkSwiftConnectionLister helps list ServiceSlotVirtualNetworkSwiftConnections. All objects returned here must be treated as read-only.

func NewServiceSlotVirtualNetworkSwiftConnectionLister

func NewServiceSlotVirtualNetworkSwiftConnectionLister(indexer cache.Indexer) ServiceSlotVirtualNetworkSwiftConnectionLister

NewServiceSlotVirtualNetworkSwiftConnectionLister returns a new ServiceSlotVirtualNetworkSwiftConnectionLister.

type ServiceSlotVirtualNetworkSwiftConnectionListerExpansion

type ServiceSlotVirtualNetworkSwiftConnectionListerExpansion interface{}

ServiceSlotVirtualNetworkSwiftConnectionListerExpansion allows custom methods to be added to ServiceSlotVirtualNetworkSwiftConnectionLister.

type ServiceSlotVirtualNetworkSwiftConnectionNamespaceLister

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

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

type ServiceSlotVirtualNetworkSwiftConnectionNamespaceListerExpansion

type ServiceSlotVirtualNetworkSwiftConnectionNamespaceListerExpansion interface{}

ServiceSlotVirtualNetworkSwiftConnectionNamespaceListerExpansion allows custom methods to be added to ServiceSlotVirtualNetworkSwiftConnectionNamespaceLister.

type ServiceSourceControlTokenLister

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

ServiceSourceControlTokenLister helps list ServiceSourceControlTokens. All objects returned here must be treated as read-only.

func NewServiceSourceControlTokenLister

func NewServiceSourceControlTokenLister(indexer cache.Indexer) ServiceSourceControlTokenLister

NewServiceSourceControlTokenLister returns a new ServiceSourceControlTokenLister.

type ServiceSourceControlTokenListerExpansion

type ServiceSourceControlTokenListerExpansion interface{}

ServiceSourceControlTokenListerExpansion allows custom methods to be added to ServiceSourceControlTokenLister.

type ServiceSourceControlTokenNamespaceLister

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

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

type ServiceSourceControlTokenNamespaceListerExpansion

type ServiceSourceControlTokenNamespaceListerExpansion interface{}

ServiceSourceControlTokenNamespaceListerExpansion allows custom methods to be added to ServiceSourceControlTokenNamespaceLister.

type ServiceVirtualNetworkSwiftConnectionLister

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

ServiceVirtualNetworkSwiftConnectionLister helps list ServiceVirtualNetworkSwiftConnections. All objects returned here must be treated as read-only.

func NewServiceVirtualNetworkSwiftConnectionLister

func NewServiceVirtualNetworkSwiftConnectionLister(indexer cache.Indexer) ServiceVirtualNetworkSwiftConnectionLister

NewServiceVirtualNetworkSwiftConnectionLister returns a new ServiceVirtualNetworkSwiftConnectionLister.

type ServiceVirtualNetworkSwiftConnectionListerExpansion

type ServiceVirtualNetworkSwiftConnectionListerExpansion interface{}

ServiceVirtualNetworkSwiftConnectionListerExpansion allows custom methods to be added to ServiceVirtualNetworkSwiftConnectionLister.

type ServiceVirtualNetworkSwiftConnectionNamespaceLister

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

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

type ServiceVirtualNetworkSwiftConnectionNamespaceListerExpansion

type ServiceVirtualNetworkSwiftConnectionNamespaceListerExpansion interface{}

ServiceVirtualNetworkSwiftConnectionNamespaceListerExpansion allows custom methods to be added to ServiceVirtualNetworkSwiftConnectionNamespaceLister.

Jump to

Keyboard shortcuts

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