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 CompositeAlarmLister

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

CompositeAlarmLister helps list CompositeAlarms. All objects returned here must be treated as read-only.

func NewCompositeAlarmLister

func NewCompositeAlarmLister(indexer cache.Indexer) CompositeAlarmLister

NewCompositeAlarmLister returns a new CompositeAlarmLister.

type CompositeAlarmListerExpansion

type CompositeAlarmListerExpansion interface{}

CompositeAlarmListerExpansion allows custom methods to be added to CompositeAlarmLister.

type CompositeAlarmNamespaceLister

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

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

type CompositeAlarmNamespaceListerExpansion

type CompositeAlarmNamespaceListerExpansion interface{}

CompositeAlarmNamespaceListerExpansion allows custom methods to be added to CompositeAlarmNamespaceLister.

type DashboardLister

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

DashboardLister helps list Dashboards. All objects returned here must be treated as read-only.

func NewDashboardLister

func NewDashboardLister(indexer cache.Indexer) DashboardLister

NewDashboardLister returns a new DashboardLister.

type DashboardListerExpansion

type DashboardListerExpansion interface{}

DashboardListerExpansion allows custom methods to be added to DashboardLister.

type DashboardNamespaceLister

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

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

type DashboardNamespaceListerExpansion

type DashboardNamespaceListerExpansion interface{}

DashboardNamespaceListerExpansion allows custom methods to be added to DashboardNamespaceLister.

type EventAPIDestinationLister

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

EventAPIDestinationLister helps list EventAPIDestinations. All objects returned here must be treated as read-only.

func NewEventAPIDestinationLister

func NewEventAPIDestinationLister(indexer cache.Indexer) EventAPIDestinationLister

NewEventAPIDestinationLister returns a new EventAPIDestinationLister.

type EventAPIDestinationListerExpansion

type EventAPIDestinationListerExpansion interface{}

EventAPIDestinationListerExpansion allows custom methods to be added to EventAPIDestinationLister.

type EventAPIDestinationNamespaceLister

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

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

type EventAPIDestinationNamespaceListerExpansion

type EventAPIDestinationNamespaceListerExpansion interface{}

EventAPIDestinationNamespaceListerExpansion allows custom methods to be added to EventAPIDestinationNamespaceLister.

type EventArchiveLister

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

EventArchiveLister helps list EventArchives. All objects returned here must be treated as read-only.

func NewEventArchiveLister

func NewEventArchiveLister(indexer cache.Indexer) EventArchiveLister

NewEventArchiveLister returns a new EventArchiveLister.

type EventArchiveListerExpansion

type EventArchiveListerExpansion interface{}

EventArchiveListerExpansion allows custom methods to be added to EventArchiveLister.

type EventArchiveNamespaceLister

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

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

type EventArchiveNamespaceListerExpansion

type EventArchiveNamespaceListerExpansion interface{}

EventArchiveNamespaceListerExpansion allows custom methods to be added to EventArchiveNamespaceLister.

type EventBusLister

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

EventBusLister helps list EventBuses. All objects returned here must be treated as read-only.

func NewEventBusLister

func NewEventBusLister(indexer cache.Indexer) EventBusLister

NewEventBusLister returns a new EventBusLister.

type EventBusListerExpansion

type EventBusListerExpansion interface{}

EventBusListerExpansion allows custom methods to be added to EventBusLister.

type EventBusNamespaceLister

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

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

type EventBusNamespaceListerExpansion

type EventBusNamespaceListerExpansion interface{}

EventBusNamespaceListerExpansion allows custom methods to be added to EventBusNamespaceLister.

type EventBusPolicyLister

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

EventBusPolicyLister helps list EventBusPolicies. All objects returned here must be treated as read-only.

func NewEventBusPolicyLister

func NewEventBusPolicyLister(indexer cache.Indexer) EventBusPolicyLister

NewEventBusPolicyLister returns a new EventBusPolicyLister.

type EventBusPolicyListerExpansion

type EventBusPolicyListerExpansion interface{}

EventBusPolicyListerExpansion allows custom methods to be added to EventBusPolicyLister.

type EventBusPolicyNamespaceLister

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

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

type EventBusPolicyNamespaceListerExpansion

type EventBusPolicyNamespaceListerExpansion interface{}

EventBusPolicyNamespaceListerExpansion allows custom methods to be added to EventBusPolicyNamespaceLister.

type EventConnectionLister

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

EventConnectionLister helps list EventConnections. All objects returned here must be treated as read-only.

func NewEventConnectionLister

func NewEventConnectionLister(indexer cache.Indexer) EventConnectionLister

NewEventConnectionLister returns a new EventConnectionLister.

type EventConnectionListerExpansion

type EventConnectionListerExpansion interface{}

EventConnectionListerExpansion allows custom methods to be added to EventConnectionLister.

type EventConnectionNamespaceLister

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

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

type EventConnectionNamespaceListerExpansion

type EventConnectionNamespaceListerExpansion interface{}

