package
0.0.0-20191024030528-a481964b876e
Repository: https://github.com/divinerapier/learn-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.

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