Documentation
¶
Index ¶
- type Pipeline
- func (g *Pipeline) Apply(namespace, name string, unstructuredExtend *service.UnstructuredExtend) (*service.UnstructuredExtend, bool, error)
- func (g *Pipeline) Delete(namespace, name string) error
- func (g *Pipeline) Get(namespace, name string) (*service.UnstructuredExtend, error)
- func (g *Pipeline) List(namespace string, selector string) (*service.UnstructuredListExtend, error)
- type PipelineResource
- func (g *PipelineResource) Apply(namespace, name string, unstructuredExtend *service.UnstructuredExtend) (*service.UnstructuredExtend, bool, error)
- func (g *PipelineResource) Delete(namespace, name string) error
- func (g *PipelineResource) Get(namespace, name string) (*service.UnstructuredExtend, error)
- func (g *PipelineResource) List(namespace string, selector string) (*service.UnstructuredListExtend, error)
- type PipelineRun
- func (g *PipelineRun) Apply(namespace, name string, unstructuredExtend *service.UnstructuredExtend) (*service.UnstructuredExtend, bool, error)
- func (g *PipelineRun) Delete(namespace, name string) error
- func (g *PipelineRun) Get(namespace, name string) (*service.UnstructuredExtend, error)
- func (g *PipelineRun) List(namespace string, selector string) (*service.UnstructuredListExtend, error)
- type Task
- func (g *Task) Apply(namespace, name string, unstructuredExtend *service.UnstructuredExtend) (*service.UnstructuredExtend, bool, error)
- func (g *Task) Delete(namespace, name string) error
- func (g *Task) Get(namespace, name string) (*service.UnstructuredExtend, error)
- func (g *Task) List(namespace string, selector string) (*service.UnstructuredListExtend, error)
- type TaskRun
- func (g *TaskRun) Apply(namespace, name string, unstructuredExtend *service.UnstructuredExtend) (*service.UnstructuredExtend, bool, error)
- func (g *TaskRun) Delete(namespace, name string) error
- func (g *TaskRun) Get(namespace, name string) (*service.UnstructuredExtend, error)
- func (g *TaskRun) List(namespace string, selector string) (*service.UnstructuredListExtend, error)
- type TektonConfig
- func (g *TektonConfig) Apply(namespace, name string, unstructuredExtend *service.UnstructuredExtend) (*service.UnstructuredExtend, bool, error)
- func (g *TektonConfig) Delete(namespace, name string) error
- func (g *TektonConfig) Get(namespace, name string) (*service.UnstructuredExtend, error)
- func (g *TektonConfig) List(namespace string, selector string) (*service.UnstructuredListExtend, error)
- type TektonGraph
- func (g *TektonGraph) Apply(namespace, name string, unstructuredExtend *service.UnstructuredExtend) (*service.UnstructuredExtend, bool, error)
- func (g *TektonGraph) Delete(namespace, name string) error
- func (g *TektonGraph) Get(namespace, name string) (*service.UnstructuredExtend, error)
- func (g *TektonGraph) List(namespace string, selector string) (*service.UnstructuredListExtend, error)
- func (g *TektonGraph) PatchOwnerReferences(namespace, name string, data []byte) (*service.UnstructuredExtend, error)
- type TektonStore
- func (g *TektonStore) Apply(namespace, name string, unstructuredExtend *service.UnstructuredExtend) (*service.UnstructuredExtend, bool, error)
- func (g *TektonStore) Delete(namespace, name string) error
- func (g *TektonStore) Get(namespace, name string) (*service.UnstructuredExtend, error)
- func (g *TektonStore) List(namespace string, selector string) (*service.UnstructuredListExtend, error)
- type TektonWebHook
- func (g *TektonWebHook) Apply(namespace, name string, unstructuredExtend *service.UnstructuredExtend) (*service.UnstructuredExtend, bool, error)
- func (g *TektonWebHook) Delete(namespace, name string) error
- func (g *TektonWebHook) Get(namespace, name string) (*service.UnstructuredExtend, error)
- func (g *TektonWebHook) List(namespace string, selector string) (*service.UnstructuredListExtend, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Pipeline ¶
func NewPipeline ¶
func (*Pipeline) Apply ¶
func (g *Pipeline) Apply(namespace, name string, unstructuredExtend *service.UnstructuredExtend) (*service.UnstructuredExtend, bool, error)
type PipelineResource ¶
func NewPipelineResource ¶
func NewPipelineResource(svcInterface service.Interface) *PipelineResource
func (*PipelineResource) Apply ¶
func (g *PipelineResource) Apply(namespace, name string, unstructuredExtend *service.UnstructuredExtend) (*service.UnstructuredExtend, bool, error)
func (*PipelineResource) Delete ¶
func (g *PipelineResource) Delete(namespace, name string) error
func (*PipelineResource) Get ¶
func (g *PipelineResource) Get(namespace, name string) (*service.UnstructuredExtend, error)
func (*PipelineResource) List ¶
func (g *PipelineResource) List(namespace string, selector string) (*service.UnstructuredListExtend, error)
type PipelineRun ¶
func NewPipelineRun ¶
func NewPipelineRun(svcInterface service.Interface) *PipelineRun
func (*PipelineRun) Apply ¶
func (g *PipelineRun) Apply(namespace, name string, unstructuredExtend *service.UnstructuredExtend) (*service.UnstructuredExtend, bool, error)
func (*PipelineRun) Delete ¶
func (g *PipelineRun) Delete(namespace, name string) error
func (*PipelineRun) Get ¶
func (g *PipelineRun) Get(namespace, name string) (*service.UnstructuredExtend, error)
func (*PipelineRun) List ¶
func (g *PipelineRun) List(namespace string, selector string) (*service.UnstructuredListExtend, error)
type Task ¶
func (*Task) Apply ¶
func (g *Task) Apply(namespace, name string, unstructuredExtend *service.UnstructuredExtend) (*service.UnstructuredExtend, bool, error)
type TaskRun ¶
func NewTaskRun ¶
func (*TaskRun) Apply ¶
func (g *TaskRun) Apply(namespace, name string, unstructuredExtend *service.UnstructuredExtend) (*service.UnstructuredExtend, bool, error)
type TektonConfig ¶
func NewTektonConfig ¶
func NewTektonConfig(svcInterface service.Interface) *TektonConfig
func (*TektonConfig) Apply ¶
func (g *TektonConfig) Apply(namespace, name string, unstructuredExtend *service.UnstructuredExtend) (*service.UnstructuredExtend, bool, error)
func (*TektonConfig) Delete ¶
func (g *TektonConfig) Delete(namespace, name string) error
func (*TektonConfig) Get ¶
func (g *TektonConfig) Get(namespace, name string) (*service.UnstructuredExtend, error)
func (*TektonConfig) List ¶
func (g *TektonConfig) List(namespace string, selector string) (*service.UnstructuredListExtend, error)
type TektonGraph ¶
func NewTektonGraph ¶
func NewTektonGraph(svcInterface service.Interface) *TektonGraph
func (*TektonGraph) Apply ¶
func (g *TektonGraph) Apply(namespace, name string, unstructuredExtend *service.UnstructuredExtend) (*service.UnstructuredExtend, bool, error)
func (*TektonGraph) Delete ¶
func (g *TektonGraph) Delete(namespace, name string) error
func (*TektonGraph) Get ¶
func (g *TektonGraph) Get(namespace, name string) (*service.UnstructuredExtend, error)
func (*TektonGraph) List ¶
func (g *TektonGraph) List(namespace string, selector string) (*service.UnstructuredListExtend, error)
func (*TektonGraph) PatchOwnerReferences ¶
func (g *TektonGraph) PatchOwnerReferences(namespace, name string, data []byte) (*service.UnstructuredExtend, error)
type TektonStore ¶
func NewTektonStore ¶
func NewTektonStore(svcInterface service.Interface) *TektonStore
func (*TektonStore) Apply ¶
func (g *TektonStore) Apply(namespace, name string, unstructuredExtend *service.UnstructuredExtend) (*service.UnstructuredExtend, bool, error)
func (*TektonStore) Delete ¶
func (g *TektonStore) Delete(namespace, name string) error
func (*TektonStore) Get ¶
func (g *TektonStore) Get(namespace, name string) (*service.UnstructuredExtend, error)
func (*TektonStore) List ¶
func (g *TektonStore) List(namespace string, selector string) (*service.UnstructuredListExtend, error)
type TektonWebHook ¶
func NewTektonWebHook ¶
func NewTektonWebHook(svcInterface service.Interface) *TektonWebHook
func (*TektonWebHook) Apply ¶
func (g *TektonWebHook) Apply(namespace, name string, unstructuredExtend *service.UnstructuredExtend) (*service.UnstructuredExtend, bool, error)
func (*TektonWebHook) Delete ¶
func (g *TektonWebHook) Delete(namespace, name string) error
func (*TektonWebHook) Get ¶
func (g *TektonWebHook) Get(namespace, name string) (*service.UnstructuredExtend, error)
func (*TektonWebHook) List ¶
func (g *TektonWebHook) List(namespace string, selector string) (*service.UnstructuredListExtend, error)
Click to show internal directories.
Click to hide internal directories.