xr

package
v2.3.1 Latest Latest
Warning

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

Go to latest
Published: May 25, 2026 License: Apache-2.0 Imports: 31 Imported by: 0

Documentation

Overview

Package xr implements composite resource (XR) rendering.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Cmd

type Cmd struct {
	render.EngineFlags `prefix:""`

	// Arguments.
	CompositeResource string `` /* 198-byte string literal not displayed */
	Composition       string `` /* 198-byte string literal not displayed */
	Functions         string `` /* 225-byte string literal not displayed */

	// Flags. Keep them in alphabetical order.
	ContextFiles           map[string]string `` /* 190-byte string literal not displayed */
	ContextValues          map[string]string `` /* 159-byte string literal not displayed */
	IncludeFunctionResults bool              `` /* 159-byte string literal not displayed */
	IncludeFullXR          bool              `` /* 159-byte string literal not displayed */
	ObservedResources      string            `` /* 232-byte string literal not displayed */
	ExtraResources         string            `` /* 220-byte string literal not displayed */
	RequiredResources      string            `` /* 232-byte string literal not displayed */
	RequiredSchemas        string            `` /* 232-byte string literal not displayed */
	IncludeContext         bool              `` /* 159-byte string literal not displayed */
	FunctionCredentials    string            `` /* 220-byte string literal not displayed */
	FunctionAnnotations    []string          `` /* 183-byte string literal not displayed */

	CacheDir       string        `` /* 189-byte string literal not displayed */
	MaxConcurrency uint          `` /* 172-byte string literal not displayed */
	ProjectFile    string        `` /* 235-byte string literal not displayed */
	Timeout        time.Duration `` /* 154-byte string literal not displayed */
	XRD            string        `` /* 211-byte string literal not displayed */
	// contains filtered or unexported fields
}

Cmd arguments and flags for the `render xr` subcommand.

func (*Cmd) AfterApply

func (c *Cmd) AfterApply() error

AfterApply implements kong.AfterApply.

func (*Cmd) Help

func (c *Cmd) Help() string

Help prints out the help for the render command.

func (*Cmd) Run

func (c *Cmd) Run(k *kong.Context, log logging.Logger, sp terminal.SpinnerPrinter) error

Run render.

Jump to

Keyboard shortcuts

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