...
Package fake
Package fake provides a fake client interface to arbitrary Kubernetes
APIs that exposes common high level operations and exposes common
metadata.
FakeScaleClient provides a fake implementation of scale.ScalesGetter.
type FakeScaleClient struct {
testing.Fake
}
func (*FakeScaleClient) Scales
¶
func (f *FakeScaleClient) Scales(namespace string) scale.ScaleInterface