Skip to content

Commit d34c763

Browse files
sbahar619kaovilai
andauthored
Fix typo in CRD description (#1097)
* Fix typo in CRD description * run `make bundle` --------- Co-authored-by: Tiger Kaovilai <[email protected]>
1 parent 8750214 commit d34c763

File tree

3 files changed

+15
-15
lines changed

3 files changed

+15
-15
lines changed

api/v1alpha1/oadp_types.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -115,13 +115,13 @@ type PodConfig struct {
115115
// labels to add to pods
116116
// +optional
117117
Labels map[string]string `json:"labels,omitempty"`
118-
// nodeSelector defines the nodeSelector to be supplied to Restic podSpec
118+
// nodeSelector defines the nodeSelector to be supplied to podSpec
119119
// +optional
120120
NodeSelector map[string]string `json:"nodeSelector,omitempty"`
121-
// tolerations defines the list of tolerations to be applied to Restic daemonset
121+
// tolerations defines the list of tolerations to be applied
122122
// +optional
123123
Tolerations []corev1.Toleration `json:"tolerations,omitempty"`
124-
// resourceAllocations defines the CPU and Memory resource allocations for the restic Pod
124+
// resourceAllocations defines the CPU and Memory resource allocations for the Pod
125125
// +optional
126126
// +nullable
127127
ResourceAllocations corev1.ResourceRequirements `json:"resourceAllocations,omitempty"`

bundle/manifests/oadp.openshift.io_dataprotectionapplications.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -246,10 +246,10 @@ spec:
246246
nodeSelector:
247247
additionalProperties:
248248
type: string
249-
description: nodeSelector defines the nodeSelector to be supplied to Restic podSpec
249+
description: nodeSelector defines the nodeSelector to be supplied to podSpec
250250
type: object
251251
resourceAllocations:
252-
description: resourceAllocations defines the CPU and Memory resource allocations for the restic Pod
252+
description: resourceAllocations defines the CPU and Memory resource allocations for the Pod
253253
nullable: true
254254
properties:
255255
claims:
@@ -291,7 +291,7 @@ spec:
291291
nullable: true
292292
type: object
293293
tolerations:
294-
description: tolerations defines the list of tolerations to be applied to Restic daemonset
294+
description: tolerations defines the list of tolerations to be applied
295295
items:
296296
description: The pod this Toleration is attached to tolerates any taint that matches the triple <key,value,effect> using the matching operator <operator>.
297297
properties:
@@ -595,10 +595,10 @@ spec:
595595
nodeSelector:
596596
additionalProperties:
597597
type: string
598-
description: nodeSelector defines the nodeSelector to be supplied to Restic podSpec
598+
description: nodeSelector defines the nodeSelector to be supplied to podSpec
599599
type: object
600600
resourceAllocations:
601-
description: resourceAllocations defines the CPU and Memory resource allocations for the restic Pod
601+
description: resourceAllocations defines the CPU and Memory resource allocations for the Pod
602602
nullable: true
603603
properties:
604604
claims:
@@ -640,7 +640,7 @@ spec:
640640
nullable: true
641641
type: object
642642
tolerations:
643-
description: tolerations defines the list of tolerations to be applied to Restic daemonset
643+
description: tolerations defines the list of tolerations to be applied
644644
items:
645645
description: The pod this Toleration is attached to tolerates any taint that matches the triple <key,value,effect> using the matching operator <operator>.
646646
properties:

config/crd/bases/oadp.openshift.io_dataprotectionapplications.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -246,10 +246,10 @@ spec:
246246
nodeSelector:
247247
additionalProperties:
248248
type: string
249-
description: nodeSelector defines the nodeSelector to be supplied to Restic podSpec
249+
description: nodeSelector defines the nodeSelector to be supplied to podSpec
250250
type: object
251251
resourceAllocations:
252-
description: resourceAllocations defines the CPU and Memory resource allocations for the restic Pod
252+
description: resourceAllocations defines the CPU and Memory resource allocations for the Pod
253253
nullable: true
254254
properties:
255255
claims:
@@ -291,7 +291,7 @@ spec:
291291
nullable: true
292292
type: object
293293
tolerations:
294-
description: tolerations defines the list of tolerations to be applied to Restic daemonset
294+
description: tolerations defines the list of tolerations to be applied
295295
items:
296296
description: The pod this Toleration is attached to tolerates any taint that matches the triple <key,value,effect> using the matching operator <operator>.
297297
properties:
@@ -595,10 +595,10 @@ spec:
595595
nodeSelector:
596596
additionalProperties:
597597
type: string
598-
description: nodeSelector defines the nodeSelector to be supplied to Restic podSpec
598+
description: nodeSelector defines the nodeSelector to be supplied to podSpec
599599
type: object
600600
resourceAllocations:
601-
description: resourceAllocations defines the CPU and Memory resource allocations for the restic Pod
601+
description: resourceAllocations defines the CPU and Memory resource allocations for the Pod
602602
nullable: true
603603
properties:
604604
claims:
@@ -640,7 +640,7 @@ spec:
640640
nullable: true
641641
type: object
642642
tolerations:
643-
description: tolerations defines the list of tolerations to be applied to Restic daemonset
643+
description: tolerations defines the list of tolerations to be applied
644644
items:
645645
description: The pod this Toleration is attached to tolerates any taint that matches the triple <key,value,effect> using the matching operator <operator>.
646646
properties:

0 commit comments

Comments
 (0)