package
1.14.0-alpha.1
Repository: https://github.com/micnncim/kubernetes.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
# Functions
AnnotateFlags annotates all flags that are used by generators.
EnsureFlagsValid ensures that no invalid flags are being used against a.
No description provided by the author
No description provided by the author
No description provided by the author
MakeParams is a utility that creates generator parameters from a command line.
No description provided by the author
ParseLabels turns a string representation of a label set into a map[string]string.
No description provided by the author
ValidateParams ensures that all required params are present in the params map.
# Structs
GeneratorParam is a parameter for a generator TODO: facilitate structured json generator input schemes.
# Interfaces
Generator is an interface for things that can generate API objects from input parameters.
StructuredGenerator is an interface for things that can generate API objects not using parameter injection.
# Type aliases
GeneratorFunc returns the generators for the provided command.