v1alpha1

package
v0.0.40 Latest Latest
Warning

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

Go to latest
Published: Oct 31, 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 DiscoveryRuleLister

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

DiscoveryRuleLister helps list DiscoveryRules. All objects returned here must be treated as read-only.

func NewDiscoveryRuleLister

func NewDiscoveryRuleLister(indexer cache.Indexer) DiscoveryRuleLister

NewDiscoveryRuleLister returns a new DiscoveryRuleLister.

type DiscoveryRuleListerExpansion

type DiscoveryRuleListerExpansion interface{}

DiscoveryRuleListerExpansion allows custom methods to be added to DiscoveryRuleLister.

type DiscoveryRuleNamespaceLister

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

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

type DiscoveryRuleNamespaceListerExpansion

type DiscoveryRuleNamespaceListerExpansion interface{}

DiscoveryRuleNamespaceListerExpansion allows custom methods to be added to DiscoveryRuleNamespaceLister.

type SchemaLister

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

SchemaLister helps list Schemas. All objects returned here must be treated as read-only.

func NewSchemaLister

func NewSchemaLister(indexer cache.Indexer) SchemaLister

NewSchemaLister returns a new SchemaLister.

type SchemaListerExpansion

type SchemaListerExpansion interface{}

SchemaListerExpansion allows custom methods to be added to SchemaLister.

type SchemaNamespaceLister

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

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

type SchemaNamespaceListerExpansion

type SchemaNamespaceListerExpansion interface{}

SchemaNamespaceListerExpansion allows custom methods to be added to SchemaNamespaceLister.

type TargetConnectionProfileLister

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

TargetConnectionProfileLister helps list TargetConnectionProfiles. All objects returned here must be treated as read-only.

func NewTargetConnectionProfileLister

func NewTargetConnectionProfileLister(indexer cache.Indexer) TargetConnectionProfileLister

NewTargetConnectionProfileLister returns a new TargetConnectionProfileLister.

type TargetConnectionProfileListerExpansion

type TargetConnectionProfileListerExpansion interface{}

TargetConnectionProfileListerExpansion allows custom methods to be added to TargetConnectionProfileLister.

type TargetConnectionProfileNamespaceLister

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

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

type TargetConnectionProfileNamespaceListerExpansion

type TargetConnectionProfileNamespaceListerExpansion interface{}

TargetConnectionProfileNamespaceListerExpansion allows custom methods to be added to TargetConnectionProfileNamespaceLister.

type TargetLister

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

TargetLister helps list Targets. All objects returned here must be treated as read-only.

func NewTargetLister

func NewTargetLister(indexer cache.Indexer) TargetLister

NewTargetLister returns a new TargetLister.

type TargetListerExpansion

type TargetListerExpansion interface{}

TargetListerExpansion allows custom methods to be added to TargetLister.

type TargetNamespaceLister

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

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

type TargetNamespaceListerExpansion

type TargetNamespaceListerExpansion interface{}

TargetNamespaceListerExpansion allows custom methods to be added to TargetNamespaceLister.

type TargetSyncProfileLister

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

TargetSyncProfileLister helps list TargetSyncProfiles. All objects returned here must be treated as read-only.

func NewTargetSyncProfileLister

func NewTargetSyncProfileLister(indexer cache.Indexer) TargetSyncProfileLister

NewTargetSyncProfileLister returns a new TargetSyncProfileLister.

type TargetSyncProfileListerExpansion

type TargetSyncProfileListerExpansion interface{}

TargetSyncProfileListerExpansion allows custom methods to be added to TargetSyncProfileLister.

type TargetSyncProfileNamespaceLister

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

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

type TargetSyncProfileNamespaceListerExpansion

type TargetSyncProfileNamespaceListerExpansion interface{}

TargetSyncProfileNamespaceListerExpansion allows custom methods to be added to TargetSyncProfileNamespaceLister.

Jump to

Keyboard shortcuts

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