v1

package
v1.99.999 Latest Latest
Warning

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

Go to latest
Published: Jul 13, 2022 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type RadixAlertLister added in v1.16.0

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

RadixAlertLister helps list RadixAlerts. All objects returned here must be treated as read-only.

func NewRadixAlertLister added in v1.16.0

func NewRadixAlertLister(indexer cache.Indexer) RadixAlertLister

NewRadixAlertLister returns a new RadixAlertLister.

type RadixAlertListerExpansion added in v1.16.0

type RadixAlertListerExpansion interface{}

RadixAlertListerExpansion allows custom methods to be added to RadixAlertLister.

type RadixAlertNamespaceLister added in v1.16.0

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

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

type RadixAlertNamespaceListerExpansion added in v1.16.0

type RadixAlertNamespaceListerExpansion interface{}

RadixAlertNamespaceListerExpansion allows custom methods to be added to RadixAlertNamespaceLister.

type RadixApplicationLister

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

RadixApplicationLister helps list RadixApplications. All objects returned here must be treated as read-only.

func NewRadixApplicationLister

func NewRadixApplicationLister(indexer cache.Indexer) RadixApplicationLister

NewRadixApplicationLister returns a new RadixApplicationLister.

type RadixApplicationListerExpansion

type RadixApplicationListerExpansion interface{}

RadixApplicationListerExpansion allows custom methods to be added to RadixApplicationLister.

type RadixApplicationNamespaceLister

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

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

type RadixApplicationNamespaceListerExpansion

type RadixApplicationNamespaceListerExpansion interface{}

RadixApplicationNamespaceListerExpansion allows custom methods to be added to RadixApplicationNamespaceLister.

type RadixDeploymentLister

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

RadixDeploymentLister helps list RadixDeployments. All objects returned here must be treated as read-only.

func NewRadixDeploymentLister

func NewRadixDeploymentLister(indexer cache.Indexer) RadixDeploymentLister

NewRadixDeploymentLister returns a new RadixDeploymentLister.

type RadixDeploymentListerExpansion

type RadixDeploymentListerExpansion interface{}

RadixDeploymentListerExpansion allows custom methods to be added to RadixDeploymentLister.

type RadixDeploymentNamespaceLister

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

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

type RadixDeploymentNamespaceListerExpansion

type RadixDeploymentNamespaceListerExpansion interface{}

RadixDeploymentNamespaceListerExpansion allows custom methods to be added to RadixDeploymentNamespaceLister.

type RadixEnvironmentLister added in v1.5.1

type RadixEnvironmentLister interface {
	// List lists all RadixEnvironments in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1.RadixEnvironment, err error)
	// Get retrieves the RadixEnvironment from the index for a given name.
	// Objects returned here must be treated as read-only.
	Get(name string) (*v1.RadixEnvironment, error)
	RadixEnvironmentListerExpansion
}

RadixEnvironmentLister helps list RadixEnvironments. All objects returned here must be treated as read-only.

func NewRadixEnvironmentLister added in v1.5.1

func NewRadixEnvironmentLister(indexer cache.Indexer) RadixEnvironmentLister

NewRadixEnvironmentLister returns a new RadixEnvironmentLister.

type RadixEnvironmentListerExpansion added in v1.5.1

type RadixEnvironmentListerExpansion interface{}

RadixEnvironmentListerExpansion allows custom methods to be added to RadixEnvironmentLister.

type RadixJobLister

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

RadixJobLister helps list RadixJobs. All objects returned here must be treated as read-only.

func NewRadixJobLister

func NewRadixJobLister(indexer cache.Indexer) RadixJobLister

NewRadixJobLister returns a new RadixJobLister.

type RadixJobListerExpansion

type RadixJobListerExpansion interface{}

RadixJobListerExpansion allows custom methods to be added to RadixJobLister.

type RadixJobNamespaceLister

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

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

type RadixJobNamespaceListerExpansion

type RadixJobNamespaceListerExpansion interface{}

RadixJobNamespaceListerExpansion allows custom methods to be added to RadixJobNamespaceLister.

type RadixRegistrationLister

type RadixRegistrationLister interface {
	// List lists all RadixRegistrations in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1.RadixRegistration, err error)
	// Get retrieves the RadixRegistration from the index for a given name.
	// Objects returned here must be treated as read-only.
	Get(name string) (*v1.RadixRegistration, error)
	RadixRegistrationListerExpansion
}

RadixRegistrationLister helps list RadixRegistrations. All objects returned here must be treated as read-only.

func NewRadixRegistrationLister

func NewRadixRegistrationLister(indexer cache.Indexer) RadixRegistrationLister

NewRadixRegistrationLister returns a new RadixRegistrationLister.

type RadixRegistrationListerExpansion

type RadixRegistrationListerExpansion interface{}

RadixRegistrationListerExpansion allows custom methods to be added to RadixRegistrationLister.

Jump to

Keyboard shortcuts

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