Documentation ¶
Index ¶
- type ActivationLister
- type ActivationListerExpansion
- type ActivationNamespaceLister
- type ActivationNamespaceListerExpansion
- type AssociationLister
- type AssociationListerExpansion
- type AssociationNamespaceLister
- type AssociationNamespaceListerExpansion
- type DocumentLister
- type DocumentListerExpansion
- type DocumentNamespaceLister
- type DocumentNamespaceListerExpansion
- type MaintenanceWindowLister
- type MaintenanceWindowListerExpansion
- type MaintenanceWindowNamespaceLister
- type MaintenanceWindowNamespaceListerExpansion
- type MaintenanceWindowTargetLister
- type MaintenanceWindowTargetListerExpansion
- type MaintenanceWindowTargetNamespaceLister
- type MaintenanceWindowTargetNamespaceListerExpansion
- type MaintenanceWindowTaskLister
- type MaintenanceWindowTaskListerExpansion
- type MaintenanceWindowTaskNamespaceLister
- type MaintenanceWindowTaskNamespaceListerExpansion
- type ParameterLister
- type ParameterListerExpansion
- type ParameterNamespaceLister
- type ParameterNamespaceListerExpansion
- type PatchBaselineLister
- type PatchBaselineListerExpansion
- type PatchBaselineNamespaceLister
- type PatchBaselineNamespaceListerExpansion
- type PatchGroupLister
- type PatchGroupListerExpansion
- type PatchGroupNamespaceLister
- type PatchGroupNamespaceListerExpansion
- type ResourceDataSyncLister
- type ResourceDataSyncListerExpansion
- type ResourceDataSyncNamespaceLister
- type ResourceDataSyncNamespaceListerExpansion
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ActivationLister ¶
type ActivationLister interface { // List lists all Activations in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.Activation, err error) // Activations returns an object that can list and get Activations. Activations(namespace string) ActivationNamespaceLister ActivationListerExpansion }
ActivationLister helps list Activations. All objects returned here must be treated as read-only.
func NewActivationLister ¶
func NewActivationLister(indexer cache.Indexer) ActivationLister
NewActivationLister returns a new ActivationLister.
type ActivationListerExpansion ¶
type ActivationListerExpansion interface{}
ActivationListerExpansion allows custom methods to be added to ActivationLister.
type ActivationNamespaceLister ¶
type ActivationNamespaceLister interface { // List lists all Activations in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.Activation, err error) // Get retrieves the Activation from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.Activation, error) ActivationNamespaceListerExpansion }
ActivationNamespaceLister helps list and get Activations. All objects returned here must be treated as read-only.
type ActivationNamespaceListerExpansion ¶
type ActivationNamespaceListerExpansion interface{}
ActivationNamespaceListerExpansion allows custom methods to be added to ActivationNamespaceLister.
type AssociationLister ¶
type AssociationLister interface { // List lists all Associations in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.Association, err error) // Associations returns an object that can list and get Associations. Associations(namespace string) AssociationNamespaceLister AssociationListerExpansion }
AssociationLister helps list Associations. All objects returned here must be treated as read-only.
func NewAssociationLister ¶
func NewAssociationLister(indexer cache.Indexer) AssociationLister
NewAssociationLister returns a new AssociationLister.
type AssociationListerExpansion ¶
type AssociationListerExpansion interface{}
AssociationListerExpansion allows custom methods to be added to AssociationLister.
type AssociationNamespaceLister ¶
type AssociationNamespaceLister interface { // List lists all Associations in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.Association, err error) // Get retrieves the Association from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.Association, error) AssociationNamespaceListerExpansion }
AssociationNamespaceLister helps list and get Associations. All objects returned here must be treated as read-only.
type AssociationNamespaceListerExpansion ¶
type AssociationNamespaceListerExpansion interface{}
AssociationNamespaceListerExpansion allows custom methods to be added to AssociationNamespaceLister.
type DocumentLister ¶
type DocumentLister interface { // List lists all Documents in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.Document, err error) // Documents returns an object that can list and get Documents. Documents(namespace string) DocumentNamespaceLister DocumentListerExpansion }
DocumentLister helps list Documents. All objects returned here must be treated as read-only.
func NewDocumentLister ¶
func NewDocumentLister(indexer cache.Indexer) DocumentLister
NewDocumentLister returns a new DocumentLister.
type DocumentListerExpansion ¶
type DocumentListerExpansion interface{}
DocumentListerExpansion allows custom methods to be added to DocumentLister.
type DocumentNamespaceLister ¶
type DocumentNamespaceLister interface { // List lists all Documents in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.Document, err error) // Get retrieves the Document from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.Document, error) DocumentNamespaceListerExpansion }
DocumentNamespaceLister helps list and get Documents. All objects returned here must be treated as read-only.
type DocumentNamespaceListerExpansion ¶
type DocumentNamespaceListerExpansion interface{}
DocumentNamespaceListerExpansion allows custom methods to be added to DocumentNamespaceLister.
type MaintenanceWindowLister ¶
type MaintenanceWindowLister interface { // List lists all MaintenanceWindows in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.MaintenanceWindow, err error) // MaintenanceWindows returns an object that can list and get MaintenanceWindows. MaintenanceWindows(namespace string) MaintenanceWindowNamespaceLister MaintenanceWindowListerExpansion }
MaintenanceWindowLister helps list MaintenanceWindows. All objects returned here must be treated as read-only.
func NewMaintenanceWindowLister ¶
func NewMaintenanceWindowLister(indexer cache.Indexer) MaintenanceWindowLister
NewMaintenanceWindowLister returns a new MaintenanceWindowLister.
type MaintenanceWindowListerExpansion ¶
type MaintenanceWindowListerExpansion interface{}
MaintenanceWindowListerExpansion allows custom methods to be added to MaintenanceWindowLister.
type MaintenanceWindowNamespaceLister ¶
type MaintenanceWindowNamespaceLister interface { // List lists all MaintenanceWindows in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.MaintenanceWindow, err error) // Get retrieves the MaintenanceWindow from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.MaintenanceWindow, error) MaintenanceWindowNamespaceListerExpansion }
MaintenanceWindowNamespaceLister helps list and get MaintenanceWindows. All objects returned here must be treated as read-only.
type MaintenanceWindowNamespaceListerExpansion ¶
type MaintenanceWindowNamespaceListerExpansion interface{}
MaintenanceWindowNamespaceListerExpansion allows custom methods to be added to MaintenanceWindowNamespaceLister.
type MaintenanceWindowTargetLister ¶
type MaintenanceWindowTargetLister interface { // List lists all MaintenanceWindowTargets in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.MaintenanceWindowTarget, err error) // MaintenanceWindowTargets returns an object that can list and get MaintenanceWindowTargets. MaintenanceWindowTargets(namespace string) MaintenanceWindowTargetNamespaceLister MaintenanceWindowTargetListerExpansion }
MaintenanceWindowTargetLister helps list MaintenanceWindowTargets. All objects returned here must be treated as read-only.
func NewMaintenanceWindowTargetLister ¶
func NewMaintenanceWindowTargetLister(indexer cache.Indexer) MaintenanceWindowTargetLister
NewMaintenanceWindowTargetLister returns a new MaintenanceWindowTargetLister.
type MaintenanceWindowTargetListerExpansion ¶
type MaintenanceWindowTargetListerExpansion interface{}
MaintenanceWindowTargetListerExpansion allows custom methods to be added to MaintenanceWindowTargetLister.
type MaintenanceWindowTargetNamespaceLister ¶
type MaintenanceWindowTargetNamespaceLister interface { // List lists all MaintenanceWindowTargets in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.MaintenanceWindowTarget, err error) // Get retrieves the MaintenanceWindowTarget from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.MaintenanceWindowTarget, error) MaintenanceWindowTargetNamespaceListerExpansion }
MaintenanceWindowTargetNamespaceLister helps list and get MaintenanceWindowTargets. All objects returned here must be treated as read-only.
type MaintenanceWindowTargetNamespaceListerExpansion ¶
type MaintenanceWindowTargetNamespaceListerExpansion interface{}
MaintenanceWindowTargetNamespaceListerExpansion allows custom methods to be added to MaintenanceWindowTargetNamespaceLister.
type MaintenanceWindowTaskLister ¶
type MaintenanceWindowTaskLister interface { // List lists all MaintenanceWindowTasks in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.MaintenanceWindowTask, err error) // MaintenanceWindowTasks returns an object that can list and get MaintenanceWindowTasks. MaintenanceWindowTasks(namespace string) MaintenanceWindowTaskNamespaceLister MaintenanceWindowTaskListerExpansion }
MaintenanceWindowTaskLister helps list MaintenanceWindowTasks. All objects returned here must be treated as read-only.
func NewMaintenanceWindowTaskLister ¶
func NewMaintenanceWindowTaskLister(indexer cache.Indexer) MaintenanceWindowTaskLister
NewMaintenanceWindowTaskLister returns a new MaintenanceWindowTaskLister.
type MaintenanceWindowTaskListerExpansion ¶
type MaintenanceWindowTaskListerExpansion interface{}
MaintenanceWindowTaskListerExpansion allows custom methods to be added to MaintenanceWindowTaskLister.
type MaintenanceWindowTaskNamespaceLister ¶
type MaintenanceWindowTaskNamespaceLister interface { // List lists all MaintenanceWindowTasks in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.MaintenanceWindowTask, err error) // Get retrieves the MaintenanceWindowTask from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.MaintenanceWindowTask, error) MaintenanceWindowTaskNamespaceListerExpansion }
MaintenanceWindowTaskNamespaceLister helps list and get MaintenanceWindowTasks. All objects returned here must be treated as read-only.
type MaintenanceWindowTaskNamespaceListerExpansion ¶
type MaintenanceWindowTaskNamespaceListerExpansion interface{}
MaintenanceWindowTaskNamespaceListerExpansion allows custom methods to be added to MaintenanceWindowTaskNamespaceLister.
type ParameterLister ¶
type ParameterLister interface { // List lists all Parameters in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.Parameter, err error) // Parameters returns an object that can list and get Parameters. Parameters(namespace string) ParameterNamespaceLister ParameterListerExpansion }
ParameterLister helps list Parameters. All objects returned here must be treated as read-only.
func NewParameterLister ¶
func NewParameterLister(indexer cache.Indexer) ParameterLister
NewParameterLister returns a new ParameterLister.
type ParameterListerExpansion ¶
type ParameterListerExpansion interface{}
ParameterListerExpansion allows custom methods to be added to ParameterLister.
type ParameterNamespaceLister ¶
type ParameterNamespaceLister interface { // List lists all Parameters in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.Parameter, err error) // Get retrieves the Parameter from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.Parameter, error) ParameterNamespaceListerExpansion }
ParameterNamespaceLister helps list and get Parameters. All objects returned here must be treated as read-only.
type ParameterNamespaceListerExpansion ¶
type ParameterNamespaceListerExpansion interface{}
ParameterNamespaceListerExpansion allows custom methods to be added to ParameterNamespaceLister.
type PatchBaselineLister ¶
type PatchBaselineLister interface { // List lists all PatchBaselines in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.PatchBaseline, err error) // PatchBaselines returns an object that can list and get PatchBaselines. PatchBaselines(namespace string) PatchBaselineNamespaceLister PatchBaselineListerExpansion }
PatchBaselineLister helps list PatchBaselines. All objects returned here must be treated as read-only.
func NewPatchBaselineLister ¶
func NewPatchBaselineLister(indexer cache.Indexer) PatchBaselineLister
NewPatchBaselineLister returns a new PatchBaselineLister.
type PatchBaselineListerExpansion ¶
type PatchBaselineListerExpansion interface{}
PatchBaselineListerExpansion allows custom methods to be added to PatchBaselineLister.
type PatchBaselineNamespaceLister ¶
type PatchBaselineNamespaceLister interface { // List lists all PatchBaselines in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.PatchBaseline, err error) // Get retrieves the PatchBaseline from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.PatchBaseline, error) PatchBaselineNamespaceListerExpansion }
PatchBaselineNamespaceLister helps list and get PatchBaselines. All objects returned here must be treated as read-only.
type PatchBaselineNamespaceListerExpansion ¶
type PatchBaselineNamespaceListerExpansion interface{}
PatchBaselineNamespaceListerExpansion allows custom methods to be added to PatchBaselineNamespaceLister.
type PatchGroupLister ¶
type PatchGroupLister interface { // List lists all PatchGroups in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.PatchGroup, err error) // PatchGroups returns an object that can list and get PatchGroups. PatchGroups(namespace string) PatchGroupNamespaceLister PatchGroupListerExpansion }
PatchGroupLister helps list PatchGroups. All objects returned here must be treated as read-only.
func NewPatchGroupLister ¶
func NewPatchGroupLister(indexer cache.Indexer) PatchGroupLister
NewPatchGroupLister returns a new PatchGroupLister.
type PatchGroupListerExpansion ¶
type PatchGroupListerExpansion interface{}
PatchGroupListerExpansion allows custom methods to be added to PatchGroupLister.
type PatchGroupNamespaceLister ¶
type PatchGroupNamespaceLister interface { // List lists all PatchGroups in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.PatchGroup, err error) // Get retrieves the PatchGroup from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.PatchGroup, error) PatchGroupNamespaceListerExpansion }
PatchGroupNamespaceLister helps list and get PatchGroups. All objects returned here must be treated as read-only.
type PatchGroupNamespaceListerExpansion ¶
type PatchGroupNamespaceListerExpansion interface{}
PatchGroupNamespaceListerExpansion allows custom methods to be added to PatchGroupNamespaceLister.
type ResourceDataSyncLister ¶
type ResourceDataSyncLister interface { // List lists all ResourceDataSyncs in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.ResourceDataSync, err error) // ResourceDataSyncs returns an object that can list and get ResourceDataSyncs. ResourceDataSyncs(namespace string) ResourceDataSyncNamespaceLister ResourceDataSyncListerExpansion }
ResourceDataSyncLister helps list ResourceDataSyncs. All objects returned here must be treated as read-only.
func NewResourceDataSyncLister ¶
func NewResourceDataSyncLister(indexer cache.Indexer) ResourceDataSyncLister
NewResourceDataSyncLister returns a new ResourceDataSyncLister.
type ResourceDataSyncListerExpansion ¶
type ResourceDataSyncListerExpansion interface{}
ResourceDataSyncListerExpansion allows custom methods to be added to ResourceDataSyncLister.
type ResourceDataSyncNamespaceLister ¶
type ResourceDataSyncNamespaceLister interface { // List lists all ResourceDataSyncs in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.ResourceDataSync, err error) // Get retrieves the ResourceDataSync from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.ResourceDataSync, error) ResourceDataSyncNamespaceListerExpansion }
ResourceDataSyncNamespaceLister helps list and get ResourceDataSyncs. All objects returned here must be treated as read-only.
type ResourceDataSyncNamespaceListerExpansion ¶
type ResourceDataSyncNamespaceListerExpansion interface{}
ResourceDataSyncNamespaceListerExpansion allows custom methods to be added to ResourceDataSyncNamespaceLister.