Documentation ¶
Index ¶
- func Exist(clientset *client.ConfigSet, name string) bool
- type ClusterBuildtemplate
- func (cbt *ClusterBuildtemplate) Get(clientset *client.ConfigSet) (*buildv1alpha1.ClusterBuildTemplate, error)
- func (cbt *ClusterBuildtemplate) GetObject(clusterBuildtemplateObject *buildv1alpha1.ClusterBuildTemplate) printer.Object
- func (cbt *ClusterBuildtemplate) GetTable(list *buildv1alpha1.ClusterBuildTemplateList) printer.Table
- func (cbt *ClusterBuildtemplate) List(clientset *client.ConfigSet) (*buildv1alpha1.ClusterBuildTemplateList, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ClusterBuildtemplate ¶
type ClusterBuildtemplate struct {
Name string
}
func (*ClusterBuildtemplate) Get ¶
func (cbt *ClusterBuildtemplate) Get(clientset *client.ConfigSet) (*buildv1alpha1.ClusterBuildTemplate, error)
Get returns knative ClusterBuildTemplate object by its name
func (*ClusterBuildtemplate) GetObject ¶ added in v0.1.1
func (cbt *ClusterBuildtemplate) GetObject(clusterBuildtemplateObject *buildv1alpha1.ClusterBuildTemplate) printer.Object
GetObject converts k8s object into printable structure
func (*ClusterBuildtemplate) GetTable ¶ added in v0.1.1
func (cbt *ClusterBuildtemplate) GetTable(list *buildv1alpha1.ClusterBuildTemplateList) printer.Table
GetTable converts k8s list instance into printable object
func (*ClusterBuildtemplate) List ¶
func (cbt *ClusterBuildtemplate) List(clientset *client.ConfigSet) (*buildv1alpha1.ClusterBuildTemplateList, error)
List returns k8s list object
Click to show internal directories.
Click to hide internal directories.