Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Options ¶
type Options struct { options.BaseOptions Args []string Exclude []string Format string Namespace string BuildFilter tektonlog.BuildPodInfoFilter KubeClient kubernetes.Interface JXClient versioned.Interface TektonClient tektonclient.Interface TektonLogger *tektonlog.TektonLogger Input input.Interface }
Options the command line options
func NewCmdPipelineEnv ¶
NewCmdPipelineEnv creates the command
func (*Options) PodEnvVars ¶
PodEnvVars returns the pod environment variables for the given container name
type PipelinePod ¶
type PipelinePod struct { PodName string ActivitySpec *v1.PipelineActivitySpec PipelineRuns []*v1beta1.PipelineRun }
Click to show internal directories.
Click to hide internal directories.