@@ -179,15 +179,15 @@ spec:
179179 apiservicedefinitions : {}
180180 customresourcedefinitions :
181181 owned :
182- - description : An AnalysisRun is an instantiation of an AnalysisTemplate.
183- AnalysisRuns are like Jobs in that they eventually complete.
182+ - description : An AnalysisRun is an instantiation of an AnalysisTemplate. AnalysisRuns
183+ are like Jobs in that they eventually complete.
184184 displayName : AnalysisRun
185185 kind : AnalysisRun
186186 name : analysisruns.argoproj.io
187187 version : v1alpha1
188- - description : An AnalysisTemplate is a template spec which defines how to
189- perform a canary analysis, such as the metrics, its frequency,
190- and the values which are considered successful or failed.
188+ - description : An AnalysisTemplate is a template spec which defines how to perform
189+ a canary analysis, such as the metrics, its frequency, and the values which
190+ are considered successful or failed.
191191 displayName : AnalysisTemplate
192192 kind : AnalysisTemplate
193193 name : analysistemplates.argoproj.io
@@ -209,6 +209,9 @@ spec:
209209 kind : AppProject
210210 name : appprojects.argoproj.io
211211 version : v1alpha1
212+ - kind : ArgoCD
213+ name : argocds.argoproj.io
214+ version : v1alpha1
212215 - description : Argo CD is the representation of an Argo CD deployment.
213216 displayName : Argo CD
214217 kind : ArgoCD
@@ -260,14 +263,16 @@ spec:
260263 name : " "
261264 version : v1
262265 version : v1beta1
263- - description : A ClusterAnalysisTemplate is like an AnalysisTemplate,but it is not limited to its namespace.
264- It can be used by any Rollout throughout the cluster.
266+ - description : A ClusterAnalysisTemplate is like an AnalysisTemplate,but it is
267+ not limited to its namespace. It can be used by any Rollout throughout the
268+ cluster.
265269 displayName : ClusterAnalysisTemplate
266270 kind : ClusterAnalysisTemplate
267271 name : clusteranalysistemplates.argoproj.io
268272 version : v1alpha1
269- - description : An Experiment is limited run of one or more ReplicaSets for the purposes of analysis.
270- Experiments typically run for a pre-determined duration, but can also run indefinitely until stopped.
273+ - description : An Experiment is limited run of one or more ReplicaSets for the
274+ purposes of analysis. Experiments typically run for a pre-determined duration,
275+ but can also run indefinitely until stopped.
271276 displayName : Experiment
272277 kind : Experiment
273278 name : experiments.argoproj.io
@@ -277,8 +282,9 @@ spec:
277282 kind : GitopsService
278283 name : gitopsservices.pipelines.openshift.io
279284 version : v1alpha1
280- - description : NotificationsConfigurations contains the notification template used to generate notifications
281- that notify users about important changes in the application state.
285+ - description : NotificationsConfigurations contains the notification template
286+ used to generate notifications that notify users about important changes in
287+ the application state.
282288 displayName : NotificationsConfiguration
283289 kind : NotificationsConfiguration
284290 name : notificationsconfigurations.argoproj.io
@@ -288,6 +294,9 @@ spec:
288294 kind : RolloutManager
289295 name : rolloutmanagers.argoproj.io
290296 version : v1alpha1
297+ - kind : Rollout
298+ name : rollouts.argoproj.io
299+ version : v1alpha1
291300 description : " Red Hat OpenShift GitOps is a declarative continuous delivery platform
292301 based on [Argo CD](https://argoproj.github.io/argo-cd/). It enables teams to adopt
293302 GitOps principles for managing cluster configurations and automating secure and
0 commit comments