package
1.33.0-alpha.2
Repository: https://github.com/kubernetes/kubernetes.git
Documentation: pkg.go.dev

# Functions

NewOutputFlags creates new KubeadmOutputFlags.
NewResourcePrinterWrapper creates new ResourcePrinter object.

# Constants

JSONOutput describes the JSON output.
TextOutput describes the plain text output.
YAMLOutput describes the YAML output.

# Structs

PrintFlags composes common printer flag structs used across kubeadm commands, and provides a method of retrieving a known printer based on flag values provided.
ResourcePrinterWrapper wraps ResourcePrinter and implements Printer interface.
TextPrinter implements Printer interface for generic text output.

# Interfaces

Printer is a common printing interface in Kubeadm.
TextPrintFlags is an interface to handle custom text output.