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

Method Update

scale/interfaces.go:38–38  ·  view source on GitHub ↗

Update updates the scale of the given scalable resource.

(resource schema.GroupResource, scale *autoscalingapi.Scale)

Source from the content-addressed store, hash-verified

36
37 // Update updates the scale of the given scalable resource.
38 Update(resource schema.GroupResource, scale *autoscalingapi.Scale) (*autoscalingapi.Scale, error)
39}

Callers 1

TestUpdateScaleFunction · 0.65

Implementers 15

Heaptools/cache/heap.go
ExpirationCachetools/cache/expiration_cache.go
threadSafeMaptools/cache/thread_safe_store.go
DeltaFIFOtools/cache/delta_fifo.go
FakeCustomStoretools/cache/fake_custom_store.go
cachetools/cache/store.go
FIFOtools/cache/fifo.go
fakeLocktools/leaderelection/healthzadaptor_te
ConfigMapLocktools/leaderelection/resourcelock/conf
LeaseLocktools/leaderelection/resourcelock/leas
EndpointsLocktools/leaderelection/resourcelock/endp
namespacedScaleClientscale/client.go

Calls

no outgoing calls

Tested by 1

TestUpdateScaleFunction · 0.52