Versions in this module Expand all Collapse all v1 v1.3.0 Nov 27, 2024 Changes in this version + func NewFakeDiscoveryClient(err error) discovery.DiscoveryInterface + type ClientMethod string + const ClientMethodList + type ErrorsForGVK struct + DeleteAllErr *apierrors.StatusError + GVK schema.GroupVersionKind + ListErr *apierrors.StatusError + type FakeClientBuilder struct + func NewFakeClientBuilder(existingObjects ...client.Object) *FakeClientBuilder + func (b *FakeClientBuilder) Build() client.Client + func (b *FakeClientBuilder) RecordErrorForObjectsWithGVK(method ClientMethod, namespace string, gvk schema.GroupVersionKind, ...) *FakeClientBuilder + func (b *FakeClientBuilder) WithScheme(scheme *runtime.Scheme) *FakeClientBuilder