Skip to content

Commit 4c3cf58

Browse files
committed
Rename "Insights Advisor" to "Red Hat Lightspeed Advisor" in API docs
1 parent 1ebdd3d commit 4c3cf58

18 files changed

Lines changed: 33 additions & 33 deletions

File tree

insights/v1/types_insights.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -369,7 +369,7 @@ type HealthCheck struct {
369369
// The value represents the severity of the issue.
370370
// +required
371371
TotalRisk TotalRisk `json:"totalRisk,omitempty"`
372-
// advisorURI is required field that provides the URL link to the Insights Advisor.
372+
// advisorURI is a required field that provides the URL link to the Red Hat Lightspeed Advisor.
373373
// The link must be a valid HTTPS URL and the maximum length is 2048 characters.
374374
// +kubebuilder:validation:XValidation:rule=`isURL(self) && url(self).getScheme() == "https"`,message=`advisorURI must be a valid HTTPS URL (e.g., https://example.com)`
375375
// +kubebuilder:validation:MinLength=1

insights/v1/zz_generated.crd-manifests/0000_10_insights_01_datagathers.crd.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -463,7 +463,7 @@ spec:
463463
properties:
464464
advisorURI:
465465
description: |-
466-
advisorURI is required field that provides the URL link to the Insights Advisor.
466+
advisorURI is a required field that provides the URL link to the Red Hat Lightspeed Advisor.
467467
The link must be a valid HTTPS URL and the maximum length is 2048 characters.
468468
maxLength: 2048
469469
minLength: 1

insights/v1/zz_generated.featuregated-crd-manifests/datagathers.insights.openshift.io/InsightsOnDemandDataGather.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -464,7 +464,7 @@ spec:
464464
properties:
465465
advisorURI:
466466
description: |-
467-
advisorURI is required field that provides the URL link to the Insights Advisor.
467+
advisorURI is a required field that provides the URL link to the Red Hat Lightspeed Advisor.
468468
The link must be a valid HTTPS URL and the maximum length is 2048 characters.
469469
maxLength: 2048
470470
minLength: 1

insights/v1/zz_generated.swagger_doc_generated.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

insights/v1alpha1/types_insights.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -280,15 +280,15 @@ type HealthCheck struct {
280280
// +kubebuilder:validation:Minimum=1
281281
// +kubebuilder:validation:Maximum=4
282282
TotalRisk int32 `json:"totalRisk"`
283-
// advisorURI is required field that provides the URL link to the Insights Advisor.
283+
// advisorURI is a required field that provides the URL link to the Red Hat Lightspeed Advisor.
284284
// The link must be a valid HTTPS URL and the maximum length is 2048 characters.
285285
// +kubebuilder:validation:XValidation:rule=`isURL(self) && url(self).getScheme() == "https"`,message=`advisorURI must be a valid HTTPS URL (e.g., https://example.com)`
286286
// +kubebuilder:validation:MaxLength=2048
287287
// +required
288288
AdvisorURI string `json:"advisorURI"`
289289
// state determines what the current state of the health check is.
290290
// Health check is enabled by default and can be disabled
291-
// by the user in the Insights advisor user interface.
291+
// by the user in the Red Hat Lightspeed Advisor user interface.
292292
// +required
293293
State HealthCheckState `json:"state"`
294294
}

insights/v1alpha1/zz_generated.crd-manifests/0000_10_insights_01_datagathers.crd.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -385,7 +385,7 @@ spec:
385385
properties:
386386
advisorURI:
387387
description: |-
388-
advisorURI is required field that provides the URL link to the Insights Advisor.
388+
advisorURI is a required field that provides the URL link to the Red Hat Lightspeed Advisor.
389389
The link must be a valid HTTPS URL and the maximum length is 2048 characters.
390390
maxLength: 2048
391391
type: string
@@ -402,7 +402,7 @@ spec:
402402
description: |-
403403
state determines what the current state of the health check is.
404404
Health check is enabled by default and can be disabled
405-
by the user in the Insights advisor user interface.
405+
by the user in the Red Hat Lightspeed Advisor user interface.
406406
enum:
407407
- Enabled
408408
- Disabled

insights/v1alpha1/zz_generated.featuregated-crd-manifests/datagathers.insights.openshift.io/InsightsOnDemandDataGather.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -386,7 +386,7 @@ spec:
386386
properties:
387387
advisorURI:
388388
description: |-
389-
advisorURI is required field that provides the URL link to the Insights Advisor.
389+
advisorURI is a required field that provides the URL link to the Red Hat Lightspeed Advisor.
390390
The link must be a valid HTTPS URL and the maximum length is 2048 characters.
391391
maxLength: 2048
392392
type: string
@@ -403,7 +403,7 @@ spec:
403403
description: |-
404404
state determines what the current state of the health check is.
405405
Health check is enabled by default and can be disabled
406-
by the user in the Insights advisor user interface.
406+
by the user in the Red Hat Lightspeed Advisor user interface.
407407
enum:
408408
- Enabled
409409
- Disabled

insights/v1alpha1/zz_generated.swagger_doc_generated.go

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

insights/v1alpha2/types_insights.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,7 @@ type HealthCheck struct {
355355
// The value represents the severity of the issue.
356356
// +required
357357
TotalRisk TotalRisk `json:"totalRisk"`
358-
// advisorURI is required field that provides the URL link to the Insights Advisor.
358+
// advisorURI is a required field that provides the URL link to the Red Hat Lightspeed Advisor.
359359
// The link must be a valid HTTPS URL and the maximum length is 2048 characters.
360360
// +kubebuilder:validation:XValidation:rule=`isURL(self) && url(self).getScheme() == "https"`,message=`advisorURI must be a valid HTTPS URL (e.g., https://example.com)`
361361
// +kubebuilder:validation:MaxLength=2048

insights/v1alpha2/zz_generated.crd-manifests/0000_10_insights_01_datagathers.crd.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -450,7 +450,7 @@ spec:
450450
properties:
451451
advisorURI:
452452
description: |-
453-
advisorURI is required field that provides the URL link to the Insights Advisor.
453+
advisorURI is a required field that provides the URL link to the Red Hat Lightspeed Advisor.
454454
The link must be a valid HTTPS URL and the maximum length is 2048 characters.
455455
maxLength: 2048
456456
type: string

0 commit comments

Comments
 (0)