# Packages
No description provided by the author
# Functions
Describer returns the default describe functions for each of the standard Kubernetes types.
ExpandResourceShortcut will return the expanded version of resource (something that a pkg/api/meta.RESTMapper can understand), if it is indeed a shortcut.
No description provided by the author
No description provided by the author
GetPrinter takes a format type, an optional format argument, a version and a convertor to be used if the underlying printer requires the object to be in a specific schema ( any of the generic formatters), and the default printer to use for this object.
No description provided by the author
LoadNamespaceInfo parses a NamespaceInfo object from a file path.
NewHumanReadablePrinter creates a HumanReadablePrinter.
NewProxyServer creates and installs a new ProxyServer.
NewRESTHelper creates a RESTHelper from a ResourceMapping.
No description provided by the author
SaveNamespaceInfo saves a NamespaceInfo object at the specified file path.
WatchLoop loops, writing objects in the events from w to printer.
# Structs
HumanReadablePrinter is an implementation of ResourcePrinter which attempts to provide more elegant output.
JSONPrinter is an implementation of ResourcePrinter which outputs an object as JSON.
MinionDescriber generates information about a minion.
No description provided by the author
PodDescriber generates information about a pod and the replication controllers that create it.
ProxyServer is a http.Handler which proxies Kubernetes APIs to remote API server.
ReplicationControllerDescriber generates information about a replication controller and the pods it has created.
RESTHelper provides methods for retrieving or mutating a RESTful resource.
ServiceDescriber generates information about a service.
TemplatePrinter is an implementation of ResourcePrinter which formats data with a Go Template.
YAMLPrinter is an implementation of ResourcePrinter which outputs an object as YAML.
# Interfaces
Describer generates output for the named resource or an error if the output could not be generated.
ResourcePrinter is an interface that knows how to print runtime objects.
RESTClient is a client helper for dealing with RESTful resources in a generic way.
# Type aliases
SortableEvents implements sort.Interface for []api.Event based on the Timestamp field.