Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ClusterTask ¶
type ClusterTask struct {
Name string
}
ClusterTask represents tekton ClusterTask object
func (*ClusterTask) Get ¶
func (ct *ClusterTask) Get(clientset *client.ConfigSet) (*v1beta1.ClusterTask, error)
Get returns tekton ClusterTask object by its name
func (*ClusterTask) List ¶
func (ct *ClusterTask) List(clientset *client.ConfigSet) (*v1beta1.ClusterTaskList, error)
List return tekton ClusterTaskList object
Click to show internal directories.
Click to hide internal directories.