Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
115 changes: 115 additions & 0 deletions charts/tekton-operator/templates/kubernetes-crds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -384,4 +384,119 @@ spec:
storage: true
subresources:
status: {}
---
apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
labels:
operator.tekton.dev/release: "devel"
version: "devel"
name: tektonschedulers.operator.tekton.dev
spec:
group: operator.tekton.dev
names:
kind: TektonScheduler
listKind: TektonSchedulerList
plural: tektonschedulers
singular: tektonscheduler
preserveUnknownFields: false
scope: Cluster
versions:
- additionalPrinterColumns:
- jsonPath: .status.version
name: Version
type: string
- jsonPath: .status.conditions[?(@.type=="Ready")].status
name: Ready
type: string
- jsonPath: .status.conditions[?(@.type=="Ready")].message
name: Reason
type: string
name: v1alpha1
schema:
openAPIV3Schema:
description: Schema for the tektonschedulers API
type: object
x-kubernetes-preserve-unknown-fields: true
served: true
storage: true
subresources:
status: {}
---
apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
labels:
operator.tekton.dev/release: "devel"
version: "devel"
name: tektonmulticlusterproxyaaes.operator.tekton.dev
spec:
group: operator.tekton.dev
names:
kind: TektonMulticlusterProxyAAE
listKind: TektonMulticlusterProxyAAEList
plural: tektonmulticlusterproxyaaes
singular: tektonmulticlusterproxyaae
preserveUnknownFields: false
scope: Cluster
versions:
- additionalPrinterColumns:
- jsonPath: .status.version
name: Version
type: string
- jsonPath: .status.conditions[?(@.type=="Ready")].status
name: Ready
type: string
- jsonPath: .status.conditions[?(@.type=="Ready")].message
name: Reason
type: string
name: v1alpha1
schema:
openAPIV3Schema:
description: |
TektonMulticlusterProxyAAE configures the Proxy AAE (Aggregated API Extension).
type: object
x-kubernetes-preserve-unknown-fields: true
served: true
storage: true
subresources:
status: {}
---
apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
labels:
operator.tekton.dev/release: "devel"
version: "devel"
name: syncerservices.operator.tekton.dev
spec:
group: operator.tekton.dev
names:
kind: SyncerService
listKind: SyncerServiceList
plural: syncerservices
singular: syncerservice
preserveUnknownFields: false
scope: Cluster
versions:
- additionalPrinterColumns:
- jsonPath: .status.version
name: Version
type: string
- jsonPath: .status.conditions[?(@.type=="Ready")].status
name: Ready
type: string
- jsonPath: .status.conditions[?(@.type=="Ready")].message
name: Reason
type: string
name: v1alpha1
schema:
openAPIV3Schema:
description: Schema for the SyncerService API
type: object
x-kubernetes-preserve-unknown-fields: true
served: true
storage: true
subresources:
status: {}
{{- end -}}
115 changes: 115 additions & 0 deletions charts/tekton-operator/templates/openshift-crds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -425,4 +425,119 @@ spec:
storage: true
subresources:
status: {}
---
apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
labels:
operator.tekton.dev/release: "devel"
version: "devel"
name: tektonschedulers.operator.tekton.dev
spec:
group: operator.tekton.dev
names:
kind: TektonScheduler
listKind: TektonSchedulerList
plural: tektonschedulers
singular: tektonscheduler
preserveUnknownFields: false
scope: Cluster
versions:
- additionalPrinterColumns:
- jsonPath: .status.version
name: Version
type: string
- jsonPath: .status.conditions[?(@.type=="Ready")].status
name: Ready
type: string
- jsonPath: .status.conditions[?(@.type=="Ready")].message
name: Reason
type: string
name: v1alpha1
schema:
openAPIV3Schema:
description: Schema for the tektonschedulers API
type: object
x-kubernetes-preserve-unknown-fields: true
served: true
storage: true
subresources:
status: {}
---
apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
labels:
operator.tekton.dev/release: "devel"
version: "devel"
name: tektonmulticlusterproxyaaes.operator.tekton.dev
spec:
group: operator.tekton.dev
names:
kind: TektonMulticlusterProxyAAE
listKind: TektonMulticlusterProxyAAEList
plural: tektonmulticlusterproxyaaes
singular: tektonmulticlusterproxyaae
preserveUnknownFields: false
scope: Cluster
versions:
- additionalPrinterColumns:
- jsonPath: .status.version
name: Version
type: string
- jsonPath: .status.conditions[?(@.type=="Ready")].status
name: Ready
type: string
- jsonPath: .status.conditions[?(@.type=="Ready")].message
name: Reason
type: string
name: v1alpha1
schema:
openAPIV3Schema:
description: |
TektonMulticlusterProxyAAE configures the Proxy AAE (Aggregated API Extension).
type: object
x-kubernetes-preserve-unknown-fields: true
served: true
storage: true
subresources:
status: {}
---
apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
labels:
operator.tekton.dev/release: "devel"
version: "devel"
name: syncerservices.operator.tekton.dev
spec:
group: operator.tekton.dev
names:
kind: SyncerService
listKind: SyncerServiceList
plural: syncerservices
singular: syncerservice
preserveUnknownFields: false
scope: Cluster
versions:
- additionalPrinterColumns:
- jsonPath: .status.version
name: Version
type: string
- jsonPath: .status.conditions[?(@.type=="Ready")].status
name: Ready
type: string
- jsonPath: .status.conditions[?(@.type=="Ready")].message
name: Reason
type: string
name: v1alpha1
schema:
openAPIV3Schema:
description: Schema for the SyncerService API
type: object
x-kubernetes-preserve-unknown-fields: true
served: true
storage: true
subresources:
status: {}
{{- end -}}
Loading