package fake

import "k8s.io/kubernetes/staging/src/k8s.io/client-go/scale/fake"

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

Index

Types

type FakeScaleClient

type FakeScaleClient struct {
	testing.Fake
}

FakeScaleClient provides a fake implementation of scale.ScalesGetter.

func (*FakeScaleClient) Scales

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

Source Files

client.go

Version
v1.13.7-beta.0
Published
May 8, 2019
Platform
linux/amd64
Imports
4 packages
Last checked
8 seconds ago

Tools for package owners.