Documentation ¶
Overview ¶
Copyright 2019 The Kubernetes Authors. SPDX-License-Identifier: Apache-2.0
Copyright 2019 The Kubernetes Authors. SPDX-License-Identifier: Apache-2.0
Index ¶
- func CatCommand(name string) *cobra.Command
- func CountCommand(name string) *cobra.Command
- func GrepCommand(name string) *cobra.Command
- func RunCommand(name string) *cobra.Command
- func TreeCommand(name string) *cobra.Command
- type CatRunner
- type CountRunner
- type GrepRunner
- type RunFnRunner
- type TreeRunner
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CatCommand ¶
func CountCommand ¶
func GrepCommand ¶
func RunCommand ¶ added in v0.2.0
func TreeCommand ¶
Types ¶
type CatRunner ¶
type CatRunner struct { Format bool KeepAnnotations bool WrapKind string WrapApiVersion string FunctionConfig string OutputDest string Styles []string StripComments bool IncludeLocal bool ExcludeNonLocal bool Command *cobra.Command RecurseSubPackages bool }
CatRunner contains the run function
func GetCatRunner ¶
GetCatRunner returns a command CatRunner.
type CountRunner ¶
type CountRunner struct { IncludeSubpackages bool Kind bool Command *cobra.Command RecurseSubPackages bool }
CountRunner contains the run function
func GetCountRunner ¶
func GetCountRunner(name string) *CountRunner
func (*CountRunner) ExecuteCmd ¶ added in v0.8.4
func (r *CountRunner) ExecuteCmd(w io.Writer, pkgPath string) error
type GrepRunner ¶
type GrepRunner struct { KeepAnnotations bool Command *cobra.Command filters.GrepFilter Format bool RecurseSubPackages bool }
GrepRunner contains the run function
func (*GrepRunner) ExecuteCmd ¶ added in v0.8.4
func (r *GrepRunner) ExecuteCmd(w io.Writer, pkgPath string) error
type RunFnRunner ¶
type RunFnRunner struct { IncludeSubpackages bool Command *cobra.Command DryRun bool GlobalScope bool FnPaths []string Image string StarPath string StarURL string StarName string EnableExec bool ExecPath string RunFns runfn.RunFns ResultsDir string Network bool Mounts []string LogSteps bool Env []string AsCurrentUser bool }
RunFnRunner contains the run function
func GetRunFnRunner ¶
func GetRunFnRunner(name string) *RunFnRunner
GetRunFnRunner returns a RunFnRunner.
type TreeRunner ¶
TreeRunner contains the run function
func GetTreeRunner ¶
func GetTreeRunner(name string) *TreeRunner
Directories ¶
Path | Synopsis |
---|---|
e2e
|
|
e2econtainerconfig
Module
|
|
e2econtainerenvgenerator
Module
|
|
e2econtainersimplegenerator
Module
|
|
internal
|
|
k8sgen
All code below this directory is generated.
|
All code below this directory is generated. |
Click to show internal directories.
Click to hide internal directories.