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.
Click to show internal directories.
Click to hide internal directories.