...

Package apply

import "sigs.k8s.io/cli-utils/cmd/apply"
Overview
Index

Overview ▾

func Command

func Command(f cmdutil.Factory, invFactory inventory.ClientFactory, loader manifestreader.ManifestLoader,
    ioStreams genericclioptions.IOStreams) *cobra.Command

type Runner

type Runner struct {
    Command *cobra.Command
    // contains filtered or unexported fields
}

func GetRunner

func GetRunner(factory cmdutil.Factory, invFactory inventory.ClientFactory,
    loader manifestreader.ManifestLoader, ioStreams genericclioptions.IOStreams) *Runner

func (*Runner) RunE

func (r *Runner) RunE(cmd *cobra.Command, args []string) error