Documentation ¶
Overview ¶
Package beta contains beta Crossplane CLI subcommands. These commands are experimental, and may be changed or removed in a future release.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Cmd ¶
type Cmd struct { // Subcommands and flags will appear in the CLI help output in the same // order they're specified here. Keep them in alphabetical order. Render render.Cmd `cmd:"" help:"Render a composite resource (XR)."` Trace trace.Cmd `cmd:"" help:"Trace a Crossplane resource to get a detailed output of its relationships, helpful for troubleshooting."` XPKG xpkg.Cmd `cmd:"" help:"Manage Crossplane packages."` }
Cmd contains beta commands.
Directories ¶
Path | Synopsis |
---|---|
Package render implements composition rendering using composition functions.
|
Package render implements composition rendering using composition functions. |
Package trace contains the trace command.
|
Package trace contains the trace command. |
internal/printer
Package printer contains the definition of the Printer interface and the implementation of all the available printers implementing it.
|
Package printer contains the definition of the Printer interface and the implementation of all the available printers implementing it. |
internal/resource
Package resource contains the definition of the Resource used by all trace printers, and the client used to get a Resource and its children.
|
Package resource contains the definition of the Resource used by all trace printers, and the client used to get a Resource and its children. |
Package xpkg contains beta Crossplane packaging commands.
|
Package xpkg contains beta Crossplane packaging commands. |
Click to show internal directories.
Click to hide internal directories.