Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewComponent ¶
New returns the component subcommand for the render command
Types ¶
type Result ¶
type Result interface { Continue() bool Name() string Filename(writeTo string, cluster string) string KustomizationFilename(writeTo string, cluster string) string Save(ctx context.Context, path string, content string) error AccumulatedOutput() string SkipWriteAccumulatedOutput() bool WriteDeployFiles(ctx context.Context, writeTo string) error GetKind() string GetAPIVersion() string }
Click to show internal directories.
Click to hide internal directories.