package
1.9.0-alpha.1
Repository: https://github.com/easeway/kubernetes.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author

# Functions

AttachLocation returns the attach URL for a pod container.
ExecLocation returns the exec URL for a pod container.
GetAttrs returns labels and fields of a given object for filtering purposes.
LogLocation returns the log URL for a pod container.
MatchPod returns a generic matcher for a given label and field selector.
No description provided by the author
PodToSelectableFields returns a field set that represents the object TODO: fields are not labels, and the validation rules for them do not apply.
PortForwardLocation returns 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.
StrategyWithoutGraceful implements the legacy instant delele behavior.

# Interfaces

ResourceGetter is an interface for retrieving resources by ResourceLocation.