Documentation ¶
Index ¶
- type AnalysisNoteLister
- type AnalysisNoteListerExpansion
- type AnalysisNoteNamespaceLister
- type AnalysisNoteNamespaceListerExpansion
- type AnalysisOccurrenceLister
- type AnalysisOccurrenceListerExpansion
- type AnalysisOccurrenceNamespaceLister
- type AnalysisOccurrenceNamespaceListerExpansion
- type ClusterLister
- type ClusterListerExpansion
- type ClusterNamespaceLister
- type ClusterNamespaceListerExpansion
- type NodePoolLister
- type NodePoolListerExpansion
- type NodePoolNamespaceLister
- type NodePoolNamespaceListerExpansion
- type RegistryLister
- type RegistryListerExpansion
- type RegistryNamespaceLister
- type RegistryNamespaceListerExpansion
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AnalysisNoteLister ¶
type AnalysisNoteLister interface { // List lists all AnalysisNotes in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.AnalysisNote, err error) // AnalysisNotes returns an object that can list and get AnalysisNotes. AnalysisNotes(namespace string) AnalysisNoteNamespaceLister AnalysisNoteListerExpansion }
AnalysisNoteLister helps list AnalysisNotes. All objects returned here must be treated as read-only.
func NewAnalysisNoteLister ¶
func NewAnalysisNoteLister(indexer cache.Indexer) AnalysisNoteLister
NewAnalysisNoteLister returns a new AnalysisNoteLister.
type AnalysisNoteListerExpansion ¶
type AnalysisNoteListerExpansion interface{}
AnalysisNoteListerExpansion allows custom methods to be added to AnalysisNoteLister.
type AnalysisNoteNamespaceLister ¶
type AnalysisNoteNamespaceLister interface { // List lists all AnalysisNotes in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.AnalysisNote, err error) // Get retrieves the AnalysisNote from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.AnalysisNote, error) AnalysisNoteNamespaceListerExpansion }
AnalysisNoteNamespaceLister helps list and get AnalysisNotes. All objects returned here must be treated as read-only.
type AnalysisNoteNamespaceListerExpansion ¶
type AnalysisNoteNamespaceListerExpansion interface{}
AnalysisNoteNamespaceListerExpansion allows custom methods to be added to AnalysisNoteNamespaceLister.
type AnalysisOccurrenceLister ¶
type AnalysisOccurrenceLister interface { // List lists all AnalysisOccurrences in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.AnalysisOccurrence, err error) // AnalysisOccurrences returns an object that can list and get AnalysisOccurrences. AnalysisOccurrences(namespace string) AnalysisOccurrenceNamespaceLister AnalysisOccurrenceListerExpansion }
AnalysisOccurrenceLister helps list AnalysisOccurrences. All objects returned here must be treated as read-only.
func NewAnalysisOccurrenceLister ¶
func NewAnalysisOccurrenceLister(indexer cache.Indexer) AnalysisOccurrenceLister
NewAnalysisOccurrenceLister returns a new AnalysisOccurrenceLister.
type AnalysisOccurrenceListerExpansion ¶
type AnalysisOccurrenceListerExpansion interface{}
AnalysisOccurrenceListerExpansion allows custom methods to be added to AnalysisOccurrenceLister.
type AnalysisOccurrenceNamespaceLister ¶
type AnalysisOccurrenceNamespaceLister interface { // List lists all AnalysisOccurrences in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.AnalysisOccurrence, err error) // Get retrieves the AnalysisOccurrence from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.AnalysisOccurrence, error) AnalysisOccurrenceNamespaceListerExpansion }
AnalysisOccurrenceNamespaceLister helps list and get AnalysisOccurrences. All objects returned here must be treated as read-only.
type AnalysisOccurrenceNamespaceListerExpansion ¶
type AnalysisOccurrenceNamespaceListerExpansion interface{}
AnalysisOccurrenceNamespaceListerExpansion allows custom methods to be added to AnalysisOccurrenceNamespaceLister.
type ClusterLister ¶
type ClusterLister interface { // List lists all Clusters in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.Cluster, err error) // Clusters returns an object that can list and get Clusters. Clusters(namespace string) ClusterNamespaceLister ClusterListerExpansion }
ClusterLister helps list Clusters. All objects returned here must be treated as read-only.
func NewClusterLister ¶
func NewClusterLister(indexer cache.Indexer) ClusterLister
NewClusterLister returns a new ClusterLister.
type ClusterListerExpansion ¶
type ClusterListerExpansion interface{}
ClusterListerExpansion allows custom methods to be added to ClusterLister.
type ClusterNamespaceLister ¶
type ClusterNamespaceLister interface { // List lists all Clusters in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.Cluster, err error) // Get retrieves the Cluster from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.Cluster, error) ClusterNamespaceListerExpansion }
ClusterNamespaceLister helps list and get Clusters. All objects returned here must be treated as read-only.
type ClusterNamespaceListerExpansion ¶
type ClusterNamespaceListerExpansion interface{}
ClusterNamespaceListerExpansion allows custom methods to be added to ClusterNamespaceLister.
type NodePoolLister ¶
type NodePoolLister interface { // List lists all NodePools in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.NodePool, err error) // NodePools returns an object that can list and get NodePools. NodePools(namespace string) NodePoolNamespaceLister NodePoolListerExpansion }
NodePoolLister helps list NodePools. All objects returned here must be treated as read-only.
func NewNodePoolLister ¶
func NewNodePoolLister(indexer cache.Indexer) NodePoolLister
NewNodePoolLister returns a new NodePoolLister.
type NodePoolListerExpansion ¶
type NodePoolListerExpansion interface{}
NodePoolListerExpansion allows custom methods to be added to NodePoolLister.
type NodePoolNamespaceLister ¶
type NodePoolNamespaceLister interface { // List lists all NodePools in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.NodePool, err error) // Get retrieves the NodePool from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.NodePool, error) NodePoolNamespaceListerExpansion }
NodePoolNamespaceLister helps list and get NodePools. All objects returned here must be treated as read-only.
type NodePoolNamespaceListerExpansion ¶
type NodePoolNamespaceListerExpansion interface{}
NodePoolNamespaceListerExpansion allows custom methods to be added to NodePoolNamespaceLister.
type RegistryLister ¶
type RegistryLister interface { // List lists all Registries in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.Registry, err error) // Registries returns an object that can list and get Registries. Registries(namespace string) RegistryNamespaceLister RegistryListerExpansion }
RegistryLister helps list Registries. All objects returned here must be treated as read-only.
func NewRegistryLister ¶
func NewRegistryLister(indexer cache.Indexer) RegistryLister
NewRegistryLister returns a new RegistryLister.
type RegistryListerExpansion ¶
type RegistryListerExpansion interface{}
RegistryListerExpansion allows custom methods to be added to RegistryLister.
type RegistryNamespaceLister ¶
type RegistryNamespaceLister interface { // List lists all Registries in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.Registry, err error) // Get retrieves the Registry from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.Registry, error) RegistryNamespaceListerExpansion }
RegistryNamespaceLister helps list and get Registries. All objects returned here must be treated as read-only.
type RegistryNamespaceListerExpansion ¶
type RegistryNamespaceListerExpansion interface{}
RegistryNamespaceListerExpansion allows custom methods to be added to RegistryNamespaceLister.