Documentation
¶
Index ¶
- func NamespaceExists(p params) error
- func PipelineRefExists(spec v1alpha1.PipelineRunSpec) string
- func PipelineResourceRefExists(res v1alpha1.PipelineResourceBinding) string
- func StepReasonExists(state v1alpha1.StepState) string
- func TaskRefExists(spec v1alpha1.TaskRunSpec) string
- func TaskResourceRefExists(res v1alpha1.TaskResourceBinding) string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NamespaceExists ¶
func NamespaceExists(p params) error
Check if namespace exists. Returns error if namespace specified with -n doesn't exist or if user doesn't have permissions to view.
func PipelineRefExists ¶ added in v0.6.0
func PipelineRefExists(spec v1alpha1.PipelineRunSpec) string
Check if PipelineRef exists on a PipelineRunSpec. Returns empty string if not present.
func PipelineResourceRefExists ¶ added in v0.6.0
func PipelineResourceRefExists(res v1alpha1.PipelineResourceBinding) string
Check if PipelineResourceRef exists on a PipelineResourceBinding. Returns empty string if not present.
func StepReasonExists ¶ added in v0.6.0
Check if step is in waiting, running, or terminated state by checking StepState of the step.
func TaskRefExists ¶
func TaskRefExists(spec v1alpha1.TaskRunSpec) string
Check if TaskRef exists on a TaskRunSpec. Returns empty string if not present.
func TaskResourceRefExists ¶ added in v0.6.0
func TaskResourceRefExists(res v1alpha1.TaskResourceBinding) string
Check if TaskResourceRef exists on a TaskResourceBinding. Returns empty string if not present.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.