Skip to content

Commit 7974d6a

Browse files
committed
operator tektoncd-operator (0.75.0)
Signed-off-by: Jawed khelil <[email protected]>
1 parent 51963e6 commit 7974d6a

27 files changed

+1758
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,73 @@
1+
apiVersion: v1
2+
data:
3+
_example: |
4+
################################
5+
# #
6+
# EXAMPLE CONFIGURATION #
7+
# #
8+
################################
9+
10+
# This block is not actually functional configuration,
11+
# but serves to illustrate the available configuration
12+
# options and document them in a way that is accessible
13+
# to users that `kubectl edit` this config map.
14+
#
15+
# These sample configuration options may be copied out of
16+
# this example block and unindented to be in the data block
17+
# to actually change the configuration.
18+
19+
# Common configuration for all Knative codebase
20+
zap-logger-config: |
21+
{
22+
"level": "info",
23+
"development": false,
24+
"outputPaths": ["stdout"],
25+
"errorOutputPaths": ["stderr"],
26+
"encoding": "json",
27+
"encoderConfig": {
28+
"timeKey": "ts",
29+
"levelKey": "level",
30+
"nameKey": "logger",
31+
"callerKey": "caller",
32+
"messageKey": "msg",
33+
"stacktraceKey": "stacktrace",
34+
"lineEnding": "",
35+
"levelEncoder": "",
36+
"timeEncoder": "iso8601",
37+
"durationEncoder": "",
38+
"callerEncoder": ""
39+
}
40+
}
41+
loglevel.tekton-operator-cluster-operations: info
42+
loglevel.tekton-operator-lifecycle: info
43+
loglevel.tekton-operator-webhook: info
44+
zap-logger-config: |
45+
{
46+
"level": "info",
47+
"development": false,
48+
"sampling": {
49+
"initial": 100,
50+
"thereafter": 100
51+
},
52+
"outputPaths": ["stdout"],
53+
"errorOutputPaths": ["stderr"],
54+
"encoding": "json",
55+
"encoderConfig": {
56+
"timeKey": "timestamp",
57+
"levelKey": "level",
58+
"nameKey": "logger",
59+
"callerKey": "caller",
60+
"messageKey": "msg",
61+
"stacktraceKey": "stacktrace",
62+
"lineEnding": "",
63+
"levelEncoder": "",
64+
"timeEncoder": "iso8601",
65+
"durationEncoder": "",
66+
"callerEncoder": ""
67+
}
68+
}
69+
kind: ConfigMap
70+
metadata:
71+
labels:
72+
operator.tekton.dev/release: devel
73+
name: config-logging
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
apiVersion: apiextensions.k8s.io/v1
2+
kind: CustomResourceDefinition
3+
metadata:
4+
creationTimestamp: null
5+
labels:
6+
operator.tekton.dev/release: v0.75.0
7+
version: v0.75.0
8+
name: manualapprovalgates.operator.tekton.dev
9+
spec:
10+
group: operator.tekton.dev
11+
names:
12+
kind: ManualApprovalGate
13+
listKind: ManualApprovalGateList
14+
plural: manualapprovalgates
15+
shortNames:
16+
- mag
17+
singular: manualapprovalgate
18+
scope: Cluster
19+
versions:
20+
- additionalPrinterColumns:
21+
- jsonPath: .status.version
22+
name: Version
23+
type: string
24+
- jsonPath: .status.conditions[?(@.type=="Ready")].status
25+
name: Ready
26+
type: string
27+
- jsonPath: .status.conditions[?(@.type=="Ready")].message
28+
name: Reason
29+
type: string
30+
name: v1alpha1
31+
schema:
32+
openAPIV3Schema:
33+
description: Schema for the ManualApprovalGate API
34+
type: object
35+
x-kubernetes-preserve-unknown-fields: true
36+
served: true
37+
storage: true
38+
subresources:
39+
status: {}
40+
status:
41+
acceptedNames:
42+
kind: ""
43+
plural: ""
44+
conditions: null
45+
storedVersions: null
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
apiVersion: apiextensions.k8s.io/v1
2+
kind: CustomResourceDefinition
3+
metadata:
4+
creationTimestamp: null
5+
labels:
6+
operator.tekton.dev/release: v0.75.0
7+
version: v0.75.0
8+
name: tektonchains.operator.tekton.dev
9+
spec:
10+
group: operator.tekton.dev
11+
names:
12+
kind: TektonChain
13+
listKind: TektonChainList
14+
plural: tektonchains
15+
singular: tektonchain
16+
scope: Cluster
17+
versions:
18+
- additionalPrinterColumns:
19+
- jsonPath: .status.version
20+
name: Version
21+
type: string
22+
- jsonPath: .status.conditions[?(@.type=="Ready")].status
23+
name: Ready
24+
type: string
25+
- jsonPath: .status.conditions[?(@.type=="Ready")].message
26+
name: Reason
27+
type: string
28+
name: v1alpha1
29+
schema:
30+
openAPIV3Schema:
31+
description: Schema for the TektonChains API
32+
type: object
33+
x-kubernetes-preserve-unknown-fields: true
34+
served: true
35+
storage: true
36+
subresources:
37+
status: {}
38+
status:
39+
acceptedNames:
40+
kind: ""
41+
plural: ""
42+
conditions: null
43+
storedVersions: null
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
apiVersion: apiextensions.k8s.io/v1
2+
kind: CustomResourceDefinition
3+
metadata:
4+
creationTimestamp: null
5+
labels:
6+
operator.tekton.dev/release: v0.75.0
7+
version: v0.75.0
8+
name: tektonconfigs.operator.tekton.dev
9+
spec:
10+
group: operator.tekton.dev
11+
names:
12+
kind: TektonConfig
13+
listKind: TektonConfigList
14+
plural: tektonconfigs
15+
singular: tektonconfig
16+
scope: Cluster
17+
versions:
18+
- additionalPrinterColumns:
19+
- jsonPath: .status.version
20+
name: Version
21+
type: string
22+
- jsonPath: .status.conditions[?(@.type=="Ready")].status
23+
name: Ready
24+
type: string
25+
- jsonPath: .status.conditions[?(@.type=="Ready")].message
26+
name: Reason
27+
type: string
28+
name: v1alpha1
29+
schema:
30+
openAPIV3Schema:
31+
description: Schema for the tektonconfigs API
32+
type: object
33+
x-kubernetes-preserve-unknown-fields: true
34+
served: true
35+
storage: true
36+
subresources:
37+
status: {}
38+
status:
39+
acceptedNames:
40+
kind: ""
41+
plural: ""
42+
conditions: null
43+
storedVersions: null
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
apiVersion: apiextensions.k8s.io/v1
2+
kind: CustomResourceDefinition
3+
metadata:
4+
creationTimestamp: null
5+
labels:
6+
operator.tekton.dev/release: v0.75.0
7+
version: v0.75.0
8+
name: tektondashboards.operator.tekton.dev
9+
spec:
10+
group: operator.tekton.dev
11+
names:
12+
kind: TektonDashboard
13+
listKind: TektonDashboardList
14+
plural: tektondashboards
15+
singular: tektondashboard
16+
scope: Cluster
17+
versions:
18+
- additionalPrinterColumns:
19+
- jsonPath: .status.version
20+
name: Version
21+
type: string
22+
- jsonPath: .status.conditions[?(@.type=="Ready")].status
23+
name: Ready
24+
type: string
25+
- jsonPath: .status.conditions[?(@.type=="Ready")].message
26+
name: Reason
27+
type: string
28+
name: v1alpha1
29+
schema:
30+
openAPIV3Schema:
31+
description: Schema for the tektondashboards API
32+
type: object
33+
x-kubernetes-preserve-unknown-fields: true
34+
served: true
35+
storage: true
36+
subresources:
37+
status: {}
38+
status:
39+
acceptedNames:
40+
kind: ""
41+
plural: ""
42+
conditions: null
43+
storedVersions: null
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
apiVersion: apiextensions.k8s.io/v1
2+
kind: CustomResourceDefinition
3+
metadata:
4+
creationTimestamp: null
5+
labels:
6+
operator.tekton.dev/release: v0.75.0
7+
version: v0.75.0
8+
name: tektonhubs.operator.tekton.dev
9+
spec:
10+
group: operator.tekton.dev
11+
names:
12+
kind: TektonHub
13+
listKind: TektonHubList
14+
plural: tektonhubs
15+
singular: tektonhub
16+
scope: Cluster
17+
versions:
18+
- additionalPrinterColumns:
19+
- jsonPath: .status.version
20+
name: Version
21+
type: string
22+
- jsonPath: .status.conditions[?(@.type=="Ready")].status
23+
name: Ready
24+
type: string
25+
- jsonPath: .status.conditions[?(@.type=="Ready")].message
26+
name: Reason
27+
type: string
28+
- jsonPath: .status.apiUrl
29+
name: ApiUrl
30+
type: string
31+
- jsonPath: .status.uiUrl
32+
name: UiUrl
33+
type: string
34+
name: v1alpha1
35+
schema:
36+
openAPIV3Schema:
37+
description: Schema for the tektonhubs API
38+
type: object
39+
x-kubernetes-preserve-unknown-fields: true
40+
served: true
41+
storage: true
42+
subresources:
43+
status: {}
44+
status:
45+
acceptedNames:
46+
kind: ""
47+
plural: ""
48+
conditions: null
49+
storedVersions: null
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
apiVersion: apiextensions.k8s.io/v1
2+
kind: CustomResourceDefinition
3+
metadata:
4+
creationTimestamp: null
5+
labels:
6+
operator.tekton.dev/release: v0.75.0
7+
version: v0.75.0
8+
name: tektoninstallersets.operator.tekton.dev
9+
spec:
10+
group: operator.tekton.dev
11+
names:
12+
kind: TektonInstallerSet
13+
listKind: TektonInstallerSetList
14+
plural: tektoninstallersets
15+
singular: tektoninstallerset
16+
scope: Cluster
17+
versions:
18+
- additionalPrinterColumns:
19+
- jsonPath: .status.conditions[?(@.type=="Ready")].status
20+
name: Ready
21+
type: string
22+
- jsonPath: .status.conditions[?(@.type=="Ready")].message
23+
name: Reason
24+
type: string
25+
name: v1alpha1
26+
schema:
27+
openAPIV3Schema:
28+
description: Schema for the tektoninstallerset API
29+
type: object
30+
x-kubernetes-preserve-unknown-fields: true
31+
served: true
32+
storage: true
33+
subresources:
34+
status: {}
35+
status:
36+
acceptedNames:
37+
kind: ""
38+
plural: ""
39+
conditions: null
40+
storedVersions: null
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
apiVersion: apiextensions.k8s.io/v1
2+
kind: CustomResourceDefinition
3+
metadata:
4+
creationTimestamp: null
5+
labels:
6+
operator.tekton.dev/release: v0.75.0
7+
version: v0.75.0
8+
name: tektonpipelines.operator.tekton.dev
9+
spec:
10+
group: operator.tekton.dev
11+
names:
12+
kind: TektonPipeline
13+
listKind: TektonPipelineList
14+
plural: tektonpipelines
15+
singular: tektonpipeline
16+
scope: Cluster
17+
versions:
18+
- additionalPrinterColumns:
19+
- jsonPath: .status.version
20+
name: Version
21+
type: string
22+
- jsonPath: .status.conditions[?(@.type=="Ready")].status
23+
name: Ready
24+
type: string
25+
- jsonPath: .status.conditions[?(@.type=="Ready")].message
26+
name: Reason
27+
type: string
28+
name: v1alpha1
29+
schema:
30+
openAPIV3Schema:
31+
description: Schema for the tektonpipelines API
32+
type: object
33+
x-kubernetes-preserve-unknown-fields: true
34+
served: true
35+
storage: true
36+
subresources:
37+
status: {}
38+
status:
39+
acceptedNames:
40+
kind: ""
41+
plural: ""
42+
conditions: null
43+
storedVersions: null

0 commit comments

Comments
 (0)