diff --git a/docs/triggers-api.md b/docs/triggers-api.md index 56cdfedd1..ccc7f532b 100644 --- a/docs/triggers-api.md +++ b/docs/triggers-api.md @@ -28,6 +28,8 @@ Resource Types: Trigger
TriggerTemplate takes parameters and uses them to create CRDs
+Field | +Description | +||||
---|---|---|---|---|---|
+apiVersion +string |
+
+
+triggers.tekton.dev/v1alpha1
+
+ |
+||||
+kind +string + |
+TriggerTemplate |
+||||
+metadata + + +Kubernetes meta/v1.ObjectMeta + + + |
+
+(Optional)
+Refer to the Kubernetes API documentation for the fields of the
+metadata field.
+ |
+||||
+spec + + +TriggerTemplateSpec + + + |
+
+(Optional)
+ Spec holds the desired state of the TriggerTemplate from the client ++ +
|
+||||
+status + + +TriggerTemplateStatus + + + |
++(Optional) + | +
@@ -2460,95 +2564,10 @@ TriggerTemplateSpec -
TriggerTemplate takes parameters and uses them to create CRDs
-Field | -Description | -||||
---|---|---|---|---|---|
-metadata - - -Kubernetes meta/v1.ObjectMeta - - - |
-
-(Optional)
-Refer to the Kubernetes API documentation for the fields of the
-metadata field.
- |
-||||
-spec - - -TriggerTemplateSpec - - - |
-
-(Optional)
- Spec holds the desired state of the TriggerTemplate from the client -- -
|
-||||
-status - - -TriggerTemplateStatus - - - |
--(Optional) - | -
-(Appears on:TriggerSpecTemplate, TriggerTemplate) +(Appears on:TriggerTemplate, TriggerSpecTemplate)
TriggerTemplateSpec holds the desired state of TriggerTemplate
@@ -2670,6 +2689,8 @@ Resource Types: TriggerTriggerTemplate takes parameters and uses them to create CRDs
+Field | +Description | +||||
---|---|---|---|---|---|
+apiVersion +string |
+
+
+triggers.tekton.dev/v1beta1
+
+ |
+||||
+kind +string + |
+TriggerTemplate |
+||||
+metadata + + +Kubernetes meta/v1.ObjectMeta + + + |
+
+(Optional)
+Refer to the Kubernetes API documentation for the fields of the
+metadata field.
+ |
+||||
+spec + + +TriggerTemplateSpec + + + |
+
+(Optional)
+ Spec holds the desired state of the TriggerTemplate from the client ++ +
|
+||||
+status + + +TriggerTemplateStatus + + + |
++(Optional) + | +
@@ -4577,95 +4700,10 @@ TriggerTemplateSpec -
TriggerTemplate takes parameters and uses them to create CRDs
-Field | -Description | -||||
---|---|---|---|---|---|
-metadata - - -Kubernetes meta/v1.ObjectMeta - - - |
-
-(Optional)
-Refer to the Kubernetes API documentation for the fields of the
-metadata field.
- |
-||||
-spec - - -TriggerTemplateSpec - - - |
-
-(Optional)
- Spec holds the desired state of the TriggerTemplate from the client -- -
|
-||||
-status - - -TriggerTemplateStatus - - - |
--(Optional) - | -
-(Appears on:TriggerSpecTemplate, TriggerTemplate) +(Appears on:TriggerTemplate, TriggerSpecTemplate)
TriggerTemplateSpec holds the desired state of TriggerTemplate
diff --git a/pkg/apis/triggers/v1alpha1/trigger_template_types.go b/pkg/apis/triggers/v1alpha1/trigger_template_types.go index 0a5fa6113..a8e5cb631 100644 --- a/pkg/apis/triggers/v1alpha1/trigger_template_types.go +++ b/pkg/apis/triggers/v1alpha1/trigger_template_types.go @@ -42,10 +42,10 @@ type TriggerResourceTemplate struct { // TriggerTemplateStatus describes the desired state of TriggerTemplate type TriggerTemplateStatus struct{} -// TriggerTemplate takes parameters and uses them to create CRDs -// // +genclient // +k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object + +// TriggerTemplate takes parameters and uses them to create CRDs // +k8s:openapi-gen=true type TriggerTemplate struct { metav1.TypeMeta `json:",inline"` diff --git a/pkg/apis/triggers/v1beta1/trigger_template_types.go b/pkg/apis/triggers/v1beta1/trigger_template_types.go index 78689cdb8..9fedae829 100644 --- a/pkg/apis/triggers/v1beta1/trigger_template_types.go +++ b/pkg/apis/triggers/v1beta1/trigger_template_types.go @@ -42,10 +42,11 @@ type TriggerResourceTemplate struct { // TriggerTemplateStatus describes the desired state of TriggerTemplate type TriggerTemplateStatus struct{} -// TriggerTemplate takes parameters and uses them to create CRDs // // +genclient // +k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object + +// TriggerTemplate takes parameters and uses them to create CRDs // +k8s:openapi-gen=true type TriggerTemplate struct { metav1.TypeMeta `json:",inline"`