Documentation ¶
Index ¶
- func AddPrinterFlags(cmd *cobra.Command)
- func CompareNamespace(defaultNamespace, namespace string) error
- func GetFlagBool(cmd *cobra.Command, flag string) bool
- func GetFlagDuration(cmd *cobra.Command, flag string) time.Duration
- func GetFlagInt(cmd *cobra.Command, flag string) int
- func GetFlagString(cmd *cobra.Command, flag string) string
- func Merge(dst runtime.Object, fragment, kind string) (runtime.Object, error)
- func OutputVersion(cmd *cobra.Command, defaultVersion string) string
- func PrinterForCommand(cmd *cobra.Command) (kubectl.ResourcePrinter, bool, error)
- func ReadConfigData(location string) ([]byte, error)
- func ReadConfigDataFromLocation(location string) ([]byte, error)
- func ResourceFromArgs(cmd *cobra.Command, args []string, mapper meta.RESTMapper, cmdNamespace string) (mapping *meta.RESTMapping, namespace, name string)
- func ResourceFromFile(filename string, typer runtime.ObjectTyper, mapper meta.RESTMapper, ...) (mapping *meta.RESTMapping, namespace, name string, data []byte)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AddPrinterFlags ¶
func CompareNamespace ¶
CompareNamespace returns an error if the namespace the user has provided on the CLI or via the default namespace file does not match the namespace of an input file. This prevents a user from unintentionally updating the wrong namespace. DEPRECATED: Use resource.Builder
func GetFlagInt ¶
Assumes the flag has a default value.
func OutputVersion ¶
OutputVersion returns the preferred output version for generic content (JSON, YAML, or templates)
func PrinterForCommand ¶
PrinterForCommand returns the default printer for this command. Requires that printer flags have been added to cmd (see AddPrinterFlags).
func ReadConfigData ¶
ReadConfigData reads the bytes from the specified filesytem or network location or from stdin if location == "-". TODO: replace with resource.Builder
func ReadConfigDataFromLocation ¶
TODO: replace with resource.Builder
func ResourceFromArgs ¶
func ResourceFromArgs(cmd *cobra.Command, args []string, mapper meta.RESTMapper, cmdNamespace string) (mapping *meta.RESTMapping, namespace, name string)
ResourceFromArgs expects two arguments with a given type, and extracts the fields necessary to uniquely locate a resource. Displays a usageError if that contract is not satisfied, or a generic error if any other problems occur. DEPRECATED: Use resource.Builder
func ResourceFromFile ¶
func ResourceFromFile(filename string, typer runtime.ObjectTyper, mapper meta.RESTMapper, schema validation.Schema, cmdVersion string) (mapping *meta.RESTMapping, namespace, name string, data []byte)
ResourceFromFile retrieves the name and namespace from a valid file. If the file does not resolve to a known type an error is returned. The returned mapping can be used to determine the correct REST endpoint to modify this resource with. DEPRECATED: Use resource.Builder
Types ¶
This section is empty.