Documentation
¶
Index ¶
- type AggregateAuthorizationLister
- type AggregateAuthorizationListerExpansion
- type AggregateAuthorizationNamespaceLister
- type AggregateAuthorizationNamespaceListerExpansion
- type ConfigRuleLister
- type ConfigRuleListerExpansion
- type ConfigRuleNamespaceLister
- type ConfigRuleNamespaceListerExpansion
- type ConfigurationAggregatorLister
- type ConfigurationAggregatorListerExpansion
- type ConfigurationAggregatorNamespaceLister
- type ConfigurationAggregatorNamespaceListerExpansion
- type ConfigurationRecorderLister
- type ConfigurationRecorderListerExpansion
- type ConfigurationRecorderNamespaceLister
- type ConfigurationRecorderNamespaceListerExpansion
- type ConfigurationRecorderStatusLister
- type ConfigurationRecorderStatusListerExpansion
- type ConfigurationRecorderStatusNamespaceLister
- type ConfigurationRecorderStatusNamespaceListerExpansion
- type ConformancePackLister
- type ConformancePackListerExpansion
- type ConformancePackNamespaceLister
- type ConformancePackNamespaceListerExpansion
- type DeliveryChannelLister
- type DeliveryChannelListerExpansion
- type DeliveryChannelNamespaceLister
- type DeliveryChannelNamespaceListerExpansion
- type OrganizationConformancePackLister
- type OrganizationConformancePackListerExpansion
- type OrganizationConformancePackNamespaceLister
- type OrganizationConformancePackNamespaceListerExpansion
- type OrganizationCustomRuleLister
- type OrganizationCustomRuleListerExpansion
- type OrganizationCustomRuleNamespaceLister
- type OrganizationCustomRuleNamespaceListerExpansion
- type OrganizationManagedRuleLister
- type OrganizationManagedRuleListerExpansion
- type OrganizationManagedRuleNamespaceLister
- type OrganizationManagedRuleNamespaceListerExpansion
- type RemediationConfigurationLister
- type RemediationConfigurationListerExpansion
- type RemediationConfigurationNamespaceLister
- type RemediationConfigurationNamespaceListerExpansion
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AggregateAuthorizationLister ¶
type AggregateAuthorizationLister interface { // List lists all AggregateAuthorizations in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.AggregateAuthorization, err error) // AggregateAuthorizations returns an object that can list and get AggregateAuthorizations. AggregateAuthorizations(namespace string) AggregateAuthorizationNamespaceLister AggregateAuthorizationListerExpansion }
AggregateAuthorizationLister helps list AggregateAuthorizations. All objects returned here must be treated as read-only.
func NewAggregateAuthorizationLister ¶
func NewAggregateAuthorizationLister(indexer cache.Indexer) AggregateAuthorizationLister
NewAggregateAuthorizationLister returns a new AggregateAuthorizationLister.
type AggregateAuthorizationListerExpansion ¶
type AggregateAuthorizationListerExpansion interface{}
AggregateAuthorizationListerExpansion allows custom methods to be added to AggregateAuthorizationLister.
type AggregateAuthorizationNamespaceLister ¶
type AggregateAuthorizationNamespaceLister interface { // List lists all AggregateAuthorizations in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.AggregateAuthorization, err error) // Get retrieves the AggregateAuthorization from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.AggregateAuthorization, error) AggregateAuthorizationNamespaceListerExpansion }
AggregateAuthorizationNamespaceLister helps list and get AggregateAuthorizations. All objects returned here must be treated as read-only.
type AggregateAuthorizationNamespaceListerExpansion ¶
type AggregateAuthorizationNamespaceListerExpansion interface{}
AggregateAuthorizationNamespaceListerExpansion allows custom methods to be added to AggregateAuthorizationNamespaceLister.
type ConfigRuleLister ¶
type ConfigRuleLister interface { // List lists all ConfigRules in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.ConfigRule, err error) // ConfigRules returns an object that can list and get ConfigRules. ConfigRules(namespace string) ConfigRuleNamespaceLister ConfigRuleListerExpansion }
ConfigRuleLister helps list ConfigRules. All objects returned here must be treated as read-only.
func NewConfigRuleLister ¶
func NewConfigRuleLister(indexer cache.Indexer) ConfigRuleLister
NewConfigRuleLister returns a new ConfigRuleLister.
type ConfigRuleListerExpansion ¶
type ConfigRuleListerExpansion interface{}
ConfigRuleListerExpansion allows custom methods to be added to ConfigRuleLister.
type ConfigRuleNamespaceLister ¶
type ConfigRuleNamespaceLister interface { // List lists all ConfigRules in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.ConfigRule, err error) // Get retrieves the ConfigRule from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.ConfigRule, error) ConfigRuleNamespaceListerExpansion }
ConfigRuleNamespaceLister helps list and get ConfigRules. All objects returned here must be treated as read-only.
type ConfigRuleNamespaceListerExpansion ¶
type ConfigRuleNamespaceListerExpansion interface{}
ConfigRuleNamespaceListerExpansion allows custom methods to be added to ConfigRuleNamespaceLister.
type ConfigurationAggregatorLister ¶
type ConfigurationAggregatorLister interface { // List lists all ConfigurationAggregators in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.ConfigurationAggregator, err error) // ConfigurationAggregators returns an object that can list and get ConfigurationAggregators. ConfigurationAggregators(namespace string) ConfigurationAggregatorNamespaceLister ConfigurationAggregatorListerExpansion }
ConfigurationAggregatorLister helps list ConfigurationAggregators. All objects returned here must be treated as read-only.
func NewConfigurationAggregatorLister ¶
func NewConfigurationAggregatorLister(indexer cache.Indexer) ConfigurationAggregatorLister
NewConfigurationAggregatorLister returns a new ConfigurationAggregatorLister.
type ConfigurationAggregatorListerExpansion ¶
type ConfigurationAggregatorListerExpansion interface{}
ConfigurationAggregatorListerExpansion allows custom methods to be added to ConfigurationAggregatorLister.
type ConfigurationAggregatorNamespaceLister ¶
type ConfigurationAggregatorNamespaceLister interface { // List lists all ConfigurationAggregators in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.ConfigurationAggregator, err error) // Get retrieves the ConfigurationAggregator from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.ConfigurationAggregator, error) ConfigurationAggregatorNamespaceListerExpansion }
ConfigurationAggregatorNamespaceLister helps list and get ConfigurationAggregators. All objects returned here must be treated as read-only.
type ConfigurationAggregatorNamespaceListerExpansion ¶
type ConfigurationAggregatorNamespaceListerExpansion interface{}
ConfigurationAggregatorNamespaceListerExpansion allows custom methods to be added to ConfigurationAggregatorNamespaceLister.
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 ConfigurationRecorderStatusLister ¶ added in v0.1.1
type ConfigurationRecorderStatusLister interface { // List lists all ConfigurationRecorderStatuses in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.ConfigurationRecorderStatus, err error) // ConfigurationRecorderStatuses returns an object that can list and get ConfigurationRecorderStatuses. ConfigurationRecorderStatuses(namespace string) ConfigurationRecorderStatusNamespaceLister ConfigurationRecorderStatusListerExpansion }
ConfigurationRecorderStatusLister helps list ConfigurationRecorderStatuses. All objects returned here must be treated as read-only.
func NewConfigurationRecorderStatusLister ¶ added in v0.1.1
func NewConfigurationRecorderStatusLister(indexer cache.Indexer) ConfigurationRecorderStatusLister
NewConfigurationRecorderStatusLister returns a new ConfigurationRecorderStatusLister.
type ConfigurationRecorderStatusListerExpansion ¶ added in v0.1.1
type ConfigurationRecorderStatusListerExpansion interface{}
ConfigurationRecorderStatusListerExpansion allows custom methods to be added to ConfigurationRecorderStatusLister.
type ConfigurationRecorderStatusNamespaceLister ¶ added in v0.1.1
type ConfigurationRecorderStatusNamespaceLister interface { // List lists all ConfigurationRecorderStatuses in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.ConfigurationRecorderStatus, err error) // Get retrieves the ConfigurationRecorderStatus from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.ConfigurationRecorderStatus, error) ConfigurationRecorderStatusNamespaceListerExpansion }
ConfigurationRecorderStatusNamespaceLister helps list and get ConfigurationRecorderStatuses. All objects returned here must be treated as read-only.
type ConfigurationRecorderStatusNamespaceListerExpansion ¶ added in v0.1.1
type ConfigurationRecorderStatusNamespaceListerExpansion interface{}
ConfigurationRecorderStatusNamespaceListerExpansion allows custom methods to be added to ConfigurationRecorderStatusNamespaceLister.
type ConformancePackLister ¶
type ConformancePackLister interface { // List lists all ConformancePacks in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.ConformancePack, err error) // ConformancePacks returns an object that can list and get ConformancePacks. ConformancePacks(namespace string) ConformancePackNamespaceLister ConformancePackListerExpansion }
ConformancePackLister helps list ConformancePacks. All objects returned here must be treated as read-only.
func NewConformancePackLister ¶
func NewConformancePackLister(indexer cache.Indexer) ConformancePackLister
NewConformancePackLister returns a new ConformancePackLister.
type ConformancePackListerExpansion ¶
type ConformancePackListerExpansion interface{}
ConformancePackListerExpansion allows custom methods to be added to ConformancePackLister.
type ConformancePackNamespaceLister ¶
type ConformancePackNamespaceLister interface { // List lists all ConformancePacks in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.ConformancePack, err error) // Get retrieves the ConformancePack from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.ConformancePack, error) ConformancePackNamespaceListerExpansion }
ConformancePackNamespaceLister helps list and get ConformancePacks. All objects returned here must be treated as read-only.
type ConformancePackNamespaceListerExpansion ¶
type ConformancePackNamespaceListerExpansion interface{}
ConformancePackNamespaceListerExpansion allows custom methods to be added to ConformancePackNamespaceLister.
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 OrganizationConformancePackLister ¶ added in v0.5.0
type OrganizationConformancePackLister interface { // List lists all OrganizationConformancePacks in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.OrganizationConformancePack, err error) // OrganizationConformancePacks returns an object that can list and get OrganizationConformancePacks. OrganizationConformancePacks(namespace string) OrganizationConformancePackNamespaceLister OrganizationConformancePackListerExpansion }
OrganizationConformancePackLister helps list OrganizationConformancePacks. All objects returned here must be treated as read-only.
func NewOrganizationConformancePackLister ¶ added in v0.5.0
func NewOrganizationConformancePackLister(indexer cache.Indexer) OrganizationConformancePackLister
NewOrganizationConformancePackLister returns a new OrganizationConformancePackLister.
type OrganizationConformancePackListerExpansion ¶ added in v0.5.0
type OrganizationConformancePackListerExpansion interface{}
OrganizationConformancePackListerExpansion allows custom methods to be added to OrganizationConformancePackLister.
type OrganizationConformancePackNamespaceLister ¶ added in v0.5.0
type OrganizationConformancePackNamespaceLister interface { // List lists all OrganizationConformancePacks in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.OrganizationConformancePack, err error) // Get retrieves the OrganizationConformancePack from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.OrganizationConformancePack, error) OrganizationConformancePackNamespaceListerExpansion }
OrganizationConformancePackNamespaceLister helps list and get OrganizationConformancePacks. All objects returned here must be treated as read-only.
type OrganizationConformancePackNamespaceListerExpansion ¶ added in v0.5.0
type OrganizationConformancePackNamespaceListerExpansion interface{}
OrganizationConformancePackNamespaceListerExpansion allows custom methods to be added to OrganizationConformancePackNamespaceLister.
type OrganizationCustomRuleLister ¶
type OrganizationCustomRuleLister interface { // List lists all OrganizationCustomRules in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.OrganizationCustomRule, err error) // OrganizationCustomRules returns an object that can list and get OrganizationCustomRules. OrganizationCustomRules(namespace string) OrganizationCustomRuleNamespaceLister OrganizationCustomRuleListerExpansion }
OrganizationCustomRuleLister helps list OrganizationCustomRules. All objects returned here must be treated as read-only.
func NewOrganizationCustomRuleLister ¶
func NewOrganizationCustomRuleLister(indexer cache.Indexer) OrganizationCustomRuleLister
NewOrganizationCustomRuleLister returns a new OrganizationCustomRuleLister.
type OrganizationCustomRuleListerExpansion ¶
type OrganizationCustomRuleListerExpansion interface{}
OrganizationCustomRuleListerExpansion allows custom methods to be added to OrganizationCustomRuleLister.
type OrganizationCustomRuleNamespaceLister ¶
type OrganizationCustomRuleNamespaceLister interface { // List lists all OrganizationCustomRules in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.OrganizationCustomRule, err error) // Get retrieves the OrganizationCustomRule from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.OrganizationCustomRule, error) OrganizationCustomRuleNamespaceListerExpansion }
OrganizationCustomRuleNamespaceLister helps list and get OrganizationCustomRules. All objects returned here must be treated as read-only.
type OrganizationCustomRuleNamespaceListerExpansion ¶
type OrganizationCustomRuleNamespaceListerExpansion interface{}
OrganizationCustomRuleNamespaceListerExpansion allows custom methods to be added to OrganizationCustomRuleNamespaceLister.
type OrganizationManagedRuleLister ¶
type OrganizationManagedRuleLister interface { // List lists all OrganizationManagedRules in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.OrganizationManagedRule, err error) // OrganizationManagedRules returns an object that can list and get OrganizationManagedRules. OrganizationManagedRules(namespace string) OrganizationManagedRuleNamespaceLister OrganizationManagedRuleListerExpansion }
OrganizationManagedRuleLister helps list OrganizationManagedRules. All objects returned here must be treated as read-only.
func NewOrganizationManagedRuleLister ¶
func NewOrganizationManagedRuleLister(indexer cache.Indexer) OrganizationManagedRuleLister
NewOrganizationManagedRuleLister returns a new OrganizationManagedRuleLister.
type OrganizationManagedRuleListerExpansion ¶
type OrganizationManagedRuleListerExpansion interface{}
OrganizationManagedRuleListerExpansion allows custom methods to be added to OrganizationManagedRuleLister.
type OrganizationManagedRuleNamespaceLister ¶
type OrganizationManagedRuleNamespaceLister interface { // List lists all OrganizationManagedRules in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.OrganizationManagedRule, err error) // Get retrieves the OrganizationManagedRule from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.OrganizationManagedRule, error) OrganizationManagedRuleNamespaceListerExpansion }
OrganizationManagedRuleNamespaceLister helps list and get OrganizationManagedRules. All objects returned here must be treated as read-only.
type OrganizationManagedRuleNamespaceListerExpansion ¶
type OrganizationManagedRuleNamespaceListerExpansion interface{}
OrganizationManagedRuleNamespaceListerExpansion allows custom methods to be added to OrganizationManagedRuleNamespaceLister.
type RemediationConfigurationLister ¶
type RemediationConfigurationLister interface { // List lists all RemediationConfigurations in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.RemediationConfiguration, err error) // RemediationConfigurations returns an object that can list and get RemediationConfigurations. RemediationConfigurations(namespace string) RemediationConfigurationNamespaceLister RemediationConfigurationListerExpansion }
RemediationConfigurationLister helps list RemediationConfigurations. All objects returned here must be treated as read-only.
func NewRemediationConfigurationLister ¶
func NewRemediationConfigurationLister(indexer cache.Indexer) RemediationConfigurationLister
NewRemediationConfigurationLister returns a new RemediationConfigurationLister.
type RemediationConfigurationListerExpansion ¶
type RemediationConfigurationListerExpansion interface{}
RemediationConfigurationListerExpansion allows custom methods to be added to RemediationConfigurationLister.
type RemediationConfigurationNamespaceLister ¶
type RemediationConfigurationNamespaceLister interface { // List lists all RemediationConfigurations in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.RemediationConfiguration, err error) // Get retrieves the RemediationConfiguration from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.RemediationConfiguration, error) RemediationConfigurationNamespaceListerExpansion }
RemediationConfigurationNamespaceLister helps list and get RemediationConfigurations. All objects returned here must be treated as read-only.
type RemediationConfigurationNamespaceListerExpansion ¶
type RemediationConfigurationNamespaceListerExpansion interface{}
RemediationConfigurationNamespaceListerExpansion allows custom methods to be added to RemediationConfigurationNamespaceLister.