MCPcopy Create free account
hub / github.com/devspace-sh/devspace / GenericRequest

Method GenericRequest

pkg/devspace/kubectl/client.go:72–72  ·  view source on GitHub ↗

GenericRequest executes a generic kubernetes api request and returns the response as a string

(ctx context.Context, options *GenericRequestOptions)

Source from the content-addressed store, hash-verified

70
71 // GenericRequest executes a generic kubernetes api request and returns the response as a string
72 GenericRequest(ctx context.Context, options *GenericRequestOptions) (string, error)
73
74 // ReadLogs starts a new logs request to the given pod and container
75 ReadLogs(ctx context.Context, namespace, podName, containerName string, lastContainerLog bool, tail *int64) (string, error)

Callers 2

DeleteFunction · 0.65
requestMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected