beta

package
v1.15.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 9, 2024 License: Apache-2.0 Imports: 6 Imported by: 0

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."`
	Render   render.Cmd   `cmd:"" help:"Render a composite resource (XR)."`
	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."`
	XPKG     xpkg.Cmd     `cmd:"" help:"Manage Crossplane packages."`
	Validate validate.Cmd `cmd:"" help:"Validate Crossplane resources."`
}

Cmd contains beta commands.

func (*Cmd) Help

func (c *Cmd) Help() string

Help output for crossplane beta.

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.
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 render implements composition rendering using composition functions.
Package render implements composition rendering using composition functions.
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.
Package xpkg contains beta Crossplane packaging commands.
Package xpkg contains beta Crossplane packaging commands.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL