Skip to content

Commit dc626ad

Browse files
committed
fix spell checking
1 parent 5030d2d commit dc626ad

7 files changed

Lines changed: 15 additions & 17 deletions

File tree

gen/go/qdrant/cloud/hybrid/v1/hybrid_cloud.pb.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.

gen/go/qdrant/cloud/hybrid/v1/operator.pb.go

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

gen/openapiv2/qdrant/cloud/hybrid/v1/hybrid_cloud.swagger.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -495,7 +495,7 @@
495495
"properties": {
496496
"command": {
497497
"type": "string",
498-
"description": "Command to execute for bootstrapin a kubernetes cluster into hybrid cloud environment\n`kubectl` and `helm` CLIs are required for execution."
498+
"description": "Command to execute for bootstraping a kubernetes cluster into hybrid cloud environment\n`kubectl` and `helm` CLIs are required for execution."
499499
}
500500
},
501501
"title": "GetInitialInstallationCommandResponse is the response for GetInitialInstallationCommand function"
@@ -903,7 +903,7 @@
903903
"title": "Driver of the volume snapshot class"
904904
}
905905
},
906-
"title": "Volume snaphost class available in the hybrid cloud environment"
906+
"title": "Volume snapshot class available in the hybrid cloud environment"
907907
},
908908
"v1IPBlock": {
909909
"type": "object",
@@ -1461,7 +1461,7 @@
14611461
"title": "Image pull secret name"
14621462
}
14631463
},
1464-
"title": "config where to find the image for Qqdrant"
1464+
"title": "config where to find the image for Qdrant"
14651465
},
14661466
"v1OperatorQdrantPerformance": {
14671467
"type": "object",
@@ -1571,7 +1571,7 @@
15711571
},
15721572
"volumeSnapshotClass": {
15731573
"type": "string",
1574-
"description": "The VolumeSnapshotClass used to make VolumeSnapshots.\nDefault is \"csi-snapclass\"."
1574+
"description": "The VolumeSnapshotClass used to make VolumeSnapshots."
15751575
},
15761576
"retainUnsuccessful": {
15771577
"type": "string",

gen/typescript/qdrant/cloud/hybrid/v1/hybrid_cloud_pb.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ export const GetInitialInstallationCommandRequestSchema: GenMessage<GetInitialIn
6060
*/
6161
export type GetInitialInstallationCommandResponse = Message<"qdrant.cloud.hybrid.v1.GetInitialInstallationCommandResponse"> & {
6262
/**
63-
* Command to execute for bootstrapin a kubernetes cluster into hybrid cloud environment
63+
* Command to execute for bootstraping a kubernetes cluster into hybrid cloud environment
6464
* `kubectl` and `helm` CLIs are required for execution.
6565
*
6666
* @generated from field: string command = 1;
@@ -803,7 +803,7 @@ export const HybridCloudEnvironmentStorageClassSchema: GenMessage<HybridCloudEnv
803803
messageDesc(file_qdrant_cloud_hybrid_v1_hybrid_cloud, 17);
804804

805805
/**
806-
* Volume snaphost class available in the hybrid cloud environment
806+
* Volume snapshot class available in the hybrid cloud environment
807807
*
808808
* @generated from message qdrant.cloud.hybrid.v1.HybridCloudEnvironmentVolumeSnapshotClass
809809
*/

gen/typescript/qdrant/cloud/hybrid/v1/operator_pb.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,6 @@ export type OperatorSnapshots = Message<"qdrant.cloud.hybrid.v1.OperatorSnapshot
134134

135135
/**
136136
* The VolumeSnapshotClass used to make VolumeSnapshots.
137-
* Default is "csi-snapclass".
138137
*
139138
* @generated from field: optional string volume_snapshot_class = 2;
140139
*/
@@ -699,7 +698,7 @@ export const OperatorQdrantPerformanceSchema: GenMessage<OperatorQdrantPerforman
699698
messageDesc(file_qdrant_cloud_hybrid_v1_operator, 17);
700699

701700
/**
702-
* config where to find the image for Qqdrant
701+
* config where to find the image for Qdrant
703702
*
704703
* @generated from message qdrant.cloud.hybrid.v1.OperatorQdrantImage
705704
*/

proto/qdrant/cloud/hybrid/v1/hybrid_cloud.proto

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,8 @@ service HybridCloudService {
7171
// bootstrap it to the hybrid cloud environment
7272
rpc GetInitialInstallationCommand(GetInitialInstallationCommandRequest) returns (GetInitialInstallationCommandResponse) {
7373
// permissions
74-
option (common.v1.permissions) = "write:hybrid_cloud_environments"; // TODO(pedjak) do we need read:hybrid_cloud_environments instead?
74+
// TODO do we need read:hybrid_cloud_environments instead?
75+
option (common.v1.permissions) = "write:hybrid_cloud_environments";
7576
// gRPC Gateway REST call
7677
option (google.api.http) = {get: "/api/hybrid-cloud-environment/v1/accounts/{account_id}/hybrid-cloud-environments/{hybrid_cloud_environment_id}/initial-installation-command"};
7778
}
@@ -90,7 +91,7 @@ message GetInitialInstallationCommandRequest {
9091

9192
// GetInitialInstallationCommandResponse is the response for GetInitialInstallationCommand function
9293
message GetInitialInstallationCommandResponse {
93-
// Command to execute for bootstrapin a kubernetes cluster into hybrid cloud environment
94+
// Command to execute for bootstraping a kubernetes cluster into hybrid cloud environment
9495
// `kubectl` and `helm` CLIs are required for execution.
9596
string command = 1;
9697
}
@@ -380,7 +381,7 @@ enum KubernetesDistribution {
380381
KUBERNETES_DISTRIBUTION_K3S = 13;
381382
}
382383

383-
// Volume snaphost class available in the hybrid cloud environment
384+
// Volume snapshot class available in the hybrid cloud environment
384385
message HybridCloudEnvironmentVolumeSnapshotClass {
385386
// Name of the volume snapshot class
386387
string name = 1;

proto/qdrant/cloud/hybrid/v1/operator.proto

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ message OperatorSnapshots {
4141
// Set to true when enabled
4242
optional bool enabled = 1;
4343
// The VolumeSnapshotClass used to make VolumeSnapshots.
44-
// Default is "csi-snapclass".
4544
optional string volume_snapshot_class = 2;
4645
// The duration a snapshot is retained when the phase becomes Failed or Skipped
4746
// Default is 72h (3d).
@@ -215,7 +214,7 @@ message OperatorQdrantPerformance {
215214
optional bool async_scorer = 2;
216215
}
217216

218-
// config where to find the image for Qqdrant
217+
// config where to find the image for Qdrant
219218
message OperatorQdrantImage {
220219
// The repository where to find the image for qdrant
221220
// Default is "qdrant/qdrant"

0 commit comments

Comments
 (0)