Skip to content

Commit

Permalink
Merge pull request #132 from rewantsoni/omap
Browse files Browse the repository at this point in the history
update api description to be inline with the expected behaviour
  • Loading branch information
Madhu-1 authored Sep 4, 2024
2 parents b69a93a + b8dd8ea commit 6b0ff96
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions api/v1alpha1/driver_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -302,8 +302,8 @@ type DriverSpec struct {

// OMAP generator will generate the omap mapping between the PV name and the RBD image.
// Need to be enabled when we are using rbd mirroring feature.
// By default OMAP generator sidecar is deployed with Csi controller plugin pod, to disable
// it set it to false.
// By default OMAP generator sidecar is not deployed with Csi controller plugin pod, to enable
// it set it to true.
//+kubebuilder:validation:Optional
GenerateOMapInfo *bool `json:"generateOMapInfo,omitempty"`

Expand Down
4 changes: 2 additions & 2 deletions config/crd/bases/csi.ceph.io_drivers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3466,8 +3466,8 @@ spec:
description: |-
OMAP generator will generate the omap mapping between the PV name and the RBD image.
Need to be enabled when we are using rbd mirroring feature.
By default OMAP generator sidecar is deployed with Csi controller plugin pod, to disable
it set it to false.
By default OMAP generator sidecar is not deployed with Csi controller plugin pod, to enable
it set it to true.
type: boolean
grpcTimeout:
description: Set the gRPC timeout for gRPC call issued by the driver
Expand Down
4 changes: 2 additions & 2 deletions config/crd/bases/csi.ceph.io_operatorconfigs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3505,8 +3505,8 @@ spec:
description: |-
OMAP generator will generate the omap mapping between the PV name and the RBD image.
Need to be enabled when we are using rbd mirroring feature.
By default OMAP generator sidecar is deployed with Csi controller plugin pod, to disable
it set it to false.
By default OMAP generator sidecar is not deployed with Csi controller plugin pod, to enable
it set it to true.
type: boolean
grpcTimeout:
description: Set the gRPC timeout for gRPC call issued by the
Expand Down
8 changes: 4 additions & 4 deletions deploy/all-in-one/install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3716,8 +3716,8 @@ spec:
description: |-
OMAP generator will generate the omap mapping between the PV name and the RBD image.
Need to be enabled when we are using rbd mirroring feature.
By default OMAP generator sidecar is deployed with Csi controller plugin pod, to disable
it set it to false.
By default OMAP generator sidecar is not deployed with Csi controller plugin pod, to enable
it set it to true.
type: boolean
grpcTimeout:
description: Set the gRPC timeout for gRPC call issued by the driver
Expand Down Expand Up @@ -10554,8 +10554,8 @@ spec:
description: |-
OMAP generator will generate the omap mapping between the PV name and the RBD image.
Need to be enabled when we are using rbd mirroring feature.
By default OMAP generator sidecar is deployed with Csi controller plugin pod, to disable
it set it to false.
By default OMAP generator sidecar is not deployed with Csi controller plugin pod, to enable
it set it to true.
type: boolean
grpcTimeout:
description: Set the gRPC timeout for gRPC call issued by the
Expand Down
8 changes: 4 additions & 4 deletions deploy/multifile/crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3707,8 +3707,8 @@ spec:
description: |-
OMAP generator will generate the omap mapping between the PV name and the RBD image.
Need to be enabled when we are using rbd mirroring feature.
By default OMAP generator sidecar is deployed with Csi controller plugin pod, to disable
it set it to false.
By default OMAP generator sidecar is not deployed with Csi controller plugin pod, to enable
it set it to true.
type: boolean
grpcTimeout:
description: Set the gRPC timeout for gRPC call issued by the driver
Expand Down Expand Up @@ -10545,8 +10545,8 @@ spec:
description: |-
OMAP generator will generate the omap mapping between the PV name and the RBD image.
Need to be enabled when we are using rbd mirroring feature.
By default OMAP generator sidecar is deployed with Csi controller plugin pod, to disable
it set it to false.
By default OMAP generator sidecar is not deployed with Csi controller plugin pod, to enable
it set it to true.
type: boolean
grpcTimeout:
description: Set the gRPC timeout for gRPC call issued by the
Expand Down

0 comments on commit 6b0ff96

Please sign in to comment.