package
1.2.0-alpha.8
Repository: https://github.com/codeb2cc/kubernetes.git
Documentation: pkg.go.dev

# Functions

Examples returns the examples found in the files, sorted by Name field.
New computes the package documentation for the given package AST.
Synopsis returns a cleaned version of the first sentence in s.
ToHTML converts comment text to formatted HTML.
ToText prepares comment text for presentation in textual output.

# Constants

extract documentation for all package-level declarations, not just exported ones.
show all embedded methods, not just the ones of invisible (unexported) anonymous fields.

# Variables

No description provided by the author

# Structs

An Example represents an example function found in a source files.
Func is the documentation for a func declaration.
A Note represents a marked comment starting with "MARKER(uid): note body".
Package is the documentation for an entire package.
Type is the documentation for a type declaration.
Value is the documentation for a (possibly grouped) var or const declaration.

# Type aliases

No description provided by the author
Mode values control the operation of New.