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.
Convert convert.Cmd `cmd:"" help:"Convert a Crossplane resource to a newer version or kind."`
Top top.Cmd `cmd:"" help:"Display resource (CPU/memory) usage by Crossplane related pods."`
Trace trace.Cmd `cmd:"" help:"Trace a Crossplane resource to get a detailed output of its relationships, helpful for troubleshooting."`
Validate validate.Cmd `cmd:"" help:"Validate Crossplane resources."`
}
Cmd contains beta commands.
Directories
¶
| Path | Synopsis |
|---|---|
|
Package convert contains Crossplane CLI subcommands for migrating Crossplane resources to newer versions or kinds.
|
Package convert contains Crossplane CLI subcommands for migrating Crossplane resources to newer versions or kinds. |
|
compositionenvironment
Package compositionenvironment is a package for converting Pipeline Compositions using native Composition Environment capabilities to use function-environment-configs.
|
Package compositionenvironment is a package for converting Pipeline Compositions using native Composition Environment capabilities to use function-environment-configs. |
|
deploymentruntime
Package deploymentruntime contains the logic for converting a ControllerConfig to a DeploymentRuntimeConfig.
|
Package deploymentruntime contains the logic for converting a ControllerConfig to a DeploymentRuntimeConfig. |
|
io
Package io is a package for reading and writing files for the migration command.
|
Package io is a package for reading and writing files for the migration command. |
|
pipelinecomposition
Package pipelinecomposition is a package for converting patch-and-transform Compositions to a function pipeline.
|
Package pipelinecomposition is a package for converting patch-and-transform Compositions to a function pipeline. |
|
Package top contains the top command.
|
Package top contains the top command. |
|
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. |
|
internal/resource/xpkg
Package xpkg contains the client to get a Crossplane package with all its dependencies as a tree of Resource.
|
Package xpkg contains the client to get a Crossplane package with all its dependencies as a tree of Resource. |
|
internal/resource/xrm
Package xrm contains the client to get a Crossplane resource with all its children as a tree of Resource.
|
Package xrm contains the client to get a Crossplane resource with all its children as a tree of Resource. |
|
Package validate implements offline schema validation of Crossplane resources.
|
Package validate implements offline schema validation of Crossplane resources. |
Click to show internal directories.
Click to hide internal directories.