Documentation ¶
Index ¶
- func CreateObject(t *testing.T, ctx context.Context, ps pipelineclientset.Interface, ...) objects.TektonObject
- func GetObject(t *testing.T, ctx context.Context, ps pipelineclientset.Interface, ...) (objects.TektonObject, error)
- func GetPipelineRun(t *testing.T, ctx context.Context, ps pipelineclientset.Interface, ...) (objects.TektonObject, error)
- func GetTaskRun(t *testing.T, ctx context.Context, ps pipelineclientset.Interface, ...) (objects.TektonObject, error)
- func WatchObject(t *testing.T, ctx context.Context, ps pipelineclientset.Interface, ...) (watch.Interface, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateObject ¶
func CreateObject(t *testing.T, ctx context.Context, ps pipelineclientset.Interface, obj objects.TektonObject) objects.TektonObject
func GetObject ¶
func GetObject(t *testing.T, ctx context.Context, ps pipelineclientset.Interface, obj objects.TektonObject) (objects.TektonObject, error)
Passing in TektonObject since it encapsulates namespace, name, and type.
func GetPipelineRun ¶
func GetPipelineRun(t *testing.T, ctx context.Context, ps pipelineclientset.Interface, namespace, name string) (objects.TektonObject, error)
func GetTaskRun ¶
func GetTaskRun(t *testing.T, ctx context.Context, ps pipelineclientset.Interface, namespace, name string) (objects.TektonObject, error)
func WatchObject ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.