package
0.21.4
Repository: https://github.com/shadowdsp/kubernetes.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

ExecLocation returns the exec URL for a pod container.
LogLocation returns a the log URL for a pod container.
MatchPod returns a generic matcher for a given label and field selector.
NewRegistry returns a new Registry interface for the given Storage.
PodToSelectableFields returns a label set that represents the object TODO: fields are not labels, and the validation rules for them do not apply.
PortForwardLocation returns a the port-forward URL for a pod.
ResourceLocation returns a URL to which one can send traffic for the specified pod.

# Variables

No description provided by the author
Strategy is the default logic that applies when creating and updating Pod objects via the REST API.

# Interfaces

Registry is an interface implemented by things that know how to store Pod objects.
ResourceGetter is an interface for retrieving resources by ResourceLocation.