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 AttachedDatabaseConfigurationLister

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

AttachedDatabaseConfigurationLister helps list AttachedDatabaseConfigurations. All objects returned here must be treated as read-only.

func NewAttachedDatabaseConfigurationLister

func NewAttachedDatabaseConfigurationLister(indexer cache.Indexer) AttachedDatabaseConfigurationLister

NewAttachedDatabaseConfigurationLister returns a new AttachedDatabaseConfigurationLister.

type AttachedDatabaseConfigurationListerExpansion

type AttachedDatabaseConfigurationListerExpansion interface{}

AttachedDatabaseConfigurationListerExpansion allows custom methods to be added to AttachedDatabaseConfigurationLister.

type AttachedDatabaseConfigurationNamespaceLister

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

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

type AttachedDatabaseConfigurationNamespaceListerExpansion

type AttachedDatabaseConfigurationNamespaceListerExpansion interface{}

AttachedDatabaseConfigurationNamespaceListerExpansion allows custom methods to be added to AttachedDatabaseConfigurationNamespaceLister.

type ClusterCustomerManagedKeyLister

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

ClusterCustomerManagedKeyLister helps list ClusterCustomerManagedKeys. All objects returned here must be treated as read-only.

func NewClusterCustomerManagedKeyLister

func NewClusterCustomerManagedKeyLister(indexer cache.Indexer) ClusterCustomerManagedKeyLister

NewClusterCustomerManagedKeyLister returns a new ClusterCustomerManagedKeyLister.

type ClusterCustomerManagedKeyListerExpansion

type ClusterCustomerManagedKeyListerExpansion interface{}

ClusterCustomerManagedKeyListerExpansion allows custom methods to be added to ClusterCustomerManagedKeyLister.

type ClusterCustomerManagedKeyNamespaceLister

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

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

type ClusterCustomerManagedKeyNamespaceListerExpansion

type ClusterCustomerManagedKeyNamespaceListerExpansion interface{}

ClusterCustomerManagedKeyNamespaceListerExpansion allows custom methods to be added to ClusterCustomerManagedKeyNamespaceLister.

type ClusterLister

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

ClusterLister helps list Clusters. All objects returned here must be treated as read-only.

func NewClusterLister

func NewClusterLister(indexer cache.Indexer) ClusterLister

NewClusterLister returns a new ClusterLister.

type ClusterListerExpansion

type ClusterListerExpansion interface{}

ClusterListerExpansion allows custom methods to be added to ClusterLister.

type ClusterNamespaceLister

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

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

type ClusterNamespaceListerExpansion

type ClusterNamespaceListerExpansion interface{}

ClusterNamespaceListerExpansion allows custom methods to be added to ClusterNamespaceLister.

type ClusterPrincipalAssignmentLister

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

ClusterPrincipalAssignmentLister helps list ClusterPrincipalAssignments. All objects returned here must be treated as read-only.

func NewClusterPrincipalAssignmentLister

func NewClusterPrincipalAssignmentLister(indexer cache.Indexer) ClusterPrincipalAssignmentLister

NewClusterPrincipalAssignmentLister returns a new ClusterPrincipalAssignmentLister.

type ClusterPrincipalAssignmentListerExpansion

type ClusterPrincipalAssignmentListerExpansion interface{}

ClusterPrincipalAssignmentListerExpansion allows custom methods to be added to ClusterPrincipalAssignmentLister.

type ClusterPrincipalAssignmentNamespaceLister

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

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

type ClusterPrincipalAssignmentNamespaceListerExpansion

type ClusterPrincipalAssignmentNamespaceListerExpansion interface{}

ClusterPrincipalAssignmentNamespaceListerExpansion allows custom methods to be added to ClusterPrincipalAssignmentNamespaceLister.

type DatabaseLister

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

DatabaseLister helps list Databases. All objects returned here must be treated as read-only.

func NewDatabaseLister

func NewDatabaseLister(indexer cache.Indexer) DatabaseLister

NewDatabaseLister returns a new DatabaseLister.

type DatabaseListerExpansion

type DatabaseListerExpansion interface{}

DatabaseListerExpansion allows custom methods to be added to DatabaseLister.

type DatabaseNamespaceLister

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

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

type DatabaseNamespaceListerExpansion

type DatabaseNamespaceListerExpansion interface{}

DatabaseNamespaceListerExpansion allows custom methods to be added to DatabaseNamespaceLister.

type DatabasePrincipalAssignmentLister

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

DatabasePrincipalAssignmentLister helps list DatabasePrincipalAssignments. All objects returned here must be treated as read-only.

func NewDatabasePrincipalAssignmentLister

func NewDatabasePrincipalAssignmentLister(indexer cache.Indexer) DatabasePrincipalAssignmentLister

NewDatabasePrincipalAssignmentLister returns a new DatabasePrincipalAssignmentLister.

type DatabasePrincipalAssignmentListerExpansion

type DatabasePrincipalAssignmentListerExpansion interface{}

DatabasePrincipalAssignmentListerExpansion allows custom methods to be added to DatabasePrincipalAssignmentLister.

type DatabasePrincipalAssignmentNamespaceLister

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

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

type DatabasePrincipalAssignmentNamespaceListerExpansion

type DatabasePrincipalAssignmentNamespaceListerExpansion interface{}

DatabasePrincipalAssignmentNamespaceListerExpansion allows custom methods to be added to DatabasePrincipalAssignmentNamespaceLister.

type DatabasePrincipalLister

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

DatabasePrincipalLister helps list DatabasePrincipals. All objects returned here must be treated as read-only.

func NewDatabasePrincipalLister

func NewDatabasePrincipalLister(indexer cache.Indexer) DatabasePrincipalLister

NewDatabasePrincipalLister returns a new DatabasePrincipalLister.

type DatabasePrincipalListerExpansion

type DatabasePrincipalListerExpansion interface{}

DatabasePrincipalListerExpansion allows custom methods to be added to DatabasePrincipalLister.

type DatabasePrincipalNamespaceLister

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

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

type DatabasePrincipalNamespaceListerExpansion

type DatabasePrincipalNamespaceListerExpansion interface{}

DatabasePrincipalNamespaceListerExpansion allows custom methods to be added to DatabasePrincipalNamespaceLister.

type EventgridDataConnectionLister

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

EventgridDataConnectionLister helps list EventgridDataConnections. All objects returned here must be treated as read-only.

func NewEventgridDataConnectionLister

func NewEventgridDataConnectionLister(indexer cache.Indexer) EventgridDataConnectionLister

NewEventgridDataConnectionLister returns a new EventgridDataConnectionLister.

type EventgridDataConnectionListerExpansion

type EventgridDataConnectionListerExpansion interface{}

EventgridDataConnectionListerExpansion allows custom methods to be added to EventgridDataConnectionLister.

type EventgridDataConnectionNamespaceLister

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

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

type EventgridDataConnectionNamespaceListerExpansion

type EventgridDataConnectionNamespaceListerExpansion interface{}

EventgridDataConnectionNamespaceListerExpansion allows custom methods to be added to EventgridDataConnectionNamespaceLister.

type EventhubDataConnectionLister

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

EventhubDataConnectionLister helps list EventhubDataConnections. All objects returned here must be treated as read-only.

func NewEventhubDataConnectionLister

func NewEventhubDataConnectionLister(indexer cache.Indexer) EventhubDataConnectionLister

NewEventhubDataConnectionLister returns a new EventhubDataConnectionLister.

type EventhubDataConnectionListerExpansion

type EventhubDataConnectionListerExpansion interface{}

EventhubDataConnectionListerExpansion allows custom methods to be added to EventhubDataConnectionLister.

type EventhubDataConnectionNamespaceLister

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

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

type EventhubDataConnectionNamespaceListerExpansion

type EventhubDataConnectionNamespaceListerExpansion interface{}

EventhubDataConnectionNamespaceListerExpansion allows custom methods to be added to EventhubDataConnectionNamespaceLister.

type IothubDataConnectionLister

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

IothubDataConnectionLister helps list IothubDataConnections. All objects returned here must be treated as read-only.

func NewIothubDataConnectionLister

func NewIothubDataConnectionLister(indexer cache.Indexer) IothubDataConnectionLister

NewIothubDataConnectionLister returns a new IothubDataConnectionLister.

type IothubDataConnectionListerExpansion

type IothubDataConnectionListerExpansion interface{}

IothubDataConnectionListerExpansion allows custom methods to be added to IothubDataConnectionLister.

type IothubDataConnectionNamespaceLister

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

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

type IothubDataConnectionNamespaceListerExpansion

type IothubDataConnectionNamespaceListerExpansion interface{}

IothubDataConnectionNamespaceListerExpansion allows custom methods to be added to IothubDataConnectionNamespaceLister.

type ScriptLister added in v0.5.0

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

ScriptLister helps list Scripts. All objects returned here must be treated as read-only.

func NewScriptLister added in v0.5.0

func NewScriptLister(indexer cache.Indexer) ScriptLister

NewScriptLister returns a new ScriptLister.

type ScriptListerExpansion added in v0.5.0

type ScriptListerExpansion interface{}

ScriptListerExpansion allows custom methods to be added to ScriptLister.

type ScriptNamespaceLister added in v0.5.0

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

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

type ScriptNamespaceListerExpansion added in v0.5.0

type ScriptNamespaceListerExpansion interface{}

ScriptNamespaceListerExpansion allows custom methods to be added to ScriptNamespaceLister.

Jump to

Keyboard shortcuts

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