var runLong …
var runExample …
const defaultPodAttachTimeout …
var metadataAccessor …
type RunObject …
type RunOptions …
func NewRunOptions(streams genericiooptions.IOStreams) *RunOptions { … }
func NewCmdRun(f cmdutil.Factory, streams genericiooptions.IOStreams) *cobra.Command { … }
func addRunFlags(cmd *cobra.Command, opt *RunOptions) { … }
func (o *RunOptions) Complete(f cmdutil.Factory, cmd *cobra.Command) error { … }
func (o *RunOptions) Run(f cmdutil.Factory, cmd *cobra.Command, args []string) error { … }
func (o *RunOptions) removeCreatedObjects(f cmdutil.Factory, createdObjects []*RunObject) error { … }
func waitForPod(podClient corev1client.PodsGetter, ns, name string, timeout time.Duration, exitCondition watchtools.ConditionFunc) (*corev1.Pod, error) { … }
func handleAttachPod(f cmdutil.Factory, podClient corev1client.PodsGetter, ns, name string, opts *attach.AttachOptions) error { … }
func logOpts(restClientGetter genericclioptions.RESTClientGetter, pod *corev1.Pod, opts *attach.AttachOptions) error { … }
func getRestartPolicy(cmd *cobra.Command, interactive bool) (corev1.RestartPolicy, error) { … }
func verifyImagePullPolicy(cmd *cobra.Command) error { … }
func (o *RunOptions) generateService(f cmdutil.Factory, cmd *cobra.Command, paramsIn map[string]interface{ … }
func (o *RunOptions) createGeneratedObject(f cmdutil.Factory, cmd *cobra.Command, generator generate.Generator, names []generate.GeneratorParam, params map[string]interface{ … }
var ErrPodCompleted …
func podCompleted(event watch.Event) (bool, error) { … }
func podSucceeded(event watch.Event) (bool, error) { … }
func podRunningAndReady(event watch.Event) (bool, error) { … }