package
0.0.0-20220408181120-c054a2343f1e
Repository: https://github.com/miniteks/mks-server.git
Documentation: pkg.go.dev
# Functions
ConvertToTekton converts a mksresource into corresponding Tekton resource definition using field to field copy from mks object to tekton object.
Create takes a mksresource object, converts it to tekton resource object using ConvertToTekton function and then calls the Create function defined in the actions package to create resource on Kubernetes/OpenShift cluster using Tekton API.
Delete deletes the Tekton resource given the name of the resource.
Get returns a Tekton object given the name of the resource.
List returns an array of Tekton object for the particular resource.
No description provided by the author
Update takes a mksresource object, converts it to tekton resource object using ConvertToTekton function and then calls the Update function defined in the actions package to update resource on Kubernetes/OpenShift cluster using Tekton API.
# Variables
Group and Version to uniquely identify the Tekton API.