Versions in this module Expand all Collapse all v1 v1.5.1 Apr 28, 2017 Changes in this version + const ImageStreamReferenceIndex + func ImageStreamReferenceIndexFunc(obj interface{}) ([]string, error) + type EventQueue struct + func NewEventQueue(keyFn kcache.KeyFunc) *EventQueue + func NewEventQueueForStore(keyFn kcache.KeyFunc, store kcache.Store) *EventQueue + func (eq *EventQueue) Add(obj interface{}) error + func (eq *EventQueue) Cancel() + func (eq *EventQueue) ContainedIDs() sets.String + func (eq *EventQueue) Delete(obj interface{}) error + func (eq *EventQueue) Get(obj interface{}) (item interface{}, exists bool, err error) + func (eq *EventQueue) GetByKey(key string) (item interface{}, exists bool, err error) + func (eq *EventQueue) List() []interface{} + func (eq *EventQueue) ListConsumed() bool + func (eq *EventQueue) ListCount() int + func (eq *EventQueue) ListKeys() []string + func (eq *EventQueue) ListSuccessfulAtLeastOnce() bool + func (eq *EventQueue) Pop() (watch.EventType, interface{}, error) + func (eq *EventQueue) Replace(objects []interface{}, resourceVersion string) error + func (eq *EventQueue) Resync() error + func (eq *EventQueue) Update(obj interface{}) error + type EventQueueStopped struct + func (es EventQueueStopped) Error() string + type IndexerToClusterResourceQuotaLister struct + func (i *IndexerToClusterResourceQuotaLister) Get(name string) (*quotaapi.ClusterResourceQuota, error) + func (i *IndexerToClusterResourceQuotaLister) List(options kapi.ListOptions) ([]*quotaapi.ClusterResourceQuota, error) + type IndexerToSecurityContextConstraintsLister struct + func (s *IndexerToSecurityContextConstraintsLister) Get(name string) (*kapi.SecurityContextConstraints, error) + func (s *IndexerToSecurityContextConstraintsLister) List() ([]*kapi.SecurityContextConstraints, error) + type InformerToClusterPolicyBindingLister struct + func (i *InformerToClusterPolicyBindingLister) ClusterPolicyBindings() client.ClusterPolicyBindingLister + func (i *InformerToClusterPolicyBindingLister) Get(name string) (*authorizationapi.ClusterPolicyBinding, error) + func (i *InformerToClusterPolicyBindingLister) LastSyncResourceVersion() string + func (i *InformerToClusterPolicyBindingLister) List(options kapi.ListOptions) (*authorizationapi.ClusterPolicyBindingList, error) + type InformerToClusterPolicyLister struct + func (i *InformerToClusterPolicyLister) ClusterPolicies() client.ClusterPolicyLister + func (i *InformerToClusterPolicyLister) Get(name string) (*authorizationapi.ClusterPolicy, error) + func (i *InformerToClusterPolicyLister) LastSyncResourceVersion() string + func (i *InformerToClusterPolicyLister) List(options kapi.ListOptions) (*authorizationapi.ClusterPolicyList, error) + type InformerToPolicyBindingNamespacer struct + func (i *InformerToPolicyBindingNamespacer) LastSyncResourceVersion() string + func (i *InformerToPolicyBindingNamespacer) PolicyBindings(namespace string) client.PolicyBindingLister + type InformerToPolicyNamespacer struct + func (i *InformerToPolicyNamespacer) LastSyncResourceVersion() string + func (i *InformerToPolicyNamespacer) Policies(namespace string) client.PolicyLister + type StoreToBuildConfigLister interface + GetConfigsForImageStreamTrigger func(namespace, name string) ([]*buildapi.BuildConfig, error) + List func() ([]*buildapi.BuildConfig, error) + type StoreToBuildConfigListerImpl struct + func (s *StoreToBuildConfigListerImpl) BuildConfigs(namespace string) storeBuildConfigsNamespacer + func (s *StoreToBuildConfigListerImpl) GetConfigsForImageStreamTrigger(namespace, name string) ([]*buildapi.BuildConfig, error) + func (s *StoreToBuildConfigListerImpl) List() ([]*buildapi.BuildConfig, error) + type StoreToDeploymentConfigLister struct + func (s *StoreToDeploymentConfigLister) DeploymentConfigs(namespace string) storeDeploymentConfigsNamespacer + func (s *StoreToDeploymentConfigLister) GetConfigForController(rc *kapi.ReplicationController) (*deployapi.DeploymentConfig, error) + func (s *StoreToDeploymentConfigLister) GetConfigForPod(pod *kapi.Pod) (*deployapi.DeploymentConfig, error) + func (s *StoreToDeploymentConfigLister) GetConfigsForImageStream(stream *imageapi.ImageStream) ([]*deployapi.DeploymentConfig, error) + func (s *StoreToDeploymentConfigLister) List() ([]*deployapi.DeploymentConfig, error) + type StoreToImageStreamLister struct + func (s *StoreToImageStreamLister) GetStreamsForConfig(config *deployapi.DeploymentConfig) []*imageapi.ImageStream + func (s *StoreToImageStreamLister) ImageStreams(namespace string) storeImageStreamsNamespacer + func (s *StoreToImageStreamLister) List() ([]*imageapi.ImageStream, error) + type StoreToServiceAccountLister struct + func (s *StoreToServiceAccountLister) ServiceAccounts(namespace string) storeServiceAccountsNamespacer v1.5.0-alpha.1 Dec 29, 2016 Incompatible versions in this module v3.7.0-alpha.0+incompatible Aug 1, 2017