diff --git a/config/300-pipeline.yaml b/config/300-pipeline.yaml index d230434b91a..0004a011be4 100644 --- a/config/300-pipeline.yaml +++ b/config/300-pipeline.yaml @@ -11,116 +11,6 @@ spec: kind: Pipeline plural: pipelines scope: Namespaced - validation: - openAPIV3Schema: - properties: - apiVersion: - type: string - kind: - type: string - metadata: - type: object - spec: - properties: - tasks: - items: - properties: - clusterBindings: - items: - properties: - inputName: - type: string - key: - type: string - required: - - key - - inputName - type: object - type: array - inputSourceBindings: - items: - properties: - key: - type: string - name: - type: string - resourceRef: - properties: - apiVersion: - type: string - name: - type: string - required: - - name - type: object - passedConstraints: - items: - type: string - type: array - required: - - name - - key - type: object - type: array - name: - type: string - outputSourceBindings: - items: - properties: - key: - type: string - name: - type: string - resourceRef: - properties: - apiVersion: - type: string - name: - type: string - required: - - name - type: object - passedConstraints: - items: - type: string - type: array - required: - - name - - key - type: object - type: array - params: - items: - properties: - name: - type: string - value: - type: string - required: - - name - - value - type: object - type: array - taskRef: - properties: - apiVersion: - type: string - name: - type: string - required: - - name - type: object - required: - - name - - taskRef - type: object - type: array - required: - - tasks - type: object - status: - type: object - type: object version: v1alpha1 status: acceptedNames: diff --git a/config/300-pipelineparams.yaml b/config/300-pipelineparams.yaml index 88276436f89..698c02259b4 100644 --- a/config/300-pipelineparams.yaml +++ b/config/300-pipelineparams.yaml @@ -11,86 +11,6 @@ spec: kind: PipelineParams plural: pipelineparams scope: Namespaced - validation: - openAPIV3Schema: - properties: - apiVersion: - type: string - kind: - type: string - metadata: - type: object - spec: - properties: - clusters: - items: - properties: - endpoint: - type: string - name: - type: string - type: - type: string - required: - - name - - type - - endpoint - type: object - type: array - results: - properties: - logs: - properties: - name: - type: string - type: - type: string - url: - type: string - required: - - name - - type - - url - type: object - runs: - properties: - name: - type: string - type: - type: string - url: - type: string - required: - - name - - type - - url - type: object - tests: - properties: - name: - type: string - type: - type: string - url: - type: string - required: - - name - - type - - url - type: object - required: - - runs - - logs - type: object - serviceAccount: - type: string - required: - - serviceAccount - - results - type: object - status: - type: object - type: object version: v1alpha1 status: acceptedNames: diff --git a/config/300-pipelinerun.yaml b/config/300-pipelinerun.yaml index fec3d8596e9..b7a215539bd 100644 --- a/config/300-pipelinerun.yaml +++ b/config/300-pipelinerun.yaml @@ -11,103 +11,6 @@ spec: kind: PipelineRun plural: pipelineruns scope: Namespaced - validation: - openAPIV3Schema: - properties: - apiVersion: - type: string - kind: - type: string - metadata: - type: object - spec: - properties: - pipelineParamsRef: - properties: - apiVersion: - type: string - name: - type: string - required: - - name - type: object - pipelineRef: - properties: - apiVersion: - type: string - name: - type: string - required: - - name - type: object - triggerRef: - properties: - name: - type: string - type: - type: string - required: - - type - type: object - required: - - pipelineRef - - pipelineParamsRef - - triggerRef - type: object - status: - properties: - conditions: - items: - properties: - lastTransitionTime: - format: date-time - type: string - message: - type: string - reason: - type: string - status: - type: string - type: - type: string - required: - - type - - status - - lastTransitionTime - type: object - type: array - resourceVersion: - items: - properties: - resourceRef: - properties: - apiVersion: - type: string - name: - type: string - required: - - name - type: object - version: - type: string - required: - - resourceRef - - version - type: object - type: array - taskRuns: - items: - properties: - name: - type: string - required: - - name - type: object - type: array - required: - - conditions - type: object - type: object version: v1alpha1 status: acceptedNames: diff --git a/config/300-resource.yaml b/config/300-resource.yaml index 9455b94f300..dc1978c0678 100644 --- a/config/300-resource.yaml +++ b/config/300-resource.yaml @@ -11,40 +11,6 @@ spec: kind: Resource plural: resources scope: Namespaced - validation: - openAPIV3Schema: - properties: - apiVersion: - type: string - kind: - type: string - metadata: - type: object - spec: - properties: - name: - type: string - params: - items: - properties: - name: - type: string - value: - type: string - required: - - name - - value - type: object - type: array - type: - type: string - required: - - type - - params - type: object - status: - type: object - type: object version: v1alpha1 status: acceptedNames: diff --git a/config/300-task.yaml b/config/300-task.yaml index c21ba2bf0b6..d18f1fd4922 100644 --- a/config/300-task.yaml +++ b/config/300-task.yaml @@ -11,122 +11,6 @@ spec: kind: Task plural: tasks scope: Namespaced - validation: - openAPIV3Schema: - properties: - apiVersion: - type: string - kind: - type: string - metadata: - type: object - spec: - properties: - buildSpec: - properties: - steps: - items: - type: object - type: array - template: - properties: - arguments: - items: - properties: - name: - type: string - value: - type: string - required: - - name - - value - type: object - type: array - env: - items: - type: object - type: array - name: - type: string - required: - - name - type: object - type: object - inputs: - properties: - clusters: - items: - properties: - endpoint: - type: string - name: - type: string - type: - type: string - required: - - name - - type - - endpoint - type: object - type: array - params: - items: - properties: - name: - type: string - value: - type: string - required: - - name - - value - type: object - type: array - resources: - items: - properties: - name: - type: string - type: - type: string - required: - - name - - type - type: object - type: array - type: object - outputs: - properties: - resources: - items: - properties: - name: - type: string - required: - - name - type: object - type: array - results: - items: - properties: - format: - type: string - name: - type: string - path: - type: string - required: - - name - - format - - path - type: object - type: array - type: object - required: - - buildSpec - type: object - status: - type: object - type: object version: v1alpha1 status: acceptedNames: diff --git a/config/300-taskrun.yaml b/config/300-taskrun.yaml index 88ba3a0c4a8..c7d7a488f14 100644 --- a/config/300-taskrun.yaml +++ b/config/300-taskrun.yaml @@ -11,206 +11,6 @@ spec: kind: TaskRun plural: taskruns scope: Namespaced - validation: - openAPIV3Schema: - properties: - apiVersion: - type: string - kind: - type: string - metadata: - type: object - spec: - properties: - inputs: - properties: - params: - items: - properties: - name: - type: string - value: - type: string - required: - - name - - value - type: object - type: array - resourcesVersion: - items: - properties: - resourceRef: - properties: - apiVersion: - type: string - name: - type: string - required: - - name - type: object - version: - type: string - required: - - resourceRef - - version - type: object - type: array - required: - - resourcesVersion - type: object - outputs: - properties: - resources: - items: - properties: - name: - type: string - resourceRef: - properties: - apiVersion: - type: string - name: - type: string - required: - - name - type: object - required: - - name - - resourceRef - type: object - type: array - results: - items: - properties: - format: - type: string - name: - type: string - path: - type: string - required: - - name - - format - - path - type: object - type: array - type: object - results: - properties: - logs: - properties: - name: - type: string - type: - type: string - url: - type: string - required: - - name - - type - - url - type: object - runs: - properties: - name: - type: string - type: - type: string - url: - type: string - required: - - name - - type - - url - type: object - tests: - properties: - name: - type: string - type: - type: string - url: - type: string - required: - - name - - type - - url - type: object - required: - - runs - - logs - type: object - taskRef: - properties: - apiVersion: - type: string - name: - type: string - required: - - name - type: object - trigger: - properties: - triggerRef: - properties: - name: - type: string - type: - type: string - required: - - type - type: object - required: - - triggerRef - type: object - required: - - taskRef - - trigger - - results - type: object - status: - properties: - conditions: - items: - properties: - lastTransitionTime: - format: date-time - type: string - message: - type: string - reason: - type: string - status: - type: string - type: - type: string - required: - - type - - status - - lastTransitionTime - type: object - type: array - steps: - items: - properties: - exitCode: - format: int64 - type: integer - logsURL: - type: string - name: - type: string - required: - - name - - logsURL - - exitCode - type: object - type: array - required: - - steps - - conditions - type: object - type: object version: v1alpha1 status: acceptedNames: