package
Version:
v1.16.0
Opens a new window with list of versions in this module.
Published: Mar 23, 2026
License: Apache-2.0
Opens a new window with license information.
Imports: 10
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package apply provides the implementation for the apply command,
allowing users to apply resources from files.
type Cmd struct {
format.Writer `hidden:""`
Filename *os.File `short:"f" completion-predictor:"file"`
FromFile fromFile `cmd:"" default:"1" name:"-f <file>" help:"Apply any resource from a yaml or json file."`
}
type Option func(*config)
Source Files
¶
Click to show internal directories.
Click to hide internal directories.