Documentation
¶
Overview ¶
Copyright © 2024 4ARMED Limited <[email protected]>
Copyright © 2024 4ARMED Limited <[email protected]>
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // Executable is the name shown by Cobra when we use its cli command Executable = "kaudite" // GitVersion is overridden by Makefile with git information GitVersion = "NoGitVersion" )
Functions ¶
Types ¶
type APIResource ¶
type APIResource struct {
metav1.APIResource
Group string `json:"group" protobuf:"bytes,8,opt,name=group"`
Preferred bool `json:"preferred"`
}
type DumpOptions ¶
type DumpOptions struct {
ConfigFlags *genericclioptions.ConfigFlags
PrintFlags *genericclioptions.PrintFlags
CreateDirectory bool
OutputDirectory string
SkipVersions []string
SkipMetadata bool
SplitOnKind bool
SplitOnNamespace bool
genericiooptions.IOStreams
}
func (*DumpOptions) PrintObj ¶
func (o *DumpOptions) PrintObj(printer printers.ResourcePrinter, obj interface{}, filename *string) error
func (*DumpOptions) Run ¶
func (o *DumpOptions) Run() error
Click to show internal directories.
Click to hide internal directories.