Skip to content

Commit

Permalink
Update for version 1.51.0
Browse files Browse the repository at this point in the history
  • Loading branch information
spew committed May 21, 2021
1 parent 443c886 commit e595c3e
Show file tree
Hide file tree
Showing 146 changed files with 1,282 additions and 714 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.50.0
cnrm.cloud.google.com/version: 1.51.0
creationTimestamp: null
labels:
cnrm.cloud.google.com/managed-by-kcc: "true"
Expand Down Expand Up @@ -143,8 +143,11 @@ spec:
Format: "major.minor.patch" such as "10.5.301", "9.2.1".
type: string
osType:
description: 'The operating system type of the device. Possible values: ["OS_UNSPECIFIED", "DESKTOP_MAC", "DESKTOP_WINDOWS", "DESKTOP_LINUX", "DESKTOP_CHROME_OS"]'
description: 'The operating system type of the device. Possible values: ["OS_UNSPECIFIED", "DESKTOP_MAC", "DESKTOP_WINDOWS", "DESKTOP_LINUX", "DESKTOP_CHROME_OS", "ANDROID", "IOS"]'
type: string
requireVerifiedChromeOs:
description: If you specify DESKTOP_CHROME_OS for osType, you can optionally include requireVerifiedChromeOs to require Chrome Verified Access.
type: boolean
required:
- osType
type: object
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.50.0
cnrm.cloud.google.com/version: 1.51.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.50.0
cnrm.cloud.google.com/version: 1.51.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.50.0
cnrm.cloud.google.com/version: 1.51.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.50.0
cnrm.cloud.google.com/version: 1.51.0
creationTimestamp: null
labels:
cnrm.cloud.google.com/managed-by-kcc: "true"
Expand Down
5 changes: 3 additions & 2 deletions 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.50.0
cnrm.cloud.google.com/version: 1.51.0
creationTimestamp: null
labels:
cnrm.cloud.google.com/managed-by-kcc: "true"
Expand Down Expand Up @@ -430,7 +430,8 @@ spec:
description: |-
Immutable. The format of the data files. For CSV files, specify "CSV". For datastore backups, specify "DATASTORE_BACKUP".
For newline-delimited JSON, specify "NEWLINE_DELIMITED_JSON". For Avro, specify "AVRO". For parquet, specify "PARQUET".
For orc, specify "ORC". The default value is CSV.
For orc, specify "ORC". [Beta] For Bigtable, specify "BIGTABLE".
The default value is CSV.
type: string
sourceUris:
description: |-
Expand Down
5 changes: 4 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.50.0
cnrm.cloud.google.com/version: 1.51.0
creationTimestamp: null
labels:
cnrm.cloud.google.com/managed-by-kcc: "true"
Expand Down Expand Up @@ -183,6 +183,9 @@ spec:
mode:
description: When set, what mode of hive partitioning to use when reading data.
type: string
requirePartitionFilter:
description: If set to true, queries over this table require a partition filter that can be used for partition elimination to be specified.
type: boolean
sourceUriPrefix:
description: When hive partition detection is requested, a common for all source uris must be required. The prefix must end immediately before the partition key encoding begins.
type: string
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.50.0
cnrm.cloud.google.com/version: 1.51.0
creationTimestamp: null
labels:
cnrm.cloud.google.com/managed-by-kcc: "true"
Expand Down
2 changes: 1 addition & 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.50.0
cnrm.cloud.google.com/version: 1.51.0
creationTimestamp: null
labels:
cnrm.cloud.google.com/managed-by-kcc: "true"
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.50.0
cnrm.cloud.google.com/version: 1.51.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.50.0
cnrm.cloud.google.com/version: 1.51.0
creationTimestamp: null
labels:
cnrm.cloud.google.com/managed-by-kcc: "true"
Expand Down
4 changes: 2 additions & 2 deletions 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.50.0
cnrm.cloud.google.com/version: 1.51.0
creationTimestamp: null
labels:
cnrm.cloud.google.com/managed-by-kcc: "true"
Expand Down Expand Up @@ -201,7 +201,7 @@ spec:
description: 'Option to specify the logging mode, which determines if and where build logs are stored. Possible values: ["LOGGING_UNSPECIFIED", "LEGACY", "GCS_ONLY", "STACKDRIVER_ONLY", "NONE"]'
type: string
machineType:
description: 'Compute Engine machine type on which to run the build. Possible values: ["UNSPECIFIED", "N1_HIGHCPU_8", "N1_HIGHCPU_32"]'
description: 'Compute Engine machine type on which to run the build. Possible values: ["UNSPECIFIED", "N1_HIGHCPU_8", "N1_HIGHCPU_32", "E2_HIGHCPU_8", "E2_HIGHCPU_32"]'
type: string
requestedVerifyOption:
description: 'Requested verifiability options. Possible values: ["NOT_VERIFIED", "VERIFIED"]'
Expand Down
10 changes: 9 additions & 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.50.0
cnrm.cloud.google.com/version: 1.51.0
creationTimestamp: null
labels:
cnrm.cloud.google.com/managed-by-kcc: "true"
Expand Down Expand Up @@ -103,6 +103,14 @@ spec:
required:
- id
type: object
initialGroupConfig:
description: |-
Immutable. The initial configuration options for creating a Group.
See the
[API reference](https://cloud.google.com/identity/docs/reference/rest/v1beta1/groups/create#initialgroupconfig)
for possible values. Default value: "EMPTY" Possible values: ["INITIAL_GROUP_CONFIG_UNSPECIFIED", "WITH_INITIAL_OWNER", "EMPTY"]
type: string
labels:
additionalProperties:
type: string
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.50.0
cnrm.cloud.google.com/version: 1.51.0
creationTimestamp: null
labels:
cnrm.cloud.google.com/dcl2crd: "true"
Expand Down
6 changes: 2 additions & 4 deletions 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.50.0
cnrm.cloud.google.com/version: 1.51.0
creationTimestamp: null
labels:
cnrm.cloud.google.com/managed-by-kcc: "true"
Expand Down Expand Up @@ -132,15 +132,13 @@ spec:
type: integer
purpose:
description: |-
Immutable. The purpose of this resource, which can be one of the following values:
Immutable. The purpose of this resource. Possible values include:
* GCE_ENDPOINT for addresses that are used by VM instances, alias IP ranges, internal load balancers, and similar resources.
* SHARED_LOADBALANCER_VIP for an address that can be used by multiple internal load balancers.
* VPC_PEERING for addresses that are reserved for VPC peer networks.
This should only be set when using an Internal address. Possible values: ["GCE_ENDPOINT", "VPC_PEERING", "SHARED_LOADBALANCER_VIP"]
type: string
resourceID:
description: Immutable. Optional. The name of the resource. Used for creation and acquisition. When unset, the value of `metadata.name` is used as the default.
Expand Down
2 changes: 1 addition & 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.50.0
cnrm.cloud.google.com/version: 1.51.0
creationTimestamp: null
labels:
cnrm.cloud.google.com/managed-by-kcc: "true"
Expand Down
2 changes: 1 addition & 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.50.0
cnrm.cloud.google.com/version: 1.51.0
creationTimestamp: null
labels:
cnrm.cloud.google.com/managed-by-kcc: "true"
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.50.0
cnrm.cloud.google.com/version: 1.51.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.50.0
cnrm.cloud.google.com/version: 1.51.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.50.0
cnrm.cloud.google.com/version: 1.51.0
creationTimestamp: null
labels:
cnrm.cloud.google.com/managed-by-kcc: "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.50.0
cnrm.cloud.google.com/version: 1.51.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.50.0
cnrm.cloud.google.com/version: 1.51.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.50.0
cnrm.cloud.google.com/version: 1.51.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.50.0
cnrm.cloud.google.com/version: 1.51.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.50.0
cnrm.cloud.google.com/version: 1.51.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.50.0
cnrm.cloud.google.com/version: 1.51.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.50.0
cnrm.cloud.google.com/version: 1.51.0
creationTimestamp: null
labels:
cnrm.cloud.google.com/managed-by-kcc: "true"
Expand Down
4 changes: 2 additions & 2 deletions crds/compute_v1beta1_computeinstancetemplate.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.50.0
cnrm.cloud.google.com/version: 1.51.0
creationTimestamp: null
labels:
cnrm.cloud.google.com/managed-by-kcc: "true"
Expand Down Expand Up @@ -364,7 +364,7 @@ spec:
type: string
type: object
nicType:
description: DEPRECATED — This value is no longer honored, and preserved for backwards compatibility. Immutable. The type of vNIC to be used on this interface. Possible values:GVNIC, VIRTIO_NET.
description: Immutable. The type of vNIC to be used on this interface. Possible values:GVNIC, VIRTIO_NET
type: string
subnetworkProject:
description: Immutable. The ID of the project in which the subnetwork belongs. If it is not provided, the provider project is used.
Expand Down
2 changes: 1 addition & 1 deletion crds/compute_v1beta1_computeinterconnectattachment.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.50.0
cnrm.cloud.google.com/version: 1.51.0
creationTimestamp: null
labels:
cnrm.cloud.google.com/managed-by-kcc: "true"
Expand Down
2 changes: 1 addition & 1 deletion crds/compute_v1beta1_computenetwork.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.50.0
cnrm.cloud.google.com/version: 1.51.0
creationTimestamp: null
labels:
cnrm.cloud.google.com/managed-by-kcc: "true"
Expand Down
2 changes: 1 addition & 1 deletion crds/compute_v1beta1_computenetworkendpointgroup.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.50.0
cnrm.cloud.google.com/version: 1.51.0
creationTimestamp: null
labels:
cnrm.cloud.google.com/managed-by-kcc: "true"
Expand Down
2 changes: 1 addition & 1 deletion crds/compute_v1beta1_computenetworkpeering.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.50.0
cnrm.cloud.google.com/version: 1.51.0
creationTimestamp: null
labels:
cnrm.cloud.google.com/managed-by-kcc: "true"
Expand Down
Loading

0 comments on commit e595c3e

Please sign in to comment.