...

Package fake

import "k8s.io/client-go/scale/fake"
Overview
Index

Overview ▾

Package fake provides a fake client interface to arbitrary Kubernetes APIs that exposes common high level operations and exposes common metadata.

type FakeScaleClient

FakeScaleClient provides a fake implementation of scale.ScalesGetter.

type FakeScaleClient struct {
    testing.Fake
}

func (*FakeScaleClient) Scales

func (f *FakeScaleClient) Scales(namespace string) scale.ScaleInterface