package
1.33.0-alpha.2
Repository: https://github.com/kubernetes/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.
PrintDryRunFile is a helper method around PrintDryRunFiles.
PrintDryRunFiles prints the contents of the FileToPrints given to it to the writer w.
PrintFilesIfDryRunning prints the static pod manifests to stdout and informs about the temporary directory to go and lookup when dry running.

# 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.