EventConnectionNamespaceListerExpansion allows custom methods to be added to EventConnectionNamespaceLister.

type EventPermissionLister

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

EventPermissionLister helps list EventPermissions. All objects returned here must be treated as read-only.

func NewEventPermissionLister

func NewEventPermissionLister(indexer cache.Indexer) EventPermissionLister

NewEventPermissionLister returns a new EventPermissionLister.

type EventPermissionListerExpansion

type EventPermissionListerExpansion interface{}

EventPermissionListerExpansion allows custom methods to be added to EventPermissionLister.

type EventPermissionNamespaceLister

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

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

type EventPermissionNamespaceListerExpansion

type EventPermissionNamespaceListerExpansion interface{}

EventPermissionNamespaceListerExpansion allows custom methods to be added to EventPermissionNamespaceLister.

type EventRuleLister

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

EventRuleLister helps list EventRules. All objects returned here must be treated as read-only.

func NewEventRuleLister

func NewEventRuleLister(indexer cache.Indexer) EventRuleLister

NewEventRuleLister returns a new EventRuleLister.

type EventRuleListerExpansion

type EventRuleListerExpansion interface{}

EventRuleListerExpansion allows custom methods to be added to EventRuleLister.

type EventRuleNamespaceLister

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

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

type EventRuleNamespaceListerExpansion

type EventRuleNamespaceListerExpansion interface{}

EventRuleNamespaceListerExpansion allows custom methods to be added to EventRuleNamespaceLister.

type EventTargetLister

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

EventTargetLister helps list EventTargets. All objects returned here must be treated as read-only.

func NewEventTargetLister

func NewEventTargetLister(indexer cache.Indexer) EventTargetLister

NewEventTargetLister returns a new EventTargetLister.

type EventTargetListerExpansion

type EventTargetListerExpansion interface{}

EventTargetListerExpansion allows custom methods to be added to EventTargetLister.

type EventTargetNamespaceLister

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

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

type EventTargetNamespaceListerExpansion

type EventTargetNamespaceListerExpansion interface{}

EventTargetNamespaceListerExpansion allows custom methods to be added to EventTargetNamespaceLister.

type LogDestinationLister

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

LogDestinationLister helps list LogDestinations. All objects returned here must be treated as read-only.

func NewLogDestinationLister

func NewLogDestinationLister(indexer cache.Indexer) LogDestinationLister

NewLogDestinationLister returns a new LogDestinationLister.

type LogDestinationListerExpansion

type LogDestinationListerExpansion interface{}

LogDestinationListerExpansion allows custom methods to be added to LogDestinationLister.

type LogDestinationNamespaceLister

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

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

type LogDestinationNamespaceListerExpansion

type LogDestinationNamespaceListerExpansion interface{}

LogDestinationNamespaceListerExpansion allows custom methods to be added to LogDestinationNamespaceLister.

type LogDestinationPolicyLister

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

LogDestinationPolicyLister helps list LogDestinationPolicies. All objects returned here must be treated as read-only.

func NewLogDestinationPolicyLister

func NewLogDestinationPolicyLister(indexer cache.Indexer) LogDestinationPolicyLister

NewLogDestinationPolicyLister returns a new LogDestinationPolicyLister.

type LogDestinationPolicyListerExpansion

type LogDestinationPolicyListerExpansion interface{}

LogDestinationPolicyListerExpansion allows custom methods to be added to LogDestinationPolicyLister.

type LogDestinationPolicyNamespaceLister

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

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

type LogDestinationPolicyNamespaceListerExpansion

type LogDestinationPolicyNamespaceListerExpansion interface{}

LogDestinationPolicyNamespaceListerExpansion allows custom methods to be added to LogDestinationPolicyNamespaceLister.

type LogGroupLister

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

LogGroupLister helps list LogGroups. All objects returned here must be treated as read-only.

func NewLogGroupLister

func NewLogGroupLister(indexer cache.Indexer) LogGroupLister

NewLogGroupLister returns a new LogGroupLister.

type LogGroupListerExpansion

type LogGroupListerExpansion interface{}

LogGroupListerExpansion allows custom methods to be added to LogGroupLister.

type LogGroupNamespaceLister

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

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

type LogGroupNamespaceListerExpansion

type LogGroupNamespaceListerExpansion interface{}

LogGroupNamespaceListerExpansion allows custom methods to be added to LogGroupNamespaceLister.

type LogMetricFilterLister

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

LogMetricFilterLister helps list LogMetricFilters. All objects returned here must be treated as read-only.

func NewLogMetricFilterLister

func NewLogMetricFilterLister(indexer cache.Indexer) LogMetricFilterLister

NewLogMetricFilterLister returns a new LogMetricFilterLister.

type LogMetricFilterListerExpansion

type LogMetricFilterListerExpansion interface{}

LogMetricFilterListerExpansion allows custom methods to be added to LogMetricFilterLister.

type LogMetricFilterNamespaceLister

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

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

