var keyFunc …
type FakeNodeHandler …
type FakeLegacyHandler …
func (m *FakeNodeHandler) GetUpdatedNodesCopy() []*v1.Node { … }
func (m *FakeNodeHandler) Core() v1core.CoreV1Interface { … }
func (m *FakeNodeHandler) CoreV1() v1core.CoreV1Interface { … }
func (m *FakeLegacyHandler) Nodes() v1core.NodeInterface { … }
func (m *FakeNodeHandler) Create(_ context.Context, node *v1.Node, _ metav1.CreateOptions) (*v1.Node, error) { … }
func (m *FakeNodeHandler) Get(ctx context.Context, name string, opts metav1.GetOptions) (*v1.Node, error) { … }
func (m *FakeNodeHandler) runAsyncCalls() { … }
func (m *FakeNodeHandler) List(_ context.Context, opts metav1.ListOptions) (*v1.NodeList, error) { … }
func (m *FakeNodeHandler) Delete(_ context.Context, id string, opt metav1.DeleteOptions) error { … }
func (m *FakeNodeHandler) DeleteCollection(_ context.Context, opt metav1.DeleteOptions, listOpts metav1.ListOptions) error { … }
func (m *FakeNodeHandler) Update(_ context.Context, node *v1.Node, _ metav1.UpdateOptions) (*v1.Node, error) { … }
func (m *FakeNodeHandler) UpdateStatus(_ context.Context, node *v1.Node, _ metav1.UpdateOptions) (*v1.Node, error) { … }
func (m *FakeNodeHandler) PatchStatus(ctx context.Context, nodeName string, data []byte) (*v1.Node, error) { … }
func (m *FakeNodeHandler) Watch(_ context.Context, opts metav1.ListOptions) (watch.Interface, error) { … }
func (m *FakeNodeHandler) Patch(ctx context.Context, name string, pt types.PatchType, data []byte, _ metav1.PatchOptions, subresources ...string) (*v1.Node, error) { … }
func (m *FakeNodeHandler) Apply(ctx context.Context, node *v1apply.NodeApplyConfiguration, opts metav1.ApplyOptions) (*v1.Node, error) { … }
func (m *FakeNodeHandler) ApplyStatus(ctx context.Context, node *v1apply.NodeApplyConfiguration, opts metav1.ApplyOptions) (*v1.Node, error) { … }
type FakeRecorder …
func (f *FakeRecorder) Event(obj runtime.Object, eventtype, reason, message string) { … }
func (f *FakeRecorder) Eventf(obj runtime.Object, eventtype, reason, messageFmt string, args ...interface{ … }
func (f *FakeRecorder) AnnotatedEventf(obj runtime.Object, annotations map[string]string, eventtype, reason, messageFmt string, args ...interface{ … }
func (f *FakeRecorder) generateEvent(obj runtime.Object, timestamp metav1.Time, eventtype, reason, message string) { … }
func (f *FakeRecorder) makeEvent(ref *v1.ObjectReference, eventtype, reason, message string) *v1.Event { … }
func NewFakeRecorder() *FakeRecorder { … }
func NewNode(name string) *v1.Node { … }
func NewPod(name, host string) *v1.Pod { … }
func contains(node *v1.Node, nodes []*v1.Node) bool { … }
func GetZones(nodeHandler *FakeNodeHandler) []string { … }
func CreateZoneID(region, zone string) string { … }
func GetKey(obj interface{ … }