Documentation ¶
Index ¶
- type AggregateCompliancePackLister
- type AggregateCompliancePackListerExpansion
- type AggregateCompliancePackNamespaceLister
- type AggregateCompliancePackNamespaceListerExpansion
- type AggregateConfigRuleLister
- type AggregateConfigRuleListerExpansion
- type AggregateConfigRuleNamespaceLister
- type AggregateConfigRuleNamespaceListerExpansion
- type AggregatorLister
- type AggregatorListerExpansion
- type AggregatorNamespaceLister
- type AggregatorNamespaceListerExpansion
- type CompliancePackLister
- type CompliancePackListerExpansion
- type CompliancePackNamespaceLister
- type CompliancePackNamespaceListerExpansion
- type ConfigurationRecorderLister
- type ConfigurationRecorderListerExpansion
- type ConfigurationRecorderNamespaceLister
- type ConfigurationRecorderNamespaceListerExpansion
- type DeliveryChannelLister
- type DeliveryChannelListerExpansion
- type DeliveryChannelNamespaceLister
- type DeliveryChannelNamespaceListerExpansion
- type RuleLister
- type RuleListerExpansion
- type RuleNamespaceLister
- type RuleNamespaceListerExpansion
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AggregateCompliancePackLister ¶
type AggregateCompliancePackLister interface { // List lists all AggregateCompliancePacks in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.AggregateCompliancePack, err error) // AggregateCompliancePacks returns an object that can list and get AggregateCompliancePacks. AggregateCompliancePacks(namespace string) AggregateCompliancePackNamespaceLister AggregateCompliancePackListerExpansion }
AggregateCompliancePackLister helps list AggregateCompliancePacks. All objects returned here must be treated as read-only.
func NewAggregateCompliancePackLister ¶
func NewAggregateCompliancePackLister(indexer cache.Indexer) AggregateCompliancePackLister
NewAggregateCompliancePackLister returns a new AggregateCompliancePackLister.
type AggregateCompliancePackListerExpansion ¶
type AggregateCompliancePackListerExpansion interface{}
AggregateCompliancePackListerExpansion allows custom methods to be added to AggregateCompliancePackLister.
type AggregateCompliancePackNamespaceLister ¶
type AggregateCompliancePackNamespaceLister interface { // List lists all AggregateCompliancePacks in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.AggregateCompliancePack, err error) // Get retrieves the AggregateCompliancePack from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.AggregateCompliancePack, error) AggregateCompliancePackNamespaceListerExpansion }
AggregateCompliancePackNamespaceLister helps list and get AggregateCompliancePacks. All objects returned here must be treated as read-only.
type AggregateCompliancePackNamespaceListerExpansion ¶
type AggregateCompliancePackNamespaceListerExpansion interface{}
AggregateCompliancePackNamespaceListerExpansion allows custom methods to be added to AggregateCompliancePackNamespaceLister.
type AggregateConfigRuleLister ¶
type AggregateConfigRuleLister interface { // List lists all AggregateConfigRules in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.AggregateConfigRule, err error) // AggregateConfigRules returns an object that can list and get AggregateConfigRules. AggregateConfigRules(namespace string) AggregateConfigRuleNamespaceLister AggregateConfigRuleListerExpansion }
AggregateConfigRuleLister helps list AggregateConfigRules. All objects returned here must be treated as read-only.
func NewAggregateConfigRuleLister ¶
func NewAggregateConfigRuleLister(indexer cache.Indexer) AggregateConfigRuleLister
NewAggregateConfigRuleLister returns a new AggregateConfigRuleLister.
type AggregateConfigRuleListerExpansion ¶
type AggregateConfigRuleListerExpansion interface{}
AggregateConfigRuleListerExpansion allows custom methods to be added to AggregateConfigRuleLister.
type AggregateConfigRuleNamespaceLister ¶
type AggregateConfigRuleNamespaceLister interface { // List lists all AggregateConfigRules in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.AggregateConfigRule, err error) // Get retrieves the AggregateConfigRule from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.AggregateConfigRule, error) AggregateConfigRuleNamespaceListerExpansion }
AggregateConfigRuleNamespaceLister helps list and get AggregateConfigRules. All objects returned here must be treated as read-only.
type AggregateConfigRuleNamespaceListerExpansion ¶
type AggregateConfigRuleNamespaceListerExpansion interface{}
AggregateConfigRuleNamespaceListerExpansion allows custom methods to be added to AggregateConfigRuleNamespaceLister.
type AggregatorLister ¶
type AggregatorLister interface { // List lists all Aggregators in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.Aggregator, err error) // Aggregators returns an object that can list and get Aggregators. Aggregators(namespace string) AggregatorNamespaceLister AggregatorListerExpansion }
AggregatorLister helps list Aggregators. All objects returned here must be treated as read-only.
func NewAggregatorLister ¶
func NewAggregatorLister(indexer cache.Indexer) AggregatorLister
NewAggregatorLister returns a new AggregatorLister.
type AggregatorListerExpansion ¶
type AggregatorListerExpansion interface{}
AggregatorListerExpansion allows custom methods to be added to AggregatorLister.
type AggregatorNamespaceLister ¶
type AggregatorNamespaceLister interface { // List lists all Aggregators in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.Aggregator, err error) // Get retrieves the Aggregator from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.Aggregator, error) AggregatorNamespaceListerExpansion }
AggregatorNamespaceLister helps list and get Aggregators. All objects returned here must be treated as read-only.
type AggregatorNamespaceListerExpansion ¶
type AggregatorNamespaceListerExpansion interface{}
AggregatorNamespaceListerExpansion allows custom methods to be added to AggregatorNamespaceLister.
type CompliancePackLister ¶
type CompliancePackLister interface { // List lists all CompliancePacks in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.CompliancePack, err error) // CompliancePacks returns an object that can list and get CompliancePacks. CompliancePacks(namespace string) CompliancePackNamespaceLister CompliancePackListerExpansion }
CompliancePackLister helps list CompliancePacks. All objects returned here must be treated as read-only.
func NewCompliancePackLister ¶
func NewCompliancePackLister(indexer cache.Indexer) CompliancePackLister
NewCompliancePackLister returns a new CompliancePackLister.
type CompliancePackListerExpansion ¶
type CompliancePackListerExpansion interface{}
CompliancePackListerExpansion allows custom methods to be added to CompliancePackLister.
type CompliancePackNamespaceLister ¶
type CompliancePackNamespaceLister interface { // List lists all CompliancePacks in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.CompliancePack, err error) // Get retrieves the CompliancePack from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.CompliancePack, error) CompliancePackNamespaceListerExpansion }
CompliancePackNamespaceLister helps list and get CompliancePacks. All objects returned here must be treated as read-only.
type CompliancePackNamespaceListerExpansion ¶
type CompliancePackNamespaceListerExpansion interface{}
CompliancePackNamespaceListerExpansion allows custom methods to be added to CompliancePackNamespaceLister.
type ConfigurationRecorderLister ¶
type ConfigurationRecorderLister interface { // List lists all ConfigurationRecorders in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.ConfigurationRecorder, err error) // ConfigurationRecorders returns an object that can list and get ConfigurationRecorders. ConfigurationRecorders(namespace string) ConfigurationRecorderNamespaceLister ConfigurationRecorderListerExpansion }
ConfigurationRecorderLister helps list ConfigurationRecorders. All objects returned here must be treated as read-only.
func NewConfigurationRecorderLister ¶
func NewConfigurationRecorderLister(indexer cache.Indexer) ConfigurationRecorderLister
NewConfigurationRecorderLister returns a new ConfigurationRecorderLister.
type ConfigurationRecorderListerExpansion ¶
type ConfigurationRecorderListerExpansion interface{}
ConfigurationRecorderListerExpansion allows custom methods to be added to ConfigurationRecorderLister.
type ConfigurationRecorderNamespaceLister ¶
type ConfigurationRecorderNamespaceLister interface { // List lists all ConfigurationRecorders in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.ConfigurationRecorder, err error) // Get retrieves the ConfigurationRecorder from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.ConfigurationRecorder, error) ConfigurationRecorderNamespaceListerExpansion }
ConfigurationRecorderNamespaceLister helps list and get ConfigurationRecorders. All objects returned here must be treated as read-only.
type ConfigurationRecorderNamespaceListerExpansion ¶
type ConfigurationRecorderNamespaceListerExpansion interface{}
ConfigurationRecorderNamespaceListerExpansion allows custom methods to be added to ConfigurationRecorderNamespaceLister.
type DeliveryChannelLister ¶
type DeliveryChannelLister interface { // List lists all DeliveryChannels in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.DeliveryChannel, err error) // DeliveryChannels returns an object that can list and get DeliveryChannels. DeliveryChannels(namespace string) DeliveryChannelNamespaceLister DeliveryChannelListerExpansion }
DeliveryChannelLister helps list DeliveryChannels. All objects returned here must be treated as read-only.
func NewDeliveryChannelLister ¶
func NewDeliveryChannelLister(indexer cache.Indexer) DeliveryChannelLister
NewDeliveryChannelLister returns a new DeliveryChannelLister.
type DeliveryChannelListerExpansion ¶
type DeliveryChannelListerExpansion interface{}
DeliveryChannelListerExpansion allows custom methods to be added to DeliveryChannelLister.
type DeliveryChannelNamespaceLister ¶
type DeliveryChannelNamespaceLister interface { // List lists all DeliveryChannels in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.DeliveryChannel, err error) // Get retrieves the DeliveryChannel from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.DeliveryChannel, error) DeliveryChannelNamespaceListerExpansion }
DeliveryChannelNamespaceLister helps list and get DeliveryChannels. All objects returned here must be treated as read-only.
type DeliveryChannelNamespaceListerExpansion ¶
type DeliveryChannelNamespaceListerExpansion interface{}
DeliveryChannelNamespaceListerExpansion allows custom methods to be added to DeliveryChannelNamespaceLister.
type RuleLister ¶
type RuleLister interface { // List lists all Rules in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.Rule, err error) // Rules returns an object that can list and get Rules. Rules(namespace string) RuleNamespaceLister RuleListerExpansion }
RuleLister helps list Rules. All objects returned here must be treated as read-only.
func NewRuleLister ¶
func NewRuleLister(indexer cache.Indexer) RuleLister
NewRuleLister returns a new RuleLister.
type RuleListerExpansion ¶
type RuleListerExpansion interface{}
RuleListerExpansion allows custom methods to be added to RuleLister.
type RuleNamespaceLister ¶
type RuleNamespaceLister interface { // List lists all Rules in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.Rule, err error) // Get retrieves the Rule from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.Rule, error) RuleNamespaceListerExpansion }
RuleNamespaceLister helps list and get Rules. All objects returned here must be treated as read-only.
type RuleNamespaceListerExpansion ¶
type RuleNamespaceListerExpansion interface{}
RuleNamespaceListerExpansion allows custom methods to be added to RuleNamespaceLister.