-
Notifications
You must be signed in to change notification settings - Fork 586
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Jeeva Kandasamy <[email protected]>
- Loading branch information
Showing
25 changed files
with
1,597 additions
and
1 deletion.
There are no files selected for viewing
72 changes: 72 additions & 0 deletions
72
operators/tektoncd-operator/0.68.1/manifests/config-logging_v1_configmap.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,72 @@ | ||
apiVersion: v1 | ||
data: | ||
_example: | | ||
################################ | ||
# # | ||
# EXAMPLE CONFIGURATION # | ||
# # | ||
################################ | ||
# This block is not actually functional configuration, | ||
# but serves to illustrate the available configuration | ||
# options and document them in a way that is accessible | ||
# to users that `kubectl edit` this config map. | ||
# | ||
# These sample configuration options may be copied out of | ||
# this example block and unindented to be in the data block | ||
# to actually change the configuration. | ||
# Common configuration for all Knative codebase | ||
zap-logger-config: | | ||
{ | ||
"level": "info", | ||
"development": false, | ||
"outputPaths": ["stdout"], | ||
"errorOutputPaths": ["stderr"], | ||
"encoding": "json", | ||
"encoderConfig": { | ||
"timeKey": "ts", | ||
"levelKey": "level", | ||
"nameKey": "logger", | ||
"callerKey": "caller", | ||
"messageKey": "msg", | ||
"stacktraceKey": "stacktrace", | ||
"lineEnding": "", | ||
"levelEncoder": "", | ||
"timeEncoder": "iso8601", | ||
"durationEncoder": "", | ||
"callerEncoder": "" | ||
} | ||
} | ||
loglevel.controller: info | ||
loglevel.webhook: info | ||
zap-logger-config: | | ||
{ | ||
"level": "debug", | ||
"development": true, | ||
"sampling": { | ||
"initial": 100, | ||
"thereafter": 100 | ||
}, | ||
"outputPaths": ["stdout"], | ||
"errorOutputPaths": ["stderr"], | ||
"encoding": "json", | ||
"encoderConfig": { | ||
"timeKey": "", | ||
"levelKey": "level", | ||
"nameKey": "logger", | ||
"callerKey": "caller", | ||
"messageKey": "msg", | ||
"stacktraceKey": "stacktrace", | ||
"lineEnding": "", | ||
"levelEncoder": "", | ||
"timeEncoder": "", | ||
"durationEncoder": "", | ||
"callerEncoder": "" | ||
} | ||
} | ||
kind: ConfigMap | ||
metadata: | ||
labels: | ||
operator.tekton.dev/release: devel | ||
name: config-logging |
43 changes: 43 additions & 0 deletions
43
operators/tektoncd-operator/0.68.1/manifests/operator.tekton.dev_tektonchains.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
apiVersion: apiextensions.k8s.io/v1 | ||
kind: CustomResourceDefinition | ||
metadata: | ||
creationTimestamp: null | ||
labels: | ||
operator.tekton.dev/release: v0.68.1 | ||
version: v0.68.1 | ||
name: tektonchains.operator.tekton.dev | ||
spec: | ||
group: operator.tekton.dev | ||
names: | ||
kind: TektonChain | ||
listKind: TektonChainList | ||
plural: tektonchains | ||
singular: tektonchain | ||
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 TektonChains API | ||
type: object | ||
x-kubernetes-preserve-unknown-fields: true | ||
served: true | ||
storage: true | ||
subresources: | ||
status: {} | ||
status: | ||
acceptedNames: | ||
kind: "" | ||
plural: "" | ||
conditions: null | ||
storedVersions: null |
43 changes: 43 additions & 0 deletions
43
operators/tektoncd-operator/0.68.1/manifests/operator.tekton.dev_tektonconfigs.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
apiVersion: apiextensions.k8s.io/v1 | ||
kind: CustomResourceDefinition | ||
metadata: | ||
creationTimestamp: null | ||
labels: | ||
operator.tekton.dev/release: v0.68.1 | ||
version: v0.68.1 | ||
name: tektonconfigs.operator.tekton.dev | ||
spec: | ||
group: operator.tekton.dev | ||
names: | ||
kind: TektonConfig | ||
listKind: TektonConfigList | ||
plural: tektonconfigs | ||
singular: tektonconfig | ||
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 tektonconfigs API | ||
type: object | ||
x-kubernetes-preserve-unknown-fields: true | ||
served: true | ||
storage: true | ||
subresources: | ||
status: {} | ||
status: | ||
acceptedNames: | ||
kind: "" | ||
plural: "" | ||
conditions: null | ||
storedVersions: null |
43 changes: 43 additions & 0 deletions
43
operators/tektoncd-operator/0.68.1/manifests/operator.tekton.dev_tektondashboards.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
apiVersion: apiextensions.k8s.io/v1 | ||
kind: CustomResourceDefinition | ||
metadata: | ||
creationTimestamp: null | ||
labels: | ||
operator.tekton.dev/release: v0.68.1 | ||
version: v0.68.1 | ||
name: tektondashboards.operator.tekton.dev | ||
spec: | ||
group: operator.tekton.dev | ||
names: | ||
kind: TektonDashboard | ||
listKind: TektonDashboardList | ||
plural: tektondashboards | ||
singular: tektondashboard | ||
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 tektondashboards API | ||
type: object | ||
x-kubernetes-preserve-unknown-fields: true | ||
served: true | ||
storage: true | ||
subresources: | ||
status: {} | ||
status: | ||
acceptedNames: | ||
kind: "" | ||
plural: "" | ||
conditions: null | ||
storedVersions: null |
49 changes: 49 additions & 0 deletions
49
operators/tektoncd-operator/0.68.1/manifests/operator.tekton.dev_tektonhubs.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
apiVersion: apiextensions.k8s.io/v1 | ||
kind: CustomResourceDefinition | ||
metadata: | ||
creationTimestamp: null | ||
labels: | ||
operator.tekton.dev/release: v0.68.1 | ||
version: v0.68.1 | ||
name: tektonhubs.operator.tekton.dev | ||
spec: | ||
group: operator.tekton.dev | ||
names: | ||
kind: TektonHub | ||
listKind: TektonHubList | ||
plural: tektonhubs | ||
singular: tektonhub | ||
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 | ||
- jsonPath: .status.apiUrl | ||
name: ApiUrl | ||
type: string | ||
- jsonPath: .status.uiUrl | ||
name: UiUrl | ||
type: string | ||
name: v1alpha1 | ||
schema: | ||
openAPIV3Schema: | ||
description: Schema for the tektonhubs API | ||
type: object | ||
x-kubernetes-preserve-unknown-fields: true | ||
served: true | ||
storage: true | ||
subresources: | ||
status: {} | ||
status: | ||
acceptedNames: | ||
kind: "" | ||
plural: "" | ||
conditions: null | ||
storedVersions: null |
40 changes: 40 additions & 0 deletions
40
operators/tektoncd-operator/0.68.1/manifests/operator.tekton.dev_tektoninstallersets.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
apiVersion: apiextensions.k8s.io/v1 | ||
kind: CustomResourceDefinition | ||
metadata: | ||
creationTimestamp: null | ||
labels: | ||
operator.tekton.dev/release: v0.68.1 | ||
version: v0.68.1 | ||
name: tektoninstallersets.operator.tekton.dev | ||
spec: | ||
group: operator.tekton.dev | ||
names: | ||
kind: TektonInstallerSet | ||
listKind: TektonInstallerSetList | ||
plural: tektoninstallersets | ||
singular: tektoninstallerset | ||
scope: Cluster | ||
versions: | ||
- additionalPrinterColumns: | ||
- 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 tektoninstallerset API | ||
type: object | ||
x-kubernetes-preserve-unknown-fields: true | ||
served: true | ||
storage: true | ||
subresources: | ||
status: {} | ||
status: | ||
acceptedNames: | ||
kind: "" | ||
plural: "" | ||
conditions: null | ||
storedVersions: null |
43 changes: 43 additions & 0 deletions
43
operators/tektoncd-operator/0.68.1/manifests/operator.tekton.dev_tektonpipelines.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
apiVersion: apiextensions.k8s.io/v1 | ||
kind: CustomResourceDefinition | ||
metadata: | ||
creationTimestamp: null | ||
labels: | ||
operator.tekton.dev/release: v0.68.1 | ||
version: v0.68.1 | ||
name: tektonpipelines.operator.tekton.dev | ||
spec: | ||
group: operator.tekton.dev | ||
names: | ||
kind: TektonPipeline | ||
listKind: TektonPipelineList | ||
plural: tektonpipelines | ||
singular: tektonpipeline | ||
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 tektonpipelines API | ||
type: object | ||
x-kubernetes-preserve-unknown-fields: true | ||
served: true | ||
storage: true | ||
subresources: | ||
status: {} | ||
status: | ||
acceptedNames: | ||
kind: "" | ||
plural: "" | ||
conditions: null | ||
storedVersions: null |
43 changes: 43 additions & 0 deletions
43
operators/tektoncd-operator/0.68.1/manifests/operator.tekton.dev_tektonresults.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
apiVersion: apiextensions.k8s.io/v1 | ||
kind: CustomResourceDefinition | ||
metadata: | ||
creationTimestamp: null | ||
labels: | ||
operator.tekton.dev/release: v0.68.1 | ||
version: v0.68.1 | ||
name: tektonresults.operator.tekton.dev | ||
spec: | ||
group: operator.tekton.dev | ||
names: | ||
kind: TektonResult | ||
listKind: TektonResultList | ||
plural: tektonresults | ||
singular: tektonresult | ||
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 TektonResults API | ||
type: object | ||
x-kubernetes-preserve-unknown-fields: true | ||
served: true | ||
storage: true | ||
subresources: | ||
status: {} | ||
status: | ||
acceptedNames: | ||
kind: "" | ||
plural: "" | ||
conditions: null | ||
storedVersions: null |
Oops, something went wrong.