Versions in this module Expand all Collapse all v0 v0.1.0 Jul 17, 2018 Changes in this version + func InduceFailure(verb, resource string) clientgotesting.ReactionFunc + func KeyOrDie(obj interface{}) string + func ValidateCreates(action clientgotesting.Action) (handled bool, ret runtime.Object, err error) + func ValidateUpdates(action clientgotesting.Action) (handled bool, ret runtime.Object, err error) + type BuildLister struct + Err error + Items []*buildv1alpha1.Build + func (r *BuildLister) Builds(namespace string) buildlisters.BuildNamespaceLister + func (r *BuildLister) List(selector labels.Selector) (results []*buildv1alpha1.Build, err error) + type ConfigMapLister struct + Err error + Items []*corev1.ConfigMap + func (r *ConfigMapLister) ConfigMaps(namespace string) corev1listers.ConfigMapNamespaceLister + func (r *ConfigMapLister) List(selector labels.Selector) (results []*corev1.ConfigMap, err error) + type ConfigurationLister struct + Err error + Items []*v1alpha1.Configuration + func (r *ConfigurationLister) Configurations(namespace string) listers.ConfigurationNamespaceLister + func (r *ConfigurationLister) List(selector labels.Selector) (results []*v1alpha1.Configuration, err error) + type CreateHookFunc func(runtime.Object) HookResult + func ExpectNormalEventDelivery(t *testing.T, messageRegexp string) CreateHookFunc + func ExpectWarningEventDelivery(t *testing.T, messageRegexp string) CreateHookFunc + type Ctor func(*Listers, controller.Options) controller.Interface + type DeleteHookFunc func(string) HookResult + type DeploymentLister struct + Err error + Items []*appsv1.Deployment + func (r *DeploymentLister) Deployments(namespace string) appsv1listers.DeploymentNamespaceLister + func (r *DeploymentLister) GetDeploymentsForReplicaSet(rs *appsv1.ReplicaSet) (results []*appsv1.Deployment, err error) + func (r *DeploymentLister) List(selector labels.Selector) (results []*appsv1.Deployment, err error) + type EndpointsLister struct + Err error + Items []*corev1.Endpoints + func (r *EndpointsLister) Endpoints(namespace string) corev1listers.EndpointsNamespaceLister + func (r *EndpointsLister) List(selector labels.Selector) (results []*corev1.Endpoints, err error) + type HookResult bool + const HookComplete + const HookIncomplete + type Hooks struct + func NewHooks() *Hooks + func (h *Hooks) OnCreate(fake *kubetesting.Fake, resource string, rf CreateHookFunc) + func (h *Hooks) OnDelete(fake *kubetesting.Fake, resource string, rf DeleteHookFunc) + func (h *Hooks) OnUpdate(fake *kubetesting.Fake, resource string, rf UpdateHookFunc) + func (h *Hooks) WaitForHooks(timeout time.Duration) error + type K8sServiceLister struct + Err error + Items []*corev1.Service + func (r *K8sServiceLister) GetPodServices(p *corev1.Pod) (results []*corev1.Service, err error) + func (r *K8sServiceLister) List(selector labels.Selector) (results []*corev1.Service, err error) + func (r *K8sServiceLister) Services(namespace string) corev1listers.ServiceNamespaceLister + type Listers struct + Build *BuildLister + ConfigMap *ConfigMapLister + Configuration *ConfigurationLister + Deployment *DeploymentLister + Endpoints *EndpointsLister + K8sService *K8sServiceLister + Revision *RevisionLister + Route *RouteLister + Service *ServiceLister + VirtualService *VirtualServiceLister + func NewListers(objs []runtime.Object) Listers + func (f *Listers) GetBuildLister() *BuildLister + func (f *Listers) GetBuildObjects() []runtime.Object + func (f *Listers) GetConfigMapLister() *ConfigMapLister + func (f *Listers) GetConfigurationLister() *ConfigurationLister + func (f *Listers) GetDeploymentLister() *DeploymentLister + func (f *Listers) GetEndpointsLister() *EndpointsLister + func (f *Listers) GetK8sServiceLister() *K8sServiceLister + func (f *Listers) GetKubeObjects() []runtime.Object + func (f *Listers) GetRevisionLister() *RevisionLister + func (f *Listers) GetRouteLister() *RouteLister + func (f *Listers) GetServiceLister() *ServiceLister + func (f *Listers) GetServingObjects() []runtime.Object + func (f *Listers) GetVirtualServiceLister() *VirtualServiceLister + type RevisionLister struct + Err error + Items []*v1alpha1.Revision + func (r *RevisionLister) List(selector labels.Selector) (results []*v1alpha1.Revision, err error) + func (r *RevisionLister) Revisions(namespace string) listers.RevisionNamespaceLister + type RouteLister struct + Err error + Items []*v1alpha1.Route + func (r *RouteLister) List(selector labels.Selector) (results []*v1alpha1.Route, err error) + func (r *RouteLister) Routes(namespace string) listers.RouteNamespaceLister + type ServiceLister struct + Err error + Items []*v1alpha1.Service + func (r *ServiceLister) List(selector labels.Selector) (results []*v1alpha1.Service, err error) + func (r *ServiceLister) Services(namespace string) listers.ServiceNamespaceLister + type TableRow struct + Key string + Name string + Objects []runtime.Object + WantCreates []metav1.Object + WantDeletes []clientgotesting.DeleteActionImpl + WantErr bool + WantQueue []string + WantUpdates []clientgotesting.UpdateActionImpl + WithReactors []clientgotesting.ReactionFunc + func (r *TableRow) Test(t *testing.T, ctor Ctor) + type TableTest []TableRow + func (tt TableTest) Test(t *testing.T, ctor Ctor) + type UpdateHookFunc func(runtime.Object) HookResult + type VirtualServiceLister struct + Err error + Items []*istiov1alpha3.VirtualService + func (r *VirtualServiceLister) GetPodServices(p *corev1.Pod) (results []*istiov1alpha3.VirtualService, err error) + func (r *VirtualServiceLister) List(selector labels.Selector) (results []*istiov1alpha3.VirtualService, err error) + func (r *VirtualServiceLister) VirtualServices(namespace string) istiolisters.VirtualServiceNamespaceLister