Versions in this module Expand all Collapse all v0 v0.5.0 Jan 28, 2021 v0.4.0 Oct 5, 2020 Changes in this version + type FakeClient struct + CreateStub func(context.Context, runtime.Object, ...client.CreateOption) error + DeleteAllOfStub func(context.Context, runtime.Object, ...client.DeleteAllOfOption) error + DeleteStub func(context.Context, runtime.Object, ...client.DeleteOption) error + GetStub func(context.Context, types.NamespacedName, runtime.Object) error + ListStub func(context.Context, runtime.Object, ...client.ListOption) error + PatchStub func(context.Context, runtime.Object, client.Patch, ...client.PatchOption) error + StatusStub func() client.StatusWriter + UpdateStub func(context.Context, runtime.Object, ...client.UpdateOption) error + func (fake *FakeClient) Create(arg1 context.Context, arg2 runtime.Object, arg3 ...client.CreateOption) error + func (fake *FakeClient) CreateArgsForCall(i int) (context.Context, runtime.Object, []client.CreateOption) + func (fake *FakeClient) CreateCallCount() int + func (fake *FakeClient) CreateCalls(stub func(context.Context, runtime.Object, ...client.CreateOption) error) + func (fake *FakeClient) CreateReturns(result1 error) + func (fake *FakeClient) CreateReturnsOnCall(i int, result1 error) + func (fake *FakeClient) Delete(arg1 context.Context, arg2 runtime.Object, arg3 ...client.DeleteOption) error + func (fake *FakeClient) DeleteAllOf(arg1 context.Context, arg2 runtime.Object, arg3 ...client.DeleteAllOfOption) error + func (fake *FakeClient) DeleteAllOfArgsForCall(i int) (context.Context, runtime.Object, []client.DeleteAllOfOption) + func (fake *FakeClient) DeleteAllOfCallCount() int + func (fake *FakeClient) DeleteAllOfCalls(stub func(context.Context, runtime.Object, ...client.DeleteAllOfOption) error) + func (fake *FakeClient) DeleteAllOfReturns(result1 error) + func (fake *FakeClient) DeleteAllOfReturnsOnCall(i int, result1 error) + func (fake *FakeClient) DeleteArgsForCall(i int) (context.Context, runtime.Object, []client.DeleteOption) + func (fake *FakeClient) DeleteCallCount() int + func (fake *FakeClient) DeleteCalls(stub func(context.Context, runtime.Object, ...client.DeleteOption) error) + func (fake *FakeClient) DeleteReturns(result1 error) + func (fake *FakeClient) DeleteReturnsOnCall(i int, result1 error) + func (fake *FakeClient) Get(arg1 context.Context, arg2 types.NamespacedName, arg3 runtime.Object) error + func (fake *FakeClient) GetArgsForCall(i int) (context.Context, types.NamespacedName, runtime.Object) + func (fake *FakeClient) GetCallCount() int + func (fake *FakeClient) GetCalls(stub func(context.Context, types.NamespacedName, runtime.Object) error) + func (fake *FakeClient) GetReturns(result1 error) + func (fake *FakeClient) GetReturnsOnCall(i int, result1 error) + func (fake *FakeClient) Invocations() map[string][][]interface{} + func (fake *FakeClient) List(arg1 context.Context, arg2 runtime.Object, arg3 ...client.ListOption) error + func (fake *FakeClient) ListArgsForCall(i int) (context.Context, runtime.Object, []client.ListOption) + func (fake *FakeClient) ListCallCount() int + func (fake *FakeClient) ListCalls(stub func(context.Context, runtime.Object, ...client.ListOption) error) + func (fake *FakeClient) ListReturns(result1 error) + func (fake *FakeClient) ListReturnsOnCall(i int, result1 error) + func (fake *FakeClient) Patch(arg1 context.Context, arg2 runtime.Object, arg3 client.Patch, ...) error + func (fake *FakeClient) PatchArgsForCall(i int) (context.Context, runtime.Object, client.Patch, []client.PatchOption) + func (fake *FakeClient) PatchCallCount() int + func (fake *FakeClient) PatchCalls(...) + func (fake *FakeClient) PatchReturns(result1 error) + func (fake *FakeClient) PatchReturnsOnCall(i int, result1 error) + func (fake *FakeClient) Status() client.StatusWriter + func (fake *FakeClient) StatusCallCount() int + func (fake *FakeClient) StatusCalls(stub func() client.StatusWriter) + func (fake *FakeClient) StatusReturns(result1 client.StatusWriter) + func (fake *FakeClient) StatusReturnsOnCall(i int, result1 client.StatusWriter) + func (fake *FakeClient) Update(arg1 context.Context, arg2 runtime.Object, arg3 ...client.UpdateOption) error + func (fake *FakeClient) UpdateArgsForCall(i int) (context.Context, runtime.Object, []client.UpdateOption) + func (fake *FakeClient) UpdateCallCount() int + func (fake *FakeClient) UpdateCalls(stub func(context.Context, runtime.Object, ...client.UpdateOption) error) + func (fake *FakeClient) UpdateReturns(result1 error) + func (fake *FakeClient) UpdateReturnsOnCall(i int, result1 error) + type FakeCoreV1Interface struct + ComponentStatusesStub func() v1.ComponentStatusInterface + ConfigMapsStub func(string) v1.ConfigMapInterface + EndpointsStub func(string) v1.EndpointsInterface + EventsStub func(string) v1.EventInterface + LimitRangesStub func(string) v1.LimitRangeInterface + NamespacesStub func() v1.NamespaceInterface + NodesStub func() v1.NodeInterface + PersistentVolumeClaimsStub func(string) v1.PersistentVolumeClaimInterface + PersistentVolumesStub func() v1.PersistentVolumeInterface + PodTemplatesStub func(string) v1.PodTemplateInterface + PodsStub func(string) v1.PodInterface + RESTClientStub func() rest.Interface + ReplicationControllersStub func(string) v1.ReplicationControllerInterface + ResourceQuotasStub func(string) v1.ResourceQuotaInterface + SecretsStub func(string) v1.SecretInterface + ServiceAccountsStub func(string) v1.ServiceAccountInterface + ServicesStub func(string) v1.ServiceInterface + func (fake *FakeCoreV1Interface) ComponentStatuses() v1.ComponentStatusInterface + func (fake *FakeCoreV1Interface) ComponentStatusesCallCount() int + func (fake *FakeCoreV1Interface) ComponentStatusesCalls(stub func() v1.ComponentStatusInterface) + func (fake *FakeCoreV1Interface) ComponentStatusesReturns(result1 v1.ComponentStatusInterface) + func (fake *FakeCoreV1Interface) ComponentStatusesReturnsOnCall(i int, result1 v1.ComponentStatusInterface) + func (fake *FakeCoreV1Interface) ConfigMaps(arg1 string) v1.ConfigMapInterface + func (fake *FakeCoreV1Interface) ConfigMapsArgsForCall(i int) string + func (fake *FakeCoreV1Interface) ConfigMapsCallCount() int + func (fake *FakeCoreV1Interface) ConfigMapsCalls(stub func(string) v1.ConfigMapInterface) + func (fake *FakeCoreV1Interface) ConfigMapsReturns(result1 v1.ConfigMapInterface) + func (fake *FakeCoreV1Interface) ConfigMapsReturnsOnCall(i int, result1 v1.ConfigMapInterface) + func (fake *FakeCoreV1Interface) Endpoints(arg1 string) v1.EndpointsInterface + func (fake *FakeCoreV1Interface) EndpointsArgsForCall(i int) string + func (fake *FakeCoreV1Interface) EndpointsCallCount() int + func (fake *FakeCoreV1Interface) EndpointsCalls(stub func(string) v1.EndpointsInterface) + func (fake *FakeCoreV1Interface) EndpointsReturns(result1 v1.EndpointsInterface) + func (fake *FakeCoreV1Interface) EndpointsReturnsOnCall(i int, result1 v1.EndpointsInterface) + func (fake *FakeCoreV1Interface) Events(arg1 string) v1.EventInterface + func (fake *FakeCoreV1Interface) EventsArgsForCall(i int) string + func (fake *FakeCoreV1Interface) EventsCallCount() int + func (fake *FakeCoreV1Interface) EventsCalls(stub func(string) v1.EventInterface) + func (fake *FakeCoreV1Interface) EventsReturns(result1 v1.EventInterface) + func (fake *FakeCoreV1Interface) EventsReturnsOnCall(i int, result1 v1.EventInterface) + func (fake *FakeCoreV1Interface) Invocations() map[string][][]interface{} + func (fake *FakeCoreV1Interface) LimitRanges(arg1 string) v1.LimitRangeInterface + func (fake *FakeCoreV1Interface) LimitRangesArgsForCall(i int) string + func (fake *FakeCoreV1Interface) LimitRangesCallCount() int + func (fake *FakeCoreV1Interface) LimitRangesCalls(stub func(string) v1.LimitRangeInterface) + func (fake *FakeCoreV1Interface) LimitRangesReturns(result1 v1.LimitRangeInterface) + func (fake *FakeCoreV1Interface) LimitRangesReturnsOnCall(i int, result1 v1.LimitRangeInterface) + func (fake *FakeCoreV1Interface) Namespaces() v1.NamespaceInterface + func (fake *FakeCoreV1Interface) NamespacesCallCount() int + func (fake *FakeCoreV1Interface) NamespacesCalls(stub func() v1.NamespaceInterface) + func (fake *FakeCoreV1Interface) NamespacesReturns(result1 v1.NamespaceInterface) + func (fake *FakeCoreV1Interface) NamespacesReturnsOnCall(i int, result1 v1.NamespaceInterface) + func (fake *FakeCoreV1Interface) Nodes() v1.NodeInterface + func (fake *FakeCoreV1Interface) NodesCallCount() int + func (fake *FakeCoreV1Interface) NodesCalls(stub func() v1.NodeInterface) + func (fake *FakeCoreV1Interface) NodesReturns(result1 v1.NodeInterface) + func (fake *FakeCoreV1Interface) NodesReturnsOnCall(i int, result1 v1.NodeInterface) + func (fake *FakeCoreV1Interface) PersistentVolumeClaims(arg1 string) v1.PersistentVolumeClaimInterface + func (fake *FakeCoreV1Interface) PersistentVolumeClaimsArgsForCall(i int) string + func (fake *FakeCoreV1Interface) PersistentVolumeClaimsCallCount() int + func (fake *FakeCoreV1Interface) PersistentVolumeClaimsCalls(stub func(string) v1.PersistentVolumeClaimInterface) + func (fake *FakeCoreV1Interface) PersistentVolumeClaimsReturns(result1 v1.PersistentVolumeClaimInterface) + func (fake *FakeCoreV1Interface) PersistentVolumeClaimsReturnsOnCall(i int, result1 v1.PersistentVolumeClaimInterface) + func (fake *FakeCoreV1Interface) PersistentVolumes() v1.PersistentVolumeInterface + func (fake *FakeCoreV1Interface) PersistentVolumesCallCount() int + func (fake *FakeCoreV1Interface) PersistentVolumesCalls(stub func() v1.PersistentVolumeInterface) + func (fake *FakeCoreV1Interface) PersistentVolumesReturns(result1 v1.PersistentVolumeInterface) + func (fake *FakeCoreV1Interface) PersistentVolumesReturnsOnCall(i int, result1 v1.PersistentVolumeInterface) + func (fake *FakeCoreV1Interface) PodTemplates(arg1 string) v1.PodTemplateInterface + func (fake *FakeCoreV1Interface) PodTemplatesArgsForCall(i int) string + func (fake *FakeCoreV1Interface) PodTemplatesCallCount() int + func (fake *FakeCoreV1Interface) PodTemplatesCalls(stub func(string) v1.PodTemplateInterface) + func (fake *FakeCoreV1Interface) PodTemplatesReturns(result1 v1.PodTemplateInterface) + func (fake *FakeCoreV1Interface) PodTemplatesReturnsOnCall(i int, result1 v1.PodTemplateInterface) + func (fake *FakeCoreV1Interface) Pods(arg1 string) v1.PodInterface + func (fake *FakeCoreV1Interface) PodsArgsForCall(i int) string + func (fake *FakeCoreV1Interface) PodsCallCount() int + func (fake *FakeCoreV1Interface) PodsCalls(stub func(string) v1.PodInterface) + func (fake *FakeCoreV1Interface) PodsReturns(result1 v1.PodInterface) + func (fake *FakeCoreV1Interface) PodsReturnsOnCall(i int, result1 v1.PodInterface) + func (fake *FakeCoreV1Interface) RESTClient() rest.Interface + func (fake *FakeCoreV1Interface) RESTClientCallCount() int + func (fake *FakeCoreV1Interface) RESTClientCalls(stub func() rest.Interface) + func (fake *FakeCoreV1Interface) RESTClientReturns(result1 rest.Interface) + func (fake *FakeCoreV1Interface) RESTClientReturnsOnCall(i int, result1 rest.Interface) + func (fake *FakeCoreV1Interface) ReplicationControllers(arg1 string) v1.ReplicationControllerInterface + func (fake *FakeCoreV1Interface) ReplicationControllersArgsForCall(i int) string + func (fake *FakeCoreV1Interface) ReplicationControllersCallCount() int + func (fake *FakeCoreV1Interface) ReplicationControllersCalls(stub func(string) v1.ReplicationControllerInterface) + func (fake *FakeCoreV1Interface) ReplicationControllersReturns(result1 v1.ReplicationControllerInterface) + func (fake *FakeCoreV1Interface) ReplicationControllersReturnsOnCall(i int, result1 v1.ReplicationControllerInterface) + func (fake *FakeCoreV1Interface) ResourceQuotas(arg1 string) v1.ResourceQuotaInterface + func (fake *FakeCoreV1Interface) ResourceQuotasArgsForCall(i int) string + func (fake *FakeCoreV1Interface) ResourceQuotasCallCount() int + func (fake *FakeCoreV1Interface) ResourceQuotasCalls(stub func(string) v1.ResourceQuotaInterface) + func (fake *FakeCoreV1Interface) ResourceQuotasReturns(result1 v1.ResourceQuotaInterface) + func (fake *FakeCoreV1Interface) ResourceQuotasReturnsOnCall(i int, result1 v1.ResourceQuotaInterface) + func (fake *FakeCoreV1Interface) Secrets(arg1 string) v1.SecretInterface + func (fake *FakeCoreV1Interface) SecretsArgsForCall(i int) string + func (fake *FakeCoreV1Interface) SecretsCallCount() int + func (fake *FakeCoreV1Interface) SecretsCalls(stub func(string) v1.SecretInterface) + func (fake *FakeCoreV1Interface) SecretsReturns(result1 v1.SecretInterface) + func (fake *FakeCoreV1Interface) SecretsReturnsOnCall(i int, result1 v1.SecretInterface) + func (fake *FakeCoreV1Interface) ServiceAccounts(arg1 string) v1.ServiceAccountInterface + func (fake *FakeCoreV1Interface) ServiceAccountsArgsForCall(i int) string + func (fake *FakeCoreV1Interface) ServiceAccountsCallCount() int + func (fake *FakeCoreV1Interface) ServiceAccountsCalls(stub func(string) v1.ServiceAccountInterface) + func (fake *FakeCoreV1Interface) ServiceAccountsReturns(result1 v1.ServiceAccountInterface) + func (fake *FakeCoreV1Interface) ServiceAccountsReturnsOnCall(i int, result1 v1.ServiceAccountInterface) + func (fake *FakeCoreV1Interface) Services(arg1 string) v1.ServiceInterface + func (fake *FakeCoreV1Interface) ServicesArgsForCall(i int) string + func (fake *FakeCoreV1Interface) ServicesCallCount() int + func (fake *FakeCoreV1Interface) ServicesCalls(stub func(string) v1.ServiceInterface) + func (fake *FakeCoreV1Interface) ServicesReturns(result1 v1.ServiceInterface) + func (fake *FakeCoreV1Interface) ServicesReturnsOnCall(i int, result1 v1.ServiceInterface) + type FakeInterface struct + ResultChanStub func() <-chan watch.Event + StopStub func() + func (fake *FakeInterface) Invocations() map[string][][]interface{} + func (fake *FakeInterface) ResultChan() <-chan watch.Event + func (fake *FakeInterface) ResultChanCallCount() int + func (fake *FakeInterface) ResultChanCalls(stub func() <-chan watch.Event) + func (fake *FakeInterface) ResultChanReturns(result1 <-chan watch.Event) + func (fake *FakeInterface) ResultChanReturnsOnCall(i int, result1 <-chan watch.Event) + func (fake *FakeInterface) Stop() + func (fake *FakeInterface) StopCallCount() int + func (fake *FakeInterface) StopCalls(stub func()) + type FakeManager struct + AddHealthzCheckStub func(string, healthz.Checker) error + AddMetricsExtraHandlerStub func(string, http.Handler) error + AddReadyzCheckStub func(string, healthz.Checker) error + AddStub func(manager.Runnable) error + ElectedStub func() <-chan struct{} + GetAPIReaderStub func() client.Reader + GetCacheStub func() cache.Cache + GetClientStub func() client.Client + GetConfigStub func() *rest.Config + GetEventRecorderForStub func(string) record.EventRecorder + GetFieldIndexerStub func() client.FieldIndexer + GetLoggerStub func() logr.Logger + GetRESTMapperStub func() meta.RESTMapper + GetSchemeStub func() *runtime.Scheme + GetWebhookServerStub func() *webhook.Server + SetFieldsStub func(interface{}) error + StartStub func(<-chan struct{}) error + func (fake *FakeManager) Add(arg1 manager.Runnable) error + func (fake *FakeManager) AddArgsForCall(i int) manager.Runnable + func (fake *FakeManager) AddCallCount() int + func (fake *FakeManager) AddCalls(stub func(manager.Runnable) error) + func (fake *FakeManager) AddHealthzCheck(arg1 string, arg2 healthz.Checker) error + func (fake *FakeManager) AddHealthzCheckArgsForCall(i int) (string, healthz.Checker) + func (fake *FakeManager) AddHealthzCheckCallCount() int + func (fake *FakeManager) AddHealthzCheckCalls(stub func(string, healthz.Checker) error) + func (fake *FakeManager) AddHealthzCheckReturns(result1 error) + func (fake *FakeManager) AddHealthzCheckReturnsOnCall(i int, result1 error) + func (fake *FakeManager) AddMetricsExtraHandler(arg1 string, arg2 http.Handler) error + func (fake *FakeManager) AddMetricsExtraHandlerArgsForCall(i int) (string, http.Handler) + func (fake *FakeManager) AddMetricsExtraHandlerCallCount() int + func (fake *FakeManager) AddMetricsExtraHandlerCalls(stub func(string, http.Handler) error) + func (fake *FakeManager) AddMetricsExtraHandlerReturns(result1 error) + func (fake *FakeManager) AddMetricsExtraHandlerReturnsOnCall(i int, result1 error) + func (fake *FakeManager) AddReadyzCheck(arg1 string, arg2 healthz.Checker) error + func (fake *FakeManager) AddReadyzCheckArgsForCall(i int) (string, healthz.Checker) + func (fake *FakeManager) AddReadyzCheckCallCount() int + func (fake *FakeManager) AddReadyzCheckCalls(stub func(string, healthz.Checker) error) + func (fake *FakeManager) AddReadyzCheckReturns(result1 error) + func (fake *FakeManager) AddReadyzCheckReturnsOnCall(i int, result1 error) + func (fake *FakeManager) AddReturns(result1 error) + func (fake *FakeManager) AddReturnsOnCall(i int, result1 error) + func (fake *FakeManager) Elected() <-chan struct{} + func (fake *FakeManager) ElectedCallCount() int + func (fake *FakeManager) ElectedCalls(stub func() <-chan struct{}) + func (fake *FakeManager) ElectedReturns(result1 <-chan struct{}) + func (fake *FakeManager) ElectedReturnsOnCall(i int, result1 <-chan struct{}) + func (fake *FakeManager) GetAPIReader() client.Reader + func (fake *FakeManager) GetAPIReaderCallCount() int + func (fake *FakeManager) GetAPIReaderCalls(stub func() client.Reader) + func (fake *FakeManager) GetAPIReaderReturns(result1 client.Reader) + func (fake *FakeManager) GetAPIReaderReturnsOnCall(i int, result1 client.Reader) + func (fake *FakeManager) GetCache() cache.Cache + func (fake *FakeManager) GetCacheCallCount() int + func (fake *FakeManager) GetCacheCalls(stub func() cache.Cache) + func (fake *FakeManager) GetCacheReturns(result1 cache.Cache) + func (fake *FakeManager) GetCacheReturnsOnCall(i int, result1 cache.Cache) + func (fake *FakeManager) GetClient() client.Client + func (fake *FakeManager) GetClientCallCount() int + func (fake *FakeManager) GetClientCalls(stub func() client.Client) + func (fake *FakeManager) GetClientReturns(result1 client.Client) + func (fake *FakeManager) GetClientReturnsOnCall(i int, result1 client.Client) + func (fake *FakeManager) GetConfig() *rest.Config + func (fake *FakeManager) GetConfigCallCount() int + func (fake *FakeManager) GetConfigCalls(stub func() *rest.Config) + func (fake *FakeManager) GetConfigReturns(result1 *rest.Config) + func (fake *FakeManager) GetConfigReturnsOnCall(i int, result1 *rest.Config) + func (fake *FakeManager) GetEventRecorderFor(arg1 string) record.EventRecorder + func (fake *FakeManager) GetEventRecorderForArgsForCall(i int) string + func (fake *FakeManager) GetEventRecorderForCallCount() int + func (fake *FakeManager) GetEventRecorderForCalls(stub func(string) record.EventRecorder) + func (fake *FakeManager) GetEventRecorderForReturns(result1 record.EventRecorder) + func (fake *FakeManager) GetEventRecorderForReturnsOnCall(i int, result1 record.EventRecorder) + func (fake *FakeManager) GetFieldIndexer() client.FieldIndexer + func (fake *FakeManager) GetFieldIndexerCallCount() int + func (fake *FakeManager) GetFieldIndexerCalls(stub func() client.FieldIndexer) + func (fake *FakeManager) GetFieldIndexerReturns(result1 client.FieldIndexer) + func (fake *FakeManager) GetFieldIndexerReturnsOnCall(i int, result1 client.FieldIndexer) + func (fake *FakeManager) GetLogger() logr.Logger + func (fake *FakeManager) GetLoggerCallCount() int + func (fake *FakeManager) GetLoggerCalls(stub func() logr.Logger) + func (fake *FakeManager) GetLoggerReturns(result1 logr.Logger) + func (fake *FakeManager) GetLoggerReturnsOnCall(i int, result1 logr.Logger) + func (fake *FakeManager) GetRESTMapper() meta.RESTMapper + func (fake *FakeManager) GetRESTMapperCallCount() int + func (fake *FakeManager) GetRESTMapperCalls(stub func() meta.RESTMapper) + func (fake *FakeManager) GetRESTMapperReturns(result1 meta.RESTMapper) + func (fake *FakeManager) GetRESTMapperReturnsOnCall(i int, result1 meta.RESTMapper) + func (fake *FakeManager) GetScheme() *runtime.Scheme + func (fake *FakeManager) GetSchemeCallCount() int + func (fake *FakeManager) GetSchemeCalls(stub func() *runtime.Scheme) + func (fake *FakeManager) GetSchemeReturns(result1 *runtime.Scheme) + func (fake *FakeManager) GetSchemeReturnsOnCall(i int, result1 *runtime.Scheme) + func (fake *FakeManager) GetWebhookServer() *webhook.Server + func (fake *FakeManager) GetWebhookServerCallCount() int + func (fake *FakeManager) GetWebhookServerCalls(stub func() *webhook.Server) + func (fake *FakeManager) GetWebhookServerReturns(result1 *webhook.Server) + func (fake *FakeManager) GetWebhookServerReturnsOnCall(i int, result1 *webhook.Server) + func (fake *FakeManager) Invocations() map[string][][]interface{} + func (fake *FakeManager) SetFields(arg1 interface{}) error + func (fake *FakeManager) SetFieldsArgsForCall(i int) interface{} + func (fake *FakeManager) SetFieldsCallCount() int + func (fake *FakeManager) SetFieldsCalls(stub func(interface{}) error) + func (fake *FakeManager) SetFieldsReturns(result1 error) + func (fake *FakeManager) SetFieldsReturnsOnCall(i int, result1 error) + func (fake *FakeManager) Start(arg1 <-chan struct{}) error + func (fake *FakeManager) StartArgsForCall(i int) <-chan struct{} + func (fake *FakeManager) StartCallCount() int + func (fake *FakeManager) StartCalls(stub func(<-chan struct{}) error) + func (fake *FakeManager) StartReturns(result1 error) + func (fake *FakeManager) StartReturnsOnCall(i int, result1 error) + type FakePodInterface struct + BindStub func(context.Context, *v1a.Binding, v1b.CreateOptions) error + CreateStub func(context.Context, *v1a.Pod, v1b.CreateOptions) (*v1a.Pod, error) + DeleteCollectionStub func(context.Context, v1b.DeleteOptions, v1b.ListOptions) error + DeleteStub func(context.Context, string, v1b.DeleteOptions) error + EvictStub func(context.Context, *v1beta1.Eviction) error + GetEphemeralContainersStub func(context.Context, string, v1b.GetOptions) (*v1a.EphemeralContainers, error) + GetLogsStub func(string, *v1a.PodLogOptions) *rest.Request + GetStub func(context.Context, string, v1b.GetOptions) (*v1a.Pod, error) + ListStub func(context.Context, v1b.ListOptions) (*v1a.PodList, error) + PatchStub func(context.Context, string, types.PatchType, []byte, v1b.PatchOptions, ...string) (*v1a.Pod, error) + ProxyGetStub func(string, string, string, string, map[string]string) rest.ResponseWrapper + UpdateEphemeralContainersStub func(context.Context, string, *v1a.EphemeralContainers, v1b.UpdateOptions) (*v1a.EphemeralContainers, error) + UpdateStatusStub func(context.Context, *v1a.Pod, v1b.UpdateOptions) (*v1a.Pod, error) + UpdateStub func(context.Context, *v1a.Pod, v1b.UpdateOptions) (*v1a.Pod, error) + WatchStub func(context.Context, v1b.ListOptions) (watch.Interface, error) + func (fake *FakePodInterface) Bind(arg1 context.Context, arg2 *v1a.Binding, arg3 v1b.CreateOptions) error + func (fake *FakePodInterface) BindArgsForCall(i int) (context.Context, *v1a.Binding, v1b.CreateOptions) + func (fake *FakePodInterface) BindCallCount() int + func (fake *FakePodInterface) BindCalls(stub func(context.Context, *v1a.Binding, v1b.CreateOptions) error) + func (fake *FakePodInterface) BindReturns(result1 error) + func (fake *FakePodInterface) BindReturnsOnCall(i int, result1 error) + func (fake *FakePodInterface) Create(arg1 context.Context, arg2 *v1a.Pod, arg3 v1b.CreateOptions) (*v1a.Pod, error) + func (fake *FakePodInterface) CreateArgsForCall(i int) (context.Context, *v1a.Pod, v1b.CreateOptions) + func (fake *FakePodInterface) CreateCallCount() int + func (fake *FakePodInterface) CreateCalls(stub func(context.Context, *v1a.Pod, v1b.CreateOptions) (*v1a.Pod, error)) + func (fake *FakePodInterface) CreateReturns(result1 *v1a.Pod, result2 error) + func (fake *FakePodInterface) CreateReturnsOnCall(i int, result1 *v1a.Pod, result2 error) + func (fake *FakePodInterface) Delete(arg1 context.Context, arg2 string, arg3 v1b.DeleteOptions) error + func (fake *FakePodInterface) DeleteArgsForCall(i int) (context.Context, string, v1b.DeleteOptions) + func (fake *FakePodInterface) DeleteCallCount() int + func (fake *FakePodInterface) DeleteCalls(stub func(context.Context, string, v1b.DeleteOptions) error) + func (fake *FakePodInterface) DeleteCollection(arg1 context.Context, arg2 v1b.DeleteOptions, arg3 v1b.ListOptions) error + func (fake *FakePodInterface) DeleteCollectionArgsForCall(i int) (context.Context, v1b.DeleteOptions, v1b.ListOptions) + func (fake *FakePodInterface) DeleteCollectionCallCount() int + func (fake *FakePodInterface) DeleteCollectionCalls(stub func(context.Context, v1b.DeleteOptions, v1b.ListOptions) error) + func (fake *FakePodInterface) DeleteCollectionReturns(result1 error) + func (fake *FakePodInterface) DeleteCollectionReturnsOnCall(i int, result1 error) + func (fake *FakePodInterface) DeleteReturns(result1 error) + func (fake *FakePodInterface) DeleteReturnsOnCall(i int, result1 error) + func (fake *FakePodInterface) Evict(arg1 context.Context, arg2 *v1beta1.Eviction) error + func (fake *FakePodInterface) EvictArgsForCall(i int) (context.Context, *v1beta1.Eviction) + func (fake *FakePodInterface) EvictCallCount() int + func (fake *FakePodInterface) EvictCalls(stub func(context.Context, *v1beta1.Eviction) error) + func (fake *FakePodInterface) EvictReturns(result1 error) + func (fake *FakePodInterface) EvictReturnsOnCall(i int, result1 error) + func (fake *FakePodInterface) Get(arg1 context.Context, arg2 string, arg3 v1b.GetOptions) (*v1a.Pod, error) + func (fake *FakePodInterface) GetArgsForCall(i int) (context.Context, string, v1b.GetOptions) + func (fake *FakePodInterface) GetCallCount() int + func (fake *FakePodInterface) GetCalls(stub func(context.Context, string, v1b.GetOptions) (*v1a.Pod, error)) + func (fake *FakePodInterface) GetEphemeralContainers(arg1 context.Context, arg2 string, arg3 v1b.GetOptions) (*v1a.EphemeralContainers, error) + func (fake *FakePodInterface) GetEphemeralContainersArgsForCall(i int) (context.Context, string, v1b.GetOptions) + func (fake *FakePodInterface) GetEphemeralContainersCallCount() int + func (fake *FakePodInterface) GetEphemeralContainersCalls(...) + func (fake *FakePodInterface) GetEphemeralContainersReturns(result1 *v1a.EphemeralContainers, result2 error) + func (fake *FakePodInterface) GetEphemeralContainersReturnsOnCall(i int, result1 *v1a.EphemeralContainers, result2 error) + func (fake *FakePodInterface) GetLogs(arg1 string, arg2 *v1a.PodLogOptions) *rest.Request + func (fake *FakePodInterface) GetLogsArgsForCall(i int) (string, *v1a.PodLogOptions) + func (fake *FakePodInterface) GetLogsCallCount() int + func (fake *FakePodInterface) GetLogsCalls(stub func(string, *v1a.PodLogOptions) *rest.Request) + func (fake *FakePodInterface) GetLogsReturns(result1 *rest.Request) + func (fake *FakePodInterface) GetLogsReturnsOnCall(i int, result1 *rest.Request) + func (fake *FakePodInterface) GetReturns(result1 *v1a.Pod, result2 error) + func (fake *FakePodInterface) GetReturnsOnCall(i int, result1 *v1a.Pod, result2 error) + func (fake *FakePodInterface) Invocations() map[string][][]interface{} + func (fake *FakePodInterface) List(arg1 context.Context, arg2 v1b.ListOptions) (*v1a.PodList, error) + func (fake *FakePodInterface) ListArgsForCall(i int) (context.Context, v1b.ListOptions) + func (fake *FakePodInterface) ListCallCount() int + func (fake *FakePodInterface) ListCalls(stub func(context.Context, v1b.ListOptions) (*v1a.PodList, error)) + func (fake *FakePodInterface) ListReturns(result1 *v1a.PodList, result2 error) + func (fake *FakePodInterface) ListReturnsOnCall(i int, result1 *v1a.PodList, result2 error) + func (fake *FakePodInterface) Patch(arg1 context.Context, arg2 string, arg3 types.PatchType, arg4 []byte, ...) (*v1a.Pod, error) + func (fake *FakePodInterface) PatchArgsForCall(i int) (context.Context, string, types.PatchType, []byte, v1b.PatchOptions, []string) + func (fake *FakePodInterface) PatchCallCount() int + func (fake *FakePodInterface) PatchCalls(...) + func (fake *FakePodInterface) PatchReturns(result1 *v1a.Pod, result2 error) + func (fake *FakePodInterface) PatchReturnsOnCall(i int, result1 *v1a.Pod, result2 error) + func (fake *FakePodInterface) ProxyGet(arg1 string, arg2 string, arg3 string, arg4 string, arg5 map[string]string) rest.ResponseWrapper + func (fake *FakePodInterface) ProxyGetArgsForCall(i int) (string, string, string, string, map[string]string) + func (fake *FakePodInterface) ProxyGetCallCount() int + func (fake *FakePodInterface) ProxyGetCalls(...) + func (fake *FakePodInterface) ProxyGetReturns(result1 rest.ResponseWrapper) + func (fake *FakePodInterface) ProxyGetReturnsOnCall(i int, result1 rest.ResponseWrapper) + func (fake *FakePodInterface) Update(arg1 context.Context, arg2 *v1a.Pod, arg3 v1b.UpdateOptions) (*v1a.Pod, error) + func (fake *FakePodInterface) UpdateArgsForCall(i int) (context.Context, *v1a.Pod, v1b.UpdateOptions) + func (fake *FakePodInterface) UpdateCallCount() int + func (fake *FakePodInterface) UpdateCalls(stub func(context.Context, *v1a.Pod, v1b.UpdateOptions) (*v1a.Pod, error)) + func (fake *FakePodInterface) UpdateEphemeralContainers(arg1 context.Context, arg2 string, arg3 *v1a.EphemeralContainers, ...) (*v1a.EphemeralContainers, error) + func (fake *FakePodInterface) UpdateEphemeralContainersArgsForCall(i int) (context.Context, string, *v1a.EphemeralContainers, v1b.UpdateOptions) + func (fake *FakePodInterface) UpdateEphemeralContainersCallCount() int + func (fake *FakePodInterface) UpdateEphemeralContainersCalls(...) + func (fake *FakePodInterface) UpdateEphemeralContainersReturns(result1 *v1a.EphemeralContainers, result2 error) + func (fake *FakePodInterface) UpdateEphemeralContainersReturnsOnCall(i int, result1 *v1a.EphemeralContainers, result2 error) + func (fake *FakePodInterface) UpdateReturns(result1 *v1a.Pod, result2 error) + func (fake *FakePodInterface) UpdateReturnsOnCall(i int, result1 *v1a.Pod, result2 error) + func (fake *FakePodInterface) UpdateStatus(arg1 context.Context, arg2 *v1a.Pod, arg3 v1b.UpdateOptions) (*v1a.Pod, error) + func (fake *FakePodInterface) UpdateStatusArgsForCall(i int) (context.Context, *v1a.Pod, v1b.UpdateOptions) + func (fake *FakePodInterface) UpdateStatusCallCount() int + func (fake *FakePodInterface) UpdateStatusCalls(stub func(context.Context, *v1a.Pod, v1b.UpdateOptions) (*v1a.Pod, error)) + func (fake *FakePodInterface) UpdateStatusReturns(result1 *v1a.Pod, result2 error) + func (fake *FakePodInterface) UpdateStatusReturnsOnCall(i int, result1 *v1a.Pod, result2 error) + func (fake *FakePodInterface) Watch(arg1 context.Context, arg2 v1b.ListOptions) (watch.Interface, error) + func (fake *FakePodInterface) WatchArgsForCall(i int) (context.Context, v1b.ListOptions) + func (fake *FakePodInterface) WatchCallCount() int + func (fake *FakePodInterface) WatchCalls(stub func(context.Context, v1b.ListOptions) (watch.Interface, error)) + func (fake *FakePodInterface) WatchReturns(result1 watch.Interface, result2 error) + func (fake *FakePodInterface) WatchReturnsOnCall(i int, result1 watch.Interface, result2 error)