Documentation ¶
Index ¶
- type AnomaliesLister
- type AnomaliesListerExpansion
- type AnomaliesNamespaceLister
- type AnomaliesNamespaceListerExpansion
- type DataPrivacyLister
- type DataPrivacyListerExpansion
- type DataPrivacyNamespaceLister
- type DataPrivacyNamespaceListerExpansion
- type ErrorRulesLister
- type ErrorRulesListerExpansion
- type ErrorRulesNamespaceLister
- type ErrorRulesNamespaceListerExpansion
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AnomaliesLister ¶
type AnomaliesLister interface { // List lists all Anomalieses in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.Anomalies, err error) // Anomalieses returns an object that can list and get Anomalieses. Anomalieses(namespace string) AnomaliesNamespaceLister AnomaliesListerExpansion }
AnomaliesLister helps list Anomalieses. All objects returned here must be treated as read-only.
func NewAnomaliesLister ¶
func NewAnomaliesLister(indexer cache.Indexer) AnomaliesLister
NewAnomaliesLister returns a new AnomaliesLister.
type AnomaliesListerExpansion ¶
type AnomaliesListerExpansion interface{}
AnomaliesListerExpansion allows custom methods to be added to AnomaliesLister.
type AnomaliesNamespaceLister ¶
type AnomaliesNamespaceLister interface { // List lists all Anomalieses in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.Anomalies, err error) // Get retrieves the Anomalies from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.Anomalies, error) AnomaliesNamespaceListerExpansion }
AnomaliesNamespaceLister helps list and get Anomalieses. All objects returned here must be treated as read-only.
type AnomaliesNamespaceListerExpansion ¶
type AnomaliesNamespaceListerExpansion interface{}
AnomaliesNamespaceListerExpansion allows custom methods to be added to AnomaliesNamespaceLister.
type DataPrivacyLister ¶ added in v0.5.0
type DataPrivacyLister interface { // List lists all DataPrivacies in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.DataPrivacy, err error) // DataPrivacies returns an object that can list and get DataPrivacies. DataPrivacies(namespace string) DataPrivacyNamespaceLister DataPrivacyListerExpansion }
DataPrivacyLister helps list DataPrivacies. All objects returned here must be treated as read-only.
func NewDataPrivacyLister ¶ added in v0.5.0
func NewDataPrivacyLister(indexer cache.Indexer) DataPrivacyLister
NewDataPrivacyLister returns a new DataPrivacyLister.
type DataPrivacyListerExpansion ¶ added in v0.5.0
type DataPrivacyListerExpansion interface{}
DataPrivacyListerExpansion allows custom methods to be added to DataPrivacyLister.
type DataPrivacyNamespaceLister ¶ added in v0.5.0
type DataPrivacyNamespaceLister interface { // List lists all DataPrivacies in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.DataPrivacy, err error) // Get retrieves the DataPrivacy from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.DataPrivacy, error) DataPrivacyNamespaceListerExpansion }
DataPrivacyNamespaceLister helps list and get DataPrivacies. All objects returned here must be treated as read-only.
type DataPrivacyNamespaceListerExpansion ¶ added in v0.5.0
type DataPrivacyNamespaceListerExpansion interface{}
DataPrivacyNamespaceListerExpansion allows custom methods to be added to DataPrivacyNamespaceLister.
type ErrorRulesLister ¶ added in v0.5.0
type ErrorRulesLister interface { // List lists all ErrorRuleses in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.ErrorRules, err error) // ErrorRuleses returns an object that can list and get ErrorRuleses. ErrorRuleses(namespace string) ErrorRulesNamespaceLister ErrorRulesListerExpansion }
ErrorRulesLister helps list ErrorRuleses. All objects returned here must be treated as read-only.
func NewErrorRulesLister ¶ added in v0.5.0
func NewErrorRulesLister(indexer cache.Indexer) ErrorRulesLister
NewErrorRulesLister returns a new ErrorRulesLister.
type ErrorRulesListerExpansion ¶ added in v0.5.0
type ErrorRulesListerExpansion interface{}
ErrorRulesListerExpansion allows custom methods to be added to ErrorRulesLister.
type ErrorRulesNamespaceLister ¶ added in v0.5.0
type ErrorRulesNamespaceLister interface { // List lists all ErrorRuleses in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.ErrorRules, err error) // Get retrieves the ErrorRules from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.ErrorRules, error) ErrorRulesNamespaceListerExpansion }
ErrorRulesNamespaceLister helps list and get ErrorRuleses. All objects returned here must be treated as read-only.
type ErrorRulesNamespaceListerExpansion ¶ added in v0.5.0
type ErrorRulesNamespaceListerExpansion interface{}
ErrorRulesNamespaceListerExpansion allows custom methods to be added to ErrorRulesNamespaceLister.