Skip to content

Commit 153efe3

Browse files
committed
spelling: case-insensitive
Signed-off-by: Josh Soref <[email protected]>
1 parent 644a757 commit 153efe3

File tree

9 files changed

+12
-12
lines changed

9 files changed

+12
-12
lines changed

apis/bigquery/v1beta1/dataset_types.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ type BigQueryDatasetSpec struct {
4242
// afterwards, and does not alter the existing tables.
4343
// The following values are supported:
4444
//
45-
// * 'und:ci': undetermined locale, case insensitive.
45+
// * 'und:ci': undetermined locale, case-insensitive.
4646
// * '': empty string. Default to case-sensitive behavior.
4747
DefaultCollation *string `json:"defaultCollation,omitempty"`
4848

config/crds/resources/apiextensions.k8s.io_v1_customresourcedefinition_bigquerydatasets.bigquery.cnrm.cloud.google.com.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ spec:
210210
afterwards, and does not alter the existing tables.
211211
The following values are supported:
212212
213-
* 'und:ci': undetermined locale, case insensitive.
213+
* 'und:ci': undetermined locale, case-insensitive.
214214
* '': empty string. Default to case-sensitive behavior.
215215
type: string
216216
defaultEncryptionConfiguration:

crds/bigquery_v1beta1_bigquerydataset.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ spec:
223223
afterwards, and does not alter the existing tables.
224224
The following values are supported:
225225
226-
* 'und:ci': undetermined locale, case insensitive.
226+
* 'und:ci': undetermined locale, case-insensitive.
227227
* '': empty string. Default to case-sensitive behavior.
228228
type: string
229229
defaultEncryptionConfiguration:

crds/datacatalog_v1alpha1_datacatalogentry.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -154,15 +154,15 @@ spec:
154154
description: |-
155155
This field indicates the entry's source system that Data Catalog does not integrate with.
156156
userSpecifiedSystem strings must begin with a letter or underscore and can only contain letters, numbers,
157-
and underscores; are case insensitive; must be at least 1 character and at most 64 characters long.
157+
and underscores; are case-insensitive; must be at least 1 character and at most 64 characters long.
158158
type: string
159159
userSpecifiedType:
160160
description: |-
161161
Entry type if it does not fit any of the input-allowed values listed in EntryType enum above.
162162
When creating an entry, users should check the enum values first, if nothing matches the entry
163163
to be created, then provide a custom value, for example "my_special_type".
164164
userSpecifiedType strings must begin with a letter or underscore and can only contain letters,
165-
numbers, and underscores; are case insensitive; must be at least 1 character and at most 64 characters long.
165+
numbers, and underscores; are case-insensitive; must be at least 1 character and at most 64 characters long.
166166
type: string
167167
required:
168168
- entryGroup

crds/networkservices_v1alpha1_networkservicesedgecacheservice.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -538,7 +538,7 @@ spec:
538538
Cookie names:
539539
- must be valid RFC 6265 "cookie-name" tokens
540540
- are case sensitive
541-
- cannot start with "Edge-Cache-" (case insensitive)
541+
- cannot start with "Edge-Cache-" (case-insensitive)
542542
543543
Note that specifying several cookies, and/or cookies that have a large range of values (e.g., per-user) will dramatically impact the cache hit rate, and may result in a higher eviction rate and reduced performance.
544544
@@ -551,7 +551,7 @@ spec:
551551
Names of HTTP request headers to include in cache keys. The value of the header field will be used as part of the cache key.
552552
553553
- Header names must be valid HTTP RFC 7230 header field values.
554-
- Header field names are case insensitive
554+
- Header field names are case-insensitive
555555
- To include the HTTP method, use ":method"
556556
557557
Note that specifying several headers, and/or headers that have a large range of values (e.g. per-user) will dramatically impact the cache hit rate, and may result in a higher eviction rate and reduced performance.

pkg/clients/generated/apis/bigquery/v1beta1/bigquerydataset_types.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pkg/test/http_recorder.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ func (r *Response) AddHeader(key, value string) {
264264

265265
func (r *Response) RemoveHeader(key string) {
266266
// The http.header `Del` converts the `key` to `CanonicalHeaderKey`, which means
267-
// it expects the passed-in parameter `key` to be case insensitive, but `Header` itself should
267+
// it expects the passed-in parameter `key` to be case-insensitive, but `Header` itself should
268268
// use canonical keys.
269269
r.Header.Del(key)
270270
// Delete non canonical header keys like `x-goog-api-client`.
@@ -273,7 +273,7 @@ func (r *Response) RemoveHeader(key string) {
273273

274274
func (r *Request) RemoveHeader(key string) {
275275
// The http.header `Del` converts the `key` to `CanonicalHeaderKey`, which means
276-
// it expects the passed-in parameter `key` to be case insensitive, but `Header` itself should
276+
// it expects the passed-in parameter `key` to be case-insensitive, but `Header` itself should
277277
// use canonical keys.
278278
r.Header.Del(key)
279279
// Delete non canonical header keys like `x-goog-api-client`.

scripts/dclsampleconverter/strings.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
'url': 'URL',
4444
'vpcaccess': 'VPCAccess',
4545
'vpn': 'VPN',
46-
} # Replacement map for KCC Kinds. Keys are case insensitive.
46+
} # Replacement map for KCC Kinds. Keys are case-insensitive.
4747

4848

4949
class colors:

scripts/generate-google3-docs/resource-reference/generated/resource-docs/bigquery/bigquerydataset.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -394,7 +394,7 @@ storageBillingModel: string
394394
afterwards, and does not alter the existing tables.
395395
The following values are supported:
396396

397-
* 'und:ci': undetermined locale, case insensitive.
397+
* 'und:ci': undetermined locale, case-insensitive.
398398
* '': empty string. Default to case-sensitive behavior.{% endverbatim %}</p>
399399
</td>
400400
</tr>

0 commit comments

Comments
 (0)