type LogMetricFilterNamespaceListerExpansion

type LogMetricFilterNamespaceListerExpansion interface{}

LogMetricFilterNamespaceListerExpansion allows custom methods to be added to LogMetricFilterNamespaceLister.

type LogResourcePolicyLister

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

LogResourcePolicyLister helps list LogResourcePolicies. All objects returned here must be treated as read-only.

func NewLogResourcePolicyLister

func NewLogResourcePolicyLister(indexer cache.Indexer) LogResourcePolicyLister

NewLogResourcePolicyLister returns a new LogResourcePolicyLister.

type LogResourcePolicyListerExpansion

type LogResourcePolicyListerExpansion interface{}

LogResourcePolicyListerExpansion allows custom methods to be added to LogResourcePolicyLister.

type LogResourcePolicyNamespaceLister

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

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

type LogResourcePolicyNamespaceListerExpansion

type LogResourcePolicyNamespaceListerExpansion interface{}

LogResourcePolicyNamespaceListerExpansion allows custom methods to be added to LogResourcePolicyNamespaceLister.

type LogStreamLister

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

LogStreamLister helps list LogStreams. All objects returned here must be treated as read-only.

func NewLogStreamLister

func NewLogStreamLister(indexer cache.Indexer) LogStreamLister

NewLogStreamLister returns a new LogStreamLister.

type LogStreamListerExpansion

type LogStreamListerExpansion interface{}

LogStreamListerExpansion allows custom methods to be added to LogStreamLister.

type LogStreamNamespaceLister

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

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

type LogStreamNamespaceListerExpansion

type LogStreamNamespaceListerExpansion interface{}

LogStreamNamespaceListerExpansion allows custom methods to be added to LogStreamNamespaceLister.

type LogSubscriptionFilterLister

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

LogSubscriptionFilterLister helps list LogSubscriptionFilters. All objects returned here must be treated as read-only.

func NewLogSubscriptionFilterLister

func NewLogSubscriptionFilterLister(indexer cache.Indexer) LogSubscriptionFilterLister

NewLogSubscriptionFilterLister returns a new LogSubscriptionFilterLister.

type LogSubscriptionFilterListerExpansion

type LogSubscriptionFilterListerExpansion interface{}

LogSubscriptionFilterListerExpansion allows custom methods to be added to LogSubscriptionFilterLister.

type LogSubscriptionFilterNamespaceLister

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

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

type LogSubscriptionFilterNamespaceListerExpansion

type LogSubscriptionFilterNamespaceListerExpansion interface{}

LogSubscriptionFilterNamespaceListerExpansion allows custom methods to be added to LogSubscriptionFilterNamespaceLister.

type MetricAlarmLister

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

MetricAlarmLister helps list MetricAlarms. All objects returned here must be treated as read-only.

func NewMetricAlarmLister

func NewMetricAlarmLister(indexer cache.Indexer) MetricAlarmLister

NewMetricAlarmLister returns a new MetricAlarmLister.

type MetricAlarmListerExpansion

type MetricAlarmListerExpansion interface{}

MetricAlarmListerExpansion allows custom methods to be added to MetricAlarmLister.

type MetricAlarmNamespaceLister

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

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

type MetricAlarmNamespaceListerExpansion

type MetricAlarmNamespaceListerExpansion interface{}

MetricAlarmNamespaceListerExpansion allows custom methods to be added to MetricAlarmNamespaceLister.

type MetricStreamLister

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

MetricStreamLister helps list MetricStreams. All objects returned here must be treated as read-only.

func NewMetricStreamLister

func NewMetricStreamLister(indexer cache.Indexer) MetricStreamLister

NewMetricStreamLister returns a new MetricStreamLister.

type MetricStreamListerExpansion

type MetricStreamListerExpansion interface{}

MetricStreamListerExpansion allows custom methods to be added to MetricStreamLister.

type MetricStreamNamespaceLister

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

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

type MetricStreamNamespaceListerExpansion

type MetricStreamNamespaceListerExpansion interface{}

MetricStreamNamespaceListerExpansion allows custom methods to be added to MetricStreamNamespaceLister.

type QueryDefinitionLister

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

QueryDefinitionLister helps list QueryDefinitions. All objects returned here must be treated as read-only.

func NewQueryDefinitionLister

func NewQueryDefinitionLister(indexer cache.Indexer) QueryDefinitionLister

NewQueryDefinitionLister returns a new QueryDefinitionLister.

type QueryDefinitionListerExpansion

type QueryDefinitionListerExpansion interface{}

QueryDefinitionListerExpansion allows custom methods to be added to QueryDefinitionLister.

type QueryDefinitionNamespaceLister

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

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

type QueryDefinitionNamespaceListerExpansion

type QueryDefinitionNamespaceListerExpansion interface{}

QueryDefinitionNamespaceListerExpansion allows custom methods to be added to QueryDefinitionNamespaceLister.

Jump to

Keyboard shortcuts

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