Documentation
¶
Index ¶
- type AadDiagnosticSettingLister
- type AadDiagnosticSettingListerExpansion
- type AadDiagnosticSettingNamespaceLister
- type AadDiagnosticSettingNamespaceListerExpansion
- type ActionGroupLister
- type ActionGroupListerExpansion
- type ActionGroupNamespaceLister
- type ActionGroupNamespaceListerExpansion
- type ActionRuleActionGroupLister
- type ActionRuleActionGroupListerExpansion
- type ActionRuleActionGroupNamespaceLister
- type ActionRuleActionGroupNamespaceListerExpansion
- type ActionRuleSuppressionLister
- type ActionRuleSuppressionListerExpansion
- type ActionRuleSuppressionNamespaceLister
- type ActionRuleSuppressionNamespaceListerExpansion
- type ActivityLogAlertLister
- type ActivityLogAlertListerExpansion
- type ActivityLogAlertNamespaceLister
- type ActivityLogAlertNamespaceListerExpansion
- type AutoscaleSettingLister
- type AutoscaleSettingListerExpansion
- type AutoscaleSettingNamespaceLister
- type AutoscaleSettingNamespaceListerExpansion
- type DiagnosticSettingLister
- type DiagnosticSettingListerExpansion
- type DiagnosticSettingNamespaceLister
- type DiagnosticSettingNamespaceListerExpansion
- type LogProfileLister
- type LogProfileListerExpansion
- type LogProfileNamespaceLister
- type LogProfileNamespaceListerExpansion
- type MetricAlertLister
- type MetricAlertListerExpansion
- type MetricAlertNamespaceLister
- type MetricAlertNamespaceListerExpansion
- type ScheduledQueryRulesAlertLister
- type ScheduledQueryRulesAlertListerExpansion
- type ScheduledQueryRulesAlertNamespaceLister
- type ScheduledQueryRulesAlertNamespaceListerExpansion
- type ScheduledQueryRulesLogLister
- type ScheduledQueryRulesLogListerExpansion
- type ScheduledQueryRulesLogNamespaceLister
- type ScheduledQueryRulesLogNamespaceListerExpansion
- type SmartDetectorAlertRuleLister
- type SmartDetectorAlertRuleListerExpansion
- type SmartDetectorAlertRuleNamespaceLister
- type SmartDetectorAlertRuleNamespaceListerExpansion
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AadDiagnosticSettingLister ¶
type AadDiagnosticSettingLister interface { // List lists all AadDiagnosticSettings in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.AadDiagnosticSetting, err error) // AadDiagnosticSettings returns an object that can list and get AadDiagnosticSettings. AadDiagnosticSettings(namespace string) AadDiagnosticSettingNamespaceLister AadDiagnosticSettingListerExpansion }
AadDiagnosticSettingLister helps list AadDiagnosticSettings. All objects returned here must be treated as read-only.
func NewAadDiagnosticSettingLister ¶
func NewAadDiagnosticSettingLister(indexer cache.Indexer) AadDiagnosticSettingLister
NewAadDiagnosticSettingLister returns a new AadDiagnosticSettingLister.
type AadDiagnosticSettingListerExpansion ¶
type AadDiagnosticSettingListerExpansion interface{}
AadDiagnosticSettingListerExpansion allows custom methods to be added to AadDiagnosticSettingLister.
type AadDiagnosticSettingNamespaceLister ¶
type AadDiagnosticSettingNamespaceLister interface { // List lists all AadDiagnosticSettings in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.AadDiagnosticSetting, err error) // Get retrieves the AadDiagnosticSetting from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.AadDiagnosticSetting, error) AadDiagnosticSettingNamespaceListerExpansion }
AadDiagnosticSettingNamespaceLister helps list and get AadDiagnosticSettings. All objects returned here must be treated as read-only.
type AadDiagnosticSettingNamespaceListerExpansion ¶
type AadDiagnosticSettingNamespaceListerExpansion interface{}
AadDiagnosticSettingNamespaceListerExpansion allows custom methods to be added to AadDiagnosticSettingNamespaceLister.
type ActionGroupLister ¶
type ActionGroupLister interface { // List lists all ActionGroups in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.ActionGroup, err error) // ActionGroups returns an object that can list and get ActionGroups. ActionGroups(namespace string) ActionGroupNamespaceLister ActionGroupListerExpansion }
ActionGroupLister helps list ActionGroups. All objects returned here must be treated as read-only.
func NewActionGroupLister ¶
func NewActionGroupLister(indexer cache.Indexer) ActionGroupLister
NewActionGroupLister returns a new ActionGroupLister.
type ActionGroupListerExpansion ¶
type ActionGroupListerExpansion interface{}
ActionGroupListerExpansion allows custom methods to be added to ActionGroupLister.
type ActionGroupNamespaceLister ¶
type ActionGroupNamespaceLister interface { // List lists all ActionGroups in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.ActionGroup, err error) // Get retrieves the ActionGroup from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.ActionGroup, error) ActionGroupNamespaceListerExpansion }
ActionGroupNamespaceLister helps list and get ActionGroups. All objects returned here must be treated as read-only.
type ActionGroupNamespaceListerExpansion ¶
type ActionGroupNamespaceListerExpansion interface{}
ActionGroupNamespaceListerExpansion allows custom methods to be added to ActionGroupNamespaceLister.
type ActionRuleActionGroupLister ¶
type ActionRuleActionGroupLister interface { // List lists all ActionRuleActionGroups in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.ActionRuleActionGroup, err error) // ActionRuleActionGroups returns an object that can list and get ActionRuleActionGroups. ActionRuleActionGroups(namespace string) ActionRuleActionGroupNamespaceLister ActionRuleActionGroupListerExpansion }
ActionRuleActionGroupLister helps list ActionRuleActionGroups. All objects returned here must be treated as read-only.
func NewActionRuleActionGroupLister ¶
func NewActionRuleActionGroupLister(indexer cache.Indexer) ActionRuleActionGroupLister
NewActionRuleActionGroupLister returns a new ActionRuleActionGroupLister.
type ActionRuleActionGroupListerExpansion ¶
type ActionRuleActionGroupListerExpansion interface{}
ActionRuleActionGroupListerExpansion allows custom methods to be added to ActionRuleActionGroupLister.
type ActionRuleActionGroupNamespaceLister ¶
type ActionRuleActionGroupNamespaceLister interface { // List lists all ActionRuleActionGroups in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.ActionRuleActionGroup, err error) // Get retrieves the ActionRuleActionGroup from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.ActionRuleActionGroup, error) ActionRuleActionGroupNamespaceListerExpansion }
ActionRuleActionGroupNamespaceLister helps list and get ActionRuleActionGroups. All objects returned here must be treated as read-only.
type ActionRuleActionGroupNamespaceListerExpansion ¶
type ActionRuleActionGroupNamespaceListerExpansion interface{}
ActionRuleActionGroupNamespaceListerExpansion allows custom methods to be added to ActionRuleActionGroupNamespaceLister.
type ActionRuleSuppressionLister ¶
type ActionRuleSuppressionLister interface { // List lists all ActionRuleSuppressions in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.ActionRuleSuppression, err error) // ActionRuleSuppressions returns an object that can list and get ActionRuleSuppressions. ActionRuleSuppressions(namespace string) ActionRuleSuppressionNamespaceLister ActionRuleSuppressionListerExpansion }
ActionRuleSuppressionLister helps list ActionRuleSuppressions. All objects returned here must be treated as read-only.
func NewActionRuleSuppressionLister ¶
func NewActionRuleSuppressionLister(indexer cache.Indexer) ActionRuleSuppressionLister
NewActionRuleSuppressionLister returns a new ActionRuleSuppressionLister.
type ActionRuleSuppressionListerExpansion ¶
type ActionRuleSuppressionListerExpansion interface{}
ActionRuleSuppressionListerExpansion allows custom methods to be added to ActionRuleSuppressionLister.
type ActionRuleSuppressionNamespaceLister ¶
type ActionRuleSuppressionNamespaceLister interface { // List lists all ActionRuleSuppressions in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.ActionRuleSuppression, err error) // Get retrieves the ActionRuleSuppression from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.ActionRuleSuppression, error) ActionRuleSuppressionNamespaceListerExpansion }
ActionRuleSuppressionNamespaceLister helps list and get ActionRuleSuppressions. All objects returned here must be treated as read-only.
type ActionRuleSuppressionNamespaceListerExpansion ¶
type ActionRuleSuppressionNamespaceListerExpansion interface{}
ActionRuleSuppressionNamespaceListerExpansion allows custom methods to be added to ActionRuleSuppressionNamespaceLister.
type ActivityLogAlertLister ¶
type ActivityLogAlertLister interface { // List lists all ActivityLogAlerts in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.ActivityLogAlert, err error) // ActivityLogAlerts returns an object that can list and get ActivityLogAlerts. ActivityLogAlerts(namespace string) ActivityLogAlertNamespaceLister ActivityLogAlertListerExpansion }
ActivityLogAlertLister helps list ActivityLogAlerts. All objects returned here must be treated as read-only.
func NewActivityLogAlertLister ¶
func NewActivityLogAlertLister(indexer cache.Indexer) ActivityLogAlertLister
NewActivityLogAlertLister returns a new ActivityLogAlertLister.
type ActivityLogAlertListerExpansion ¶
type ActivityLogAlertListerExpansion interface{}
ActivityLogAlertListerExpansion allows custom methods to be added to ActivityLogAlertLister.
type ActivityLogAlertNamespaceLister ¶
type ActivityLogAlertNamespaceLister interface { // List lists all ActivityLogAlerts in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.ActivityLogAlert, err error) // Get retrieves the ActivityLogAlert from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.ActivityLogAlert, error) ActivityLogAlertNamespaceListerExpansion }
ActivityLogAlertNamespaceLister helps list and get ActivityLogAlerts. All objects returned here must be treated as read-only.
type ActivityLogAlertNamespaceListerExpansion ¶
type ActivityLogAlertNamespaceListerExpansion interface{}
ActivityLogAlertNamespaceListerExpansion allows custom methods to be added to ActivityLogAlertNamespaceLister.
type AutoscaleSettingLister ¶
type AutoscaleSettingLister interface { // List lists all AutoscaleSettings in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.AutoscaleSetting, err error) // AutoscaleSettings returns an object that can list and get AutoscaleSettings. AutoscaleSettings(namespace string) AutoscaleSettingNamespaceLister AutoscaleSettingListerExpansion }
AutoscaleSettingLister helps list AutoscaleSettings. All objects returned here must be treated as read-only.
func NewAutoscaleSettingLister ¶
func NewAutoscaleSettingLister(indexer cache.Indexer) AutoscaleSettingLister
NewAutoscaleSettingLister returns a new AutoscaleSettingLister.
type AutoscaleSettingListerExpansion ¶
type AutoscaleSettingListerExpansion interface{}
AutoscaleSettingListerExpansion allows custom methods to be added to AutoscaleSettingLister.
type AutoscaleSettingNamespaceLister ¶
type AutoscaleSettingNamespaceLister interface { // List lists all AutoscaleSettings in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.AutoscaleSetting, err error) // Get retrieves the AutoscaleSetting from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.AutoscaleSetting, error) AutoscaleSettingNamespaceListerExpansion }
AutoscaleSettingNamespaceLister helps list and get AutoscaleSettings. All objects returned here must be treated as read-only.
type AutoscaleSettingNamespaceListerExpansion ¶
type AutoscaleSettingNamespaceListerExpansion interface{}
AutoscaleSettingNamespaceListerExpansion allows custom methods to be added to AutoscaleSettingNamespaceLister.
type DiagnosticSettingLister ¶
type DiagnosticSettingLister interface { // List lists all DiagnosticSettings in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.DiagnosticSetting, err error) // DiagnosticSettings returns an object that can list and get DiagnosticSettings. DiagnosticSettings(namespace string) DiagnosticSettingNamespaceLister DiagnosticSettingListerExpansion }
DiagnosticSettingLister helps list DiagnosticSettings. All objects returned here must be treated as read-only.
func NewDiagnosticSettingLister ¶
func NewDiagnosticSettingLister(indexer cache.Indexer) DiagnosticSettingLister
NewDiagnosticSettingLister returns a new DiagnosticSettingLister.
type DiagnosticSettingListerExpansion ¶
type DiagnosticSettingListerExpansion interface{}
DiagnosticSettingListerExpansion allows custom methods to be added to DiagnosticSettingLister.
type DiagnosticSettingNamespaceLister ¶
type DiagnosticSettingNamespaceLister interface { // List lists all DiagnosticSettings in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.DiagnosticSetting, err error) // Get retrieves the DiagnosticSetting from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.DiagnosticSetting, error) DiagnosticSettingNamespaceListerExpansion }
DiagnosticSettingNamespaceLister helps list and get DiagnosticSettings. All objects returned here must be treated as read-only.
type DiagnosticSettingNamespaceListerExpansion ¶
type DiagnosticSettingNamespaceListerExpansion interface{}
DiagnosticSettingNamespaceListerExpansion allows custom methods to be added to DiagnosticSettingNamespaceLister.
type LogProfileLister ¶
type LogProfileLister interface { // List lists all LogProfiles in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.LogProfile, err error) // LogProfiles returns an object that can list and get LogProfiles. LogProfiles(namespace string) LogProfileNamespaceLister LogProfileListerExpansion }
LogProfileLister helps list LogProfiles. All objects returned here must be treated as read-only.
func NewLogProfileLister ¶
func NewLogProfileLister(indexer cache.Indexer) LogProfileLister
NewLogProfileLister returns a new LogProfileLister.
type LogProfileListerExpansion ¶
type LogProfileListerExpansion interface{}
LogProfileListerExpansion allows custom methods to be added to LogProfileLister.
type LogProfileNamespaceLister ¶
type LogProfileNamespaceLister interface { // List lists all LogProfiles in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.LogProfile, err error) // Get retrieves the LogProfile from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.LogProfile, error) LogProfileNamespaceListerExpansion }
LogProfileNamespaceLister helps list and get LogProfiles. All objects returned here must be treated as read-only.
type LogProfileNamespaceListerExpansion ¶
type LogProfileNamespaceListerExpansion interface{}
LogProfileNamespaceListerExpansion allows custom methods to be added to LogProfileNamespaceLister.
type MetricAlertLister ¶
type MetricAlertLister interface { // List lists all MetricAlerts in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.MetricAlert, err error) // MetricAlerts returns an object that can list and get MetricAlerts. MetricAlerts(namespace string) MetricAlertNamespaceLister MetricAlertListerExpansion }
MetricAlertLister helps list MetricAlerts. All objects returned here must be treated as read-only.
func NewMetricAlertLister ¶
func NewMetricAlertLister(indexer cache.Indexer) MetricAlertLister
NewMetricAlertLister returns a new MetricAlertLister.
type MetricAlertListerExpansion ¶
type MetricAlertListerExpansion interface{}
MetricAlertListerExpansion allows custom methods to be added to MetricAlertLister.
type MetricAlertNamespaceLister ¶
type MetricAlertNamespaceLister interface { // List lists all MetricAlerts in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.MetricAlert, err error) // Get retrieves the MetricAlert from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.MetricAlert, error) MetricAlertNamespaceListerExpansion }
MetricAlertNamespaceLister helps list and get MetricAlerts. All objects returned here must be treated as read-only.
type MetricAlertNamespaceListerExpansion ¶
type MetricAlertNamespaceListerExpansion interface{}
MetricAlertNamespaceListerExpansion allows custom methods to be added to MetricAlertNamespaceLister.
type ScheduledQueryRulesAlertLister ¶
type ScheduledQueryRulesAlertLister interface { // List lists all ScheduledQueryRulesAlerts in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.ScheduledQueryRulesAlert, err error) // ScheduledQueryRulesAlerts returns an object that can list and get ScheduledQueryRulesAlerts. ScheduledQueryRulesAlerts(namespace string) ScheduledQueryRulesAlertNamespaceLister ScheduledQueryRulesAlertListerExpansion }
ScheduledQueryRulesAlertLister helps list ScheduledQueryRulesAlerts. All objects returned here must be treated as read-only.
func NewScheduledQueryRulesAlertLister ¶
func NewScheduledQueryRulesAlertLister(indexer cache.Indexer) ScheduledQueryRulesAlertLister
NewScheduledQueryRulesAlertLister returns a new ScheduledQueryRulesAlertLister.
type ScheduledQueryRulesAlertListerExpansion ¶
type ScheduledQueryRulesAlertListerExpansion interface{}
ScheduledQueryRulesAlertListerExpansion allows custom methods to be added to ScheduledQueryRulesAlertLister.
type ScheduledQueryRulesAlertNamespaceLister ¶
type ScheduledQueryRulesAlertNamespaceLister interface { // List lists all ScheduledQueryRulesAlerts in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.ScheduledQueryRulesAlert, err error) // Get retrieves the ScheduledQueryRulesAlert from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.ScheduledQueryRulesAlert, error) ScheduledQueryRulesAlertNamespaceListerExpansion }
ScheduledQueryRulesAlertNamespaceLister helps list and get ScheduledQueryRulesAlerts. All objects returned here must be treated as read-only.
type ScheduledQueryRulesAlertNamespaceListerExpansion ¶
type ScheduledQueryRulesAlertNamespaceListerExpansion interface{}
ScheduledQueryRulesAlertNamespaceListerExpansion allows custom methods to be added to ScheduledQueryRulesAlertNamespaceLister.
type ScheduledQueryRulesLogLister ¶
type ScheduledQueryRulesLogLister interface { // List lists all ScheduledQueryRulesLogs in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.ScheduledQueryRulesLog, err error) // ScheduledQueryRulesLogs returns an object that can list and get ScheduledQueryRulesLogs. ScheduledQueryRulesLogs(namespace string) ScheduledQueryRulesLogNamespaceLister ScheduledQueryRulesLogListerExpansion }
ScheduledQueryRulesLogLister helps list ScheduledQueryRulesLogs. All objects returned here must be treated as read-only.
func NewScheduledQueryRulesLogLister ¶
func NewScheduledQueryRulesLogLister(indexer cache.Indexer) ScheduledQueryRulesLogLister
NewScheduledQueryRulesLogLister returns a new ScheduledQueryRulesLogLister.
type ScheduledQueryRulesLogListerExpansion ¶
type ScheduledQueryRulesLogListerExpansion interface{}
ScheduledQueryRulesLogListerExpansion allows custom methods to be added to ScheduledQueryRulesLogLister.
type ScheduledQueryRulesLogNamespaceLister ¶
type ScheduledQueryRulesLogNamespaceLister interface { // List lists all ScheduledQueryRulesLogs in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.ScheduledQueryRulesLog, err error) // Get retrieves the ScheduledQueryRulesLog from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.ScheduledQueryRulesLog, error) ScheduledQueryRulesLogNamespaceListerExpansion }
ScheduledQueryRulesLogNamespaceLister helps list and get ScheduledQueryRulesLogs. All objects returned here must be treated as read-only.
type ScheduledQueryRulesLogNamespaceListerExpansion ¶
type ScheduledQueryRulesLogNamespaceListerExpansion interface{}
ScheduledQueryRulesLogNamespaceListerExpansion allows custom methods to be added to ScheduledQueryRulesLogNamespaceLister.
type SmartDetectorAlertRuleLister ¶
type SmartDetectorAlertRuleLister interface { // List lists all SmartDetectorAlertRules in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.SmartDetectorAlertRule, err error) // SmartDetectorAlertRules returns an object that can list and get SmartDetectorAlertRules. SmartDetectorAlertRules(namespace string) SmartDetectorAlertRuleNamespaceLister SmartDetectorAlertRuleListerExpansion }
SmartDetectorAlertRuleLister helps list SmartDetectorAlertRules. All objects returned here must be treated as read-only.
func NewSmartDetectorAlertRuleLister ¶
func NewSmartDetectorAlertRuleLister(indexer cache.Indexer) SmartDetectorAlertRuleLister
NewSmartDetectorAlertRuleLister returns a new SmartDetectorAlertRuleLister.
type SmartDetectorAlertRuleListerExpansion ¶
type SmartDetectorAlertRuleListerExpansion interface{}
SmartDetectorAlertRuleListerExpansion allows custom methods to be added to SmartDetectorAlertRuleLister.
type SmartDetectorAlertRuleNamespaceLister ¶
type SmartDetectorAlertRuleNamespaceLister interface { // List lists all SmartDetectorAlertRules in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.SmartDetectorAlertRule, err error) // Get retrieves the SmartDetectorAlertRule from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.SmartDetectorAlertRule, error) SmartDetectorAlertRuleNamespaceListerExpansion }
SmartDetectorAlertRuleNamespaceLister helps list and get SmartDetectorAlertRules. All objects returned here must be treated as read-only.
type SmartDetectorAlertRuleNamespaceListerExpansion ¶
type SmartDetectorAlertRuleNamespaceListerExpansion interface{}
SmartDetectorAlertRuleNamespaceListerExpansion allows custom methods to be added to SmartDetectorAlertRuleNamespaceLister.