package
1.3.0-alpha.3
Repository: https://github.com/bobintornado/kubernetes.git
Documentation: pkg.go.dev
# Functions
LoadPodFromFile will read, decode, and return a Pod from a file.
SavePodToFile will encode and save a pod to a given path & permissions.
# Structs
Alternative implementation of Writer interface that allows writing data to file using nsenter command.
StdWriter implements Writer interface and uses standard libraries for writing data to files.
# Interfaces
Writer is an interface which allows to write data to a file.