-
Notifications
You must be signed in to change notification settings - Fork 351
Expand file tree
/
Copy pathgitops-operator.clusterserviceversion.yaml
More file actions
165 lines (165 loc) · 5.42 KB
/
gitops-operator.clusterserviceversion.yaml
File metadata and controls
165 lines (165 loc) · 5.42 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
apiVersion: operators.coreos.com/v1alpha1
kind: ClusterServiceVersion
metadata:
annotations:
capabilities: Deep Insights
console.openshift.io/plugins: '["gitops-plugin"]'
containerImage: quay.io/redhat-developer/gitops-operator
description: Enables teams to adopt GitOps principles for managing cluster configurations
and application delivery across hybrid multi-cluster Kubernetes environments.
features.operators.openshift.io/disconnected: "true"
features.operators.openshift.io/fips-compliant: "true"
features.operators.openshift.io/proxy-aware: "true"
features.operators.openshift.io/tls-profiles: "false"
features.operators.openshift.io/token-auth-aws: "false"
features.operators.openshift.io/token-auth-azure: "false"
features.operators.openshift.io/token-auth-gcp: "false"
operatorframework.io/cluster-monitoring: "true"
operatorframework.io/suggested-namespace: openshift-gitops-operator
operators.openshift.io/infrastructure-features: '["disconnected"]'
repository: https://github.com/redhat-developer/gitops-operator
support: Red Hat
name: gitops-operator.v1.8.0
namespace: placeholder
spec:
apiservicedefinitions: {}
customresourcedefinitions:
owned:
- description: An AnalysisRun is an instantiation of an AnalysisTemplate. AnalysisRuns
are like Jobs in that they eventually complete.
displayName: AnalysisRun
kind: AnalysisRun
name: analysisruns.argoproj.io
version: v1alpha1
- description: An AnalysisTemplate is a template spec which defines how to perform
a canary analysis, such as the metrics, its frequency, and the values which
are considered successful or failed.
displayName: AnalysisTemplate
kind: AnalysisTemplate
name: analysistemplates.argoproj.io
version: v1alpha1
- description: An Application is a group of Kubernetes resources as defined by
a manifest.
displayName: Application
kind: Application
name: applications.argoproj.io
version: v1alpha1
- description: ApplicationSet is the representation of an ApplicationSet controller
deployment.
displayName: ApplicationSet
kind: ApplicationSet
name: applicationsets.argoproj.io
version: v1alpha1
- description: An AppProject is a logical grouping of Argo CD Applications.
displayName: AppProject
kind: AppProject
name: appprojects.argoproj.io
version: v1alpha1
- description: Argo CD is the representation of an Argo CD deployment.
displayName: Argo CD
kind: ArgoCD
name: argocds.argoproj.io
resources:
- kind: ArgoCD
name: ""
version: v1beta1
- kind: ConfigMap
name: ""
version: v1
- kind: CronJob
name: ""
version: v1
- kind: Deployment
name: ""
version: v1
- kind: Ingress
name: ""
version: v1
- kind: Job
name: ""
version: v1
- kind: PersistentVolumeClaim
name: ""
version: v1
- kind: Pod
name: ""
version: v1
- kind: Prometheus
name: ""
version: v1
- kind: ReplicaSet
name: ""
version: v1
- kind: Route
name: ""
version: v1
- kind: Secret
name: ""
version: v1
- kind: Service
name: ""
version: v1
- kind: ServiceMonitor
name: ""
version: v1
- kind: StatefulSet
name: ""
version: v1
version: v1beta1
- description: A ClusterAnalysisTemplate is like an AnalysisTemplate,but it is
not limited to its namespace. It can be used by any Rollout throughout the
cluster.
displayName: ClusterAnalysisTemplate
kind: ClusterAnalysisTemplate
name: clusteranalysistemplates.argoproj.io
version: v1alpha1
- description: An Experiment is limited run of one or more ReplicaSets for the
purposes of analysis. Experiments typically run for a pre-determined duration,
but can also run indefinitely until stopped.
displayName: Experiment
kind: Experiment
name: experiments.argoproj.io
version: v1alpha1
- description: NotificationsConfigurations contains the notification template
used to generate notifications that notify users about important changes in
the application state.
displayName: NotificationsConfiguration
kind: NotificationsConfiguration
name: notificationsconfigurations.argoproj.io
version: v1alpha1
- description: A controller for managing Argo Rollouts
displayName: RolloutManager
kind: RolloutManager
name: rolloutmanagers.argoproj.io
version: v1alpha1
- description: GitopsService is the Schema for the gitopsservices API
displayName: Gitops Service
kind: GitopsService
name: gitopsservices.pipelines.openshift.io
version: v1alpha1
displayName: Red Hat OpenShift GitOps
install:
spec:
deployments: null
strategy: ""
installModes:
- supported: false
type: OwnNamespace
- supported: false
type: SingleNamespace
- supported: false
type: MultiNamespace
- supported: true
type: AllNamespaces
keywords:
- devtools
- gitops
- pipelines
maintainers:
- email: shbose@redhat.com
name: shoubhik
maturity: alpha
provider:
name: Red Hat Inc
replaces: gitops-operator.v1.7.3
version: 1.8.0