MCPcopy
hub / github.com/kubernetes/client-go / namespacedScaleClient

Struct namespacedScaleClient

scale/client.go:103–106  ·  view source on GitHub ↗

namespacedScaleClient is an ScaleInterface for fetching Scales in a given namespace.

Source from the content-addressed store, hash-verified

101// namespacedScaleClient is an ScaleInterface for fetching
102// Scales in a given namespace.
103type namespacedScaleClient struct {
104 client *scaleClient
105 namespace string
106}
107
108func (c *scaleClient) Scales(namespace string) ScaleInterface {
109 return &namespacedScaleClient{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected