MCPcopy
hub / github.com/kubernetes/kubectl / Get

Method Get

pkg/cmd/testing/interfaces.go:27–27  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

25// in a generic way.
26type RESTClient interface {
27 Get() *client.Request
28 Post() *client.Request
29 Patch(types.PatchType) *client.Request
30 Delete() *client.Request

Callers 15

ScaleSimpleMethod · 0.65
scaleHasDesiredReplicasFunction · 0.65
getDeploymentReplicaSetsFunction · 0.65
daemonSetHistoryFunction · 0.65
statefulSetHistoryFunction · 0.65
RollbackMethod · 0.65
daemonSetFilterMethod · 0.65
DeleteOrEvictPodsMethod · 0.65
TestFileServingFunction · 0.65
TestPathHandlingFunction · 0.65
rawFunction · 0.65

Calls

no outgoing calls