Skip to content

Commit

Permalink
Update for version 1.97.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Bzomowski committed Nov 14, 2022
1 parent 29ec7f9 commit e920060
Show file tree
Hide file tree
Showing 210 changed files with 11,849 additions and 1,673 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
cnrm.cloud.google.com/version: 1.96.0
cnrm.cloud.google.com/version: 1.97.0
creationTimestamp: null
labels:
cnrm.cloud.google.com/managed-by-kcc: "true"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
cnrm.cloud.google.com/version: 1.96.0
cnrm.cloud.google.com/version: 1.97.0
creationTimestamp: null
labels:
cnrm.cloud.google.com/managed-by-kcc: "true"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
cnrm.cloud.google.com/version: 1.96.0
cnrm.cloud.google.com/version: 1.97.0
creationTimestamp: null
labels:
cnrm.cloud.google.com/managed-by-kcc: "true"
Expand Down
2 changes: 1 addition & 1 deletion crds/apigee_v1beta1_apigeeenvironment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
cnrm.cloud.google.com/version: 1.96.0
cnrm.cloud.google.com/version: 1.97.0
creationTimestamp: null
labels:
cnrm.cloud.google.com/dcl2crd: "true"
Expand Down
2 changes: 1 addition & 1 deletion crds/apigee_v1beta1_apigeeorganization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
cnrm.cloud.google.com/version: 1.96.0
cnrm.cloud.google.com/version: 1.97.0
creationTimestamp: null
labels:
cnrm.cloud.google.com/dcl2crd: "true"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
cnrm.cloud.google.com/version: 1.96.0
cnrm.cloud.google.com/version: 1.97.0
creationTimestamp: null
labels:
cnrm.cloud.google.com/managed-by-kcc: "true"
Expand Down
2 changes: 1 addition & 1 deletion crds/bigquery_v1beta1_bigquerydataset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
cnrm.cloud.google.com/version: 1.96.0
cnrm.cloud.google.com/version: 1.97.0
creationTimestamp: null
labels:
cnrm.cloud.google.com/managed-by-kcc: "true"
Expand Down
8 changes: 7 additions & 1 deletion crds/bigquery_v1beta1_bigqueryjob.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
cnrm.cloud.google.com/version: 1.96.0
cnrm.cloud.google.com/version: 1.97.0
creationTimestamp: null
labels:
cnrm.cloud.google.com/managed-by-kcc: "true"
Expand Down Expand Up @@ -405,6 +405,12 @@ spec:
CSV: Trailing columns
JSON: Named values that don't match any column names.
type: boolean
jsonExtension:
description: |-
Immutable. If sourceFormat is set to newline-delimited JSON, indicates whether it should be processed as a JSON variant such as GeoJSON.
For a sourceFormat other than JSON, omit this field. If the sourceFormat is newline-delimited JSON: - for newline-delimited
GeoJSON: set to GEOJSON.
type: string
maxBadRecords:
description: |-
Immutable. The maximum number of bad records that BigQuery can ignore when running the job. If the number of bad records exceeds this value,
Expand Down
14 changes: 13 additions & 1 deletion crds/bigquery_v1beta1_bigquerytable.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
cnrm.cloud.google.com/version: 1.96.0
cnrm.cloud.google.com/version: 1.97.0
creationTimestamp: null
labels:
cnrm.cloud.google.com/managed-by-kcc: "true"
Expand Down Expand Up @@ -162,6 +162,18 @@ spec:
description: Let BigQuery try to autodetect the schema and format
of the table.
type: boolean
avroOptions:
description: Additional options if source_format is set to "AVRO".
properties:
useAvroLogicalTypes:
description: If sourceFormat is set to "AVRO", indicates whether
to interpret logical types as the corresponding BigQuery
data type (for example, TIMESTAMP), instead of using the
raw type (for example, INTEGER).
type: boolean
required:
- useAvroLogicalTypes
type: object
compression:
description: The compression type of the data source. Valid values
are "NONE" or "GZIP".
Expand Down
2 changes: 1 addition & 1 deletion crds/bigtable_v1beta1_bigtableappprofile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
cnrm.cloud.google.com/version: 1.96.0
cnrm.cloud.google.com/version: 1.97.0
creationTimestamp: null
labels:
cnrm.cloud.google.com/managed-by-kcc: "true"
Expand Down
6 changes: 5 additions & 1 deletion crds/bigtable_v1beta1_bigtablegcpolicy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
cnrm.cloud.google.com/version: 1.96.0
cnrm.cloud.google.com/version: 1.97.0
creationTimestamp: null
labels:
cnrm.cloud.google.com/managed-by-kcc: "true"
Expand Down Expand Up @@ -74,6 +74,10 @@ spec:
columnFamily:
description: Immutable. The name of the column family.
type: string
gcRules:
description: Serialized JSON string for garbage collection policy.
Conflicts with "mode", "max_age" and "max_version".
type: string
instanceRef:
description: The name of the Bigtable instance.
oneOf:
Expand Down
2 changes: 1 addition & 1 deletion crds/bigtable_v1beta1_bigtableinstance.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
cnrm.cloud.google.com/version: 1.96.0
cnrm.cloud.google.com/version: 1.97.0
creationTimestamp: null
labels:
cnrm.cloud.google.com/managed-by-kcc: "true"
Expand Down
2 changes: 1 addition & 1 deletion crds/bigtable_v1beta1_bigtabletable.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
cnrm.cloud.google.com/version: 1.96.0
cnrm.cloud.google.com/version: 1.97.0
creationTimestamp: null
labels:
cnrm.cloud.google.com/managed-by-kcc: "true"
Expand Down
2 changes: 1 addition & 1 deletion crds/billingbudgets_v1beta1_billingbudgetsbudget.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
cnrm.cloud.google.com/version: 1.96.0
cnrm.cloud.google.com/version: 1.97.0
creationTimestamp: null
labels:
cnrm.cloud.google.com/dcl2crd: "true"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
cnrm.cloud.google.com/version: 1.96.0
cnrm.cloud.google.com/version: 1.97.0
creationTimestamp: null
labels:
cnrm.cloud.google.com/dcl2crd: "true"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
cnrm.cloud.google.com/version: 1.96.0
cnrm.cloud.google.com/version: 1.97.0
creationTimestamp: null
labels:
cnrm.cloud.google.com/dcl2crd: "true"
Expand Down
2 changes: 1 addition & 1 deletion crds/cloudbuild_v1beta1_cloudbuildtrigger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
cnrm.cloud.google.com/version: 1.96.0
cnrm.cloud.google.com/version: 1.97.0
creationTimestamp: null
labels:
cnrm.cloud.google.com/managed-by-kcc: "true"
Expand Down
2 changes: 1 addition & 1 deletion crds/cloudfunctions_v1beta1_cloudfunctionsfunction.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
cnrm.cloud.google.com/version: 1.96.0
cnrm.cloud.google.com/version: 1.97.0
creationTimestamp: null
labels:
cnrm.cloud.google.com/dcl2crd: "true"
Expand Down
2 changes: 1 addition & 1 deletion crds/cloudidentity_v1beta1_cloudidentitygroup.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
cnrm.cloud.google.com/version: 1.96.0
cnrm.cloud.google.com/version: 1.97.0
creationTimestamp: null
labels:
cnrm.cloud.google.com/managed-by-kcc: "true"
Expand Down
2 changes: 1 addition & 1 deletion crds/cloudidentity_v1beta1_cloudidentitymembership.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
cnrm.cloud.google.com/version: 1.96.0
cnrm.cloud.google.com/version: 1.97.0
creationTimestamp: null
labels:
cnrm.cloud.google.com/dcl2crd: "true"
Expand Down
2 changes: 1 addition & 1 deletion crds/cloudscheduler_v1beta1_cloudschedulerjob.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
cnrm.cloud.google.com/version: 1.96.0
cnrm.cloud.google.com/version: 1.97.0
creationTimestamp: null
labels:
cnrm.cloud.google.com/dcl2crd: "true"
Expand Down
2 changes: 1 addition & 1 deletion crds/compute_v1beta1_computeaddress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
cnrm.cloud.google.com/version: 1.96.0
cnrm.cloud.google.com/version: 1.97.0
creationTimestamp: null
labels:
cnrm.cloud.google.com/managed-by-kcc: "true"
Expand Down
7 changes: 6 additions & 1 deletion crds/compute_v1beta1_computebackendbucket.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
cnrm.cloud.google.com/version: 1.96.0
cnrm.cloud.google.com/version: 1.97.0
creationTimestamp: null
labels:
cnrm.cloud.google.com/managed-by-kcc: "true"
Expand Down Expand Up @@ -196,6 +196,11 @@ spec:
header. The actual headers served in responses will not be altered.
type: integer
type: object
compressionMode:
description: 'Compress text responses using Brotli or gzip compression,
based on the client''s Accept-Encoding header. Possible values:
["AUTOMATIC", "DISABLED"].'
type: string
customResponseHeaders:
description: Headers that the HTTP/S load balancer should add to proxied
responses.
Expand Down
7 changes: 6 additions & 1 deletion crds/compute_v1beta1_computebackendservice.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
cnrm.cloud.google.com/version: 1.96.0
cnrm.cloud.google.com/version: 1.97.0
creationTimestamp: null
labels:
cnrm.cloud.google.com/managed-by-kcc: "true"
Expand Down Expand Up @@ -420,6 +420,11 @@ spec:
Defaults to 3.
type: integer
type: object
compressionMode:
description: 'Compress text responses using Brotli or gzip compression,
based on the client''s Accept-Encoding header. Possible values:
["AUTOMATIC", "DISABLED"].'
type: string
connectionDrainingTimeoutSec:
description: |-
Time for which instance will be drained (not accept new
Expand Down
2 changes: 1 addition & 1 deletion crds/compute_v1beta1_computedisk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
cnrm.cloud.google.com/version: 1.96.0
cnrm.cloud.google.com/version: 1.97.0
creationTimestamp: null
labels:
cnrm.cloud.google.com/managed-by-kcc: "true"
Expand Down
2 changes: 1 addition & 1 deletion crds/compute_v1beta1_computeexternalvpngateway.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
cnrm.cloud.google.com/version: 1.96.0
cnrm.cloud.google.com/version: 1.97.0
creationTimestamp: null
labels:
cnrm.cloud.google.com/managed-by-kcc: "true"
Expand Down
2 changes: 1 addition & 1 deletion crds/compute_v1beta1_computefirewall.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
cnrm.cloud.google.com/version: 1.96.0
cnrm.cloud.google.com/version: 1.97.0
creationTimestamp: null
labels:
cnrm.cloud.google.com/managed-by-kcc: "true"
Expand Down
2 changes: 1 addition & 1 deletion crds/compute_v1beta1_computefirewallpolicy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
cnrm.cloud.google.com/version: 1.96.0
cnrm.cloud.google.com/version: 1.97.0
creationTimestamp: null
labels:
cnrm.cloud.google.com/dcl2crd: "true"
Expand Down
2 changes: 1 addition & 1 deletion crds/compute_v1beta1_computefirewallpolicyassociation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
cnrm.cloud.google.com/version: 1.96.0
cnrm.cloud.google.com/version: 1.97.0
creationTimestamp: null
labels:
cnrm.cloud.google.com/dcl2crd: "true"
Expand Down
2 changes: 1 addition & 1 deletion crds/compute_v1beta1_computefirewallpolicyrule.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
cnrm.cloud.google.com/version: 1.96.0
cnrm.cloud.google.com/version: 1.97.0
creationTimestamp: null
labels:
cnrm.cloud.google.com/dcl2crd: "true"
Expand Down
2 changes: 1 addition & 1 deletion crds/compute_v1beta1_computeforwardingrule.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
cnrm.cloud.google.com/version: 1.96.0
cnrm.cloud.google.com/version: 1.97.0
creationTimestamp: null
labels:
cnrm.cloud.google.com/managed-by-kcc: "true"
Expand Down
2 changes: 1 addition & 1 deletion crds/compute_v1beta1_computehealthcheck.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
cnrm.cloud.google.com/version: 1.96.0
cnrm.cloud.google.com/version: 1.97.0
creationTimestamp: null
labels:
cnrm.cloud.google.com/managed-by-kcc: "true"
Expand Down
2 changes: 1 addition & 1 deletion crds/compute_v1beta1_computehttphealthcheck.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
cnrm.cloud.google.com/version: 1.96.0
cnrm.cloud.google.com/version: 1.97.0
creationTimestamp: null
labels:
cnrm.cloud.google.com/managed-by-kcc: "true"
Expand Down
2 changes: 1 addition & 1 deletion crds/compute_v1beta1_computehttpshealthcheck.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
cnrm.cloud.google.com/version: 1.96.0
cnrm.cloud.google.com/version: 1.97.0
creationTimestamp: null
labels:
cnrm.cloud.google.com/managed-by-kcc: "true"
Expand Down
2 changes: 1 addition & 1 deletion crds/compute_v1beta1_computeimage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
cnrm.cloud.google.com/version: 1.96.0
cnrm.cloud.google.com/version: 1.97.0
creationTimestamp: null
labels:
cnrm.cloud.google.com/managed-by-kcc: "true"
Expand Down
2 changes: 1 addition & 1 deletion crds/compute_v1beta1_computeinstance.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
cnrm.cloud.google.com/version: 1.96.0
cnrm.cloud.google.com/version: 1.97.0
creationTimestamp: null
labels:
cnrm.cloud.google.com/managed-by-kcc: "true"
Expand Down
2 changes: 1 addition & 1 deletion crds/compute_v1beta1_computeinstancegroup.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
cnrm.cloud.google.com/version: 1.96.0
cnrm.cloud.google.com/version: 1.97.0
creationTimestamp: null
labels:
cnrm.cloud.google.com/managed-by-kcc: "true"
Expand Down
Loading

0 comments on commit e920060

Please sign in to comment.