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

# Functions

NewFileToPrint makes a new instance of FileToPrint with the specified arguments.
NewWaiter returns a new Waiter object that talks to the given Kubernetes cluster.
PrintDryRunFiles prints the contents of the FileToPrints given to it to the writer w.

# Structs

FileToPrint represents a temporary file on disk that might want to be aliased when printing Useful for things like loading a file from /tmp/ but saying to the user "Would write file foo to /etc/kubernetes/...".
Waiter is an implementation of apiclient.Waiter that should be used for dry-running.