Skip to content

Commit

Permalink
Update for version 1.46.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Yusuke Tsutsumi committed Apr 16, 2021
1 parent 0cf6b34 commit f4ae60d
Show file tree
Hide file tree
Showing 282 changed files with 19,270 additions and 3,268 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ apiVersion: apiextensions.k8s.io/v1beta1
kind: CustomResourceDefinition
metadata:
annotations:
cnrm.cloud.google.com/version: 1.45.0
cnrm.cloud.google.com/version: 1.46.0
creationTimestamp: null
labels:
cnrm.cloud.google.com/managed-by-kcc: "true"
Expand Down Expand Up @@ -334,6 +334,9 @@ spec:
type: string
type: object
type: array
observedGeneration:
description: ObservedGeneration is the generation of the resource that was most recently observed by the Config Connector controller. If this is equal to metadata.generation, then that means that the current reported status reflects the most recent desired state of the resource.
type: integer
type: object
required:
- spec
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ apiVersion: apiextensions.k8s.io/v1beta1
kind: CustomResourceDefinition
metadata:
annotations:
cnrm.cloud.google.com/version: 1.45.0
cnrm.cloud.google.com/version: 1.46.0
creationTimestamp: null
labels:
cnrm.cloud.google.com/managed-by-kcc: "true"
Expand Down Expand Up @@ -104,6 +104,9 @@ spec:
name:
description: 'Resource name of the AccessPolicy. Format: {policy_id}'
type: string
observedGeneration:
description: ObservedGeneration is the generation of the resource that was most recently observed by the Config Connector controller. If this is equal to metadata.generation, then that means that the current reported status reflects the most recent desired state of the resource.
type: integer
updateTime:
description: Time the AccessPolicy was updated in UTC.
type: string
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ apiVersion: apiextensions.k8s.io/v1beta1
kind: CustomResourceDefinition
metadata:
annotations:
cnrm.cloud.google.com/version: 1.45.0
cnrm.cloud.google.com/version: 1.46.0
creationTimestamp: null
labels:
cnrm.cloud.google.com/managed-by-kcc: "true"
Expand Down Expand Up @@ -360,6 +360,9 @@ spec:
createTime:
description: Time the AccessPolicy was created in UTC.
type: string
observedGeneration:
description: ObservedGeneration is the generation of the resource that was most recently observed by the Config Connector controller. If this is equal to metadata.generation, then that means that the current reported status reflects the most recent desired state of the resource.
type: integer
updateTime:
description: Time the AccessPolicy was updated in UTC.
type: string
Expand Down
7 changes: 5 additions & 2 deletions crds/artifactregistry_v1beta1_artifactregistryrepository.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ apiVersion: apiextensions.k8s.io/v1beta1
kind: CustomResourceDefinition
metadata:
annotations:
cnrm.cloud.google.com/version: 1.45.0
cnrm.cloud.google.com/version: 1.46.0
creationTimestamp: null
labels:
cnrm.cloud.google.com/managed-by-kcc: "true"
Expand Down Expand Up @@ -70,7 +70,7 @@ spec:
description: The user-provided description of the repository.
type: string
format:
description: 'Immutable. The format of packages that are stored in the repository. Possible values: ["DOCKER"]'
description: Immutable. The format of packages that are stored in the repository.
type: string
kmsKeyRef:
description: |-
Expand Down Expand Up @@ -142,6 +142,9 @@ spec:
The name of the repository, for example:
"projects/p1/locations/us-central1/repositories/repo1"
type: string
observedGeneration:
description: ObservedGeneration is the generation of the resource that was most recently observed by the Config Connector controller. If this is equal to metadata.generation, then that means that the current reported status reflects the most recent desired state of the resource.
type: integer
updateTime:
description: The time when the repository was last updated.
type: string
Expand Down
36 changes: 35 additions & 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/v1beta1
kind: CustomResourceDefinition
metadata:
annotations:
cnrm.cloud.google.com/version: 1.45.0
cnrm.cloud.google.com/version: 1.46.0
creationTimestamp: null
labels:
cnrm.cloud.google.com/managed-by-kcc: "true"
Expand Down Expand Up @@ -228,9 +228,38 @@ spec:
The default value is multi-regional location 'US'.
Changing this forces a new resource to be created.
type: string
projectRef:
description: The project that this resource belongs to.
oneOf:
- not:
required:
- external
required:
- name
- not:
anyOf:
- required:
- name
- required:
- namespace
required:
- external
properties:
external:
description: The name of a Project.
type: string
name:
description: 'Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names'
type: string
namespace:
description: 'Namespace of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces/'
type: string
type: object
resourceID:
description: Immutable. Optional. The datasetId of the resource. Used for creation and acquisition. When unset, the value of `metadata.name` is used as the default.
type: string
required:
- projectRef
type: object
status:
properties:
Expand Down Expand Up @@ -268,9 +297,14 @@ spec:
The date when this dataset or any of its tables was last modified, in
milliseconds since the epoch.
type: integer
observedGeneration:
description: ObservedGeneration is the generation of the resource that was most recently observed by the Config Connector controller. If this is equal to metadata.generation, then that means that the current reported status reflects the most recent desired state of the resource.
type: integer
selfLink:
type: string
type: object
required:
- spec
type: object
version: v1beta1
status:
Expand Down
5 changes: 4 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/v1beta1
kind: CustomResourceDefinition
metadata:
annotations:
cnrm.cloud.google.com/version: 1.45.0
cnrm.cloud.google.com/version: 1.46.0
creationTimestamp: null
labels:
cnrm.cloud.google.com/managed-by-kcc: "true"
Expand Down Expand Up @@ -721,6 +721,9 @@ spec:
jobType:
description: The type of the job.
type: string
observedGeneration:
description: ObservedGeneration is the generation of the resource that was most recently observed by the Config Connector controller. If this is equal to metadata.generation, then that means that the current reported status reflects the most recent desired state of the resource.
type: integer
status:
description: The status of this job. Examine this value when polling an asynchronous job to see if the job is complete.
items:
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/v1beta1
kind: CustomResourceDefinition
metadata:
annotations:
cnrm.cloud.google.com/version: 1.45.0
cnrm.cloud.google.com/version: 1.46.0
creationTimestamp: null
labels:
cnrm.cloud.google.com/managed-by-kcc: "true"
Expand Down Expand Up @@ -337,6 +337,9 @@ spec:
numRows:
description: The number of rows of data in this table, excluding any data in the streaming buffer.
type: integer
observedGeneration:
description: ObservedGeneration is the generation of the resource that was most recently observed by the Config Connector controller. If this is equal to metadata.generation, then that means that the current reported status reflects the most recent desired state of the resource.
type: integer
selfLink:
description: The URI of the created resource.
type: string
Expand Down
5 changes: 4 additions & 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/v1beta1
kind: CustomResourceDefinition
metadata:
annotations:
cnrm.cloud.google.com/version: 1.45.0
cnrm.cloud.google.com/version: 1.46.0
creationTimestamp: null
labels:
cnrm.cloud.google.com/managed-by-kcc: "true"
Expand Down Expand Up @@ -146,6 +146,9 @@ spec:
name:
description: The unique name of the requested app profile. Values are of the form 'projects/<project>/instances/<instance>/appProfiles/<appProfileId>'.
type: string
observedGeneration:
description: ObservedGeneration is the generation of the resource that was most recently observed by the Config Connector controller. If this is equal to metadata.generation, then that means that the current reported status reflects the most recent desired state of the resource.
type: integer
type: object
type: object
version: v1beta1
Expand Down
5 changes: 4 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/v1beta1
kind: CustomResourceDefinition
metadata:
annotations:
cnrm.cloud.google.com/version: 1.45.0
cnrm.cloud.google.com/version: 1.46.0
creationTimestamp: null
labels:
cnrm.cloud.google.com/managed-by-kcc: "true"
Expand Down Expand Up @@ -177,6 +177,9 @@ spec:
type: string
type: object
type: array
observedGeneration:
description: ObservedGeneration is the generation of the resource that was most recently observed by the Config Connector controller. If this is equal to metadata.generation, then that means that the current reported status reflects the most recent desired state of the resource.
type: integer
type: object
required:
- spec
Expand Down
5 changes: 4 additions & 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/v1beta1
kind: CustomResourceDefinition
metadata:
annotations:
cnrm.cloud.google.com/version: 1.45.0
cnrm.cloud.google.com/version: 1.46.0
creationTimestamp: null
labels:
cnrm.cloud.google.com/managed-by-kcc: "true"
Expand Down Expand Up @@ -122,6 +122,9 @@ spec:
type: string
type: object
type: array
observedGeneration:
description: ObservedGeneration is the generation of the resource that was most recently observed by the Config Connector controller. If this is equal to metadata.generation, then that means that the current reported status reflects the most recent desired state of the resource.
type: integer
type: object
type: object
version: v1beta1
Expand Down
5 changes: 4 additions & 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/v1beta1
kind: CustomResourceDefinition
metadata:
annotations:
cnrm.cloud.google.com/version: 1.45.0
cnrm.cloud.google.com/version: 1.46.0
creationTimestamp: null
labels:
cnrm.cloud.google.com/managed-by-kcc: "true"
Expand Down Expand Up @@ -137,6 +137,9 @@ spec:
type: string
type: object
type: array
observedGeneration:
description: ObservedGeneration is the generation of the resource that was most recently observed by the Config Connector controller. If this is equal to metadata.generation, then that means that the current reported status reflects the most recent desired state of the resource.
type: integer
type: object
required:
- spec
Expand Down
5 changes: 4 additions & 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/v1beta1
kind: CustomResourceDefinition
metadata:
annotations:
cnrm.cloud.google.com/version: 1.45.0
cnrm.cloud.google.com/version: 1.46.0
creationTimestamp: null
labels:
cnrm.cloud.google.com/managed-by-kcc: "true"
Expand Down Expand Up @@ -737,6 +737,9 @@ spec:
createTime:
description: Time when the trigger was created.
type: string
observedGeneration:
description: ObservedGeneration is the generation of the resource that was most recently observed by the Config Connector controller. If this is equal to metadata.generation, then that means that the current reported status reflects the most recent desired state of the resource.
type: integer
triggerId:
description: The unique identifier for the trigger.
type: string
Expand Down
5 changes: 4 additions & 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/v1beta1
kind: CustomResourceDefinition
metadata:
annotations:
cnrm.cloud.google.com/version: 1.45.0
cnrm.cloud.google.com/version: 1.46.0
creationTimestamp: null
labels:
cnrm.cloud.google.com/dcl2crd: "true"
Expand Down Expand Up @@ -301,6 +301,9 @@ spec:
description: Output only. The time the last job attempt started.
format: date-time
type: string
observedGeneration:
description: ObservedGeneration is the generation of the resource that was most recently observed by the Config Connector controller. If this is equal to metadata.generation, then that means that the current reported status reflects the most recent desired state of the resource.
type: integer
scheduleTime:
description: Output only. The next time the job is scheduled. Note that this may be a retry of a previously failed attempt or the next execution time according to the schedule.
format: date-time
Expand Down
5 changes: 4 additions & 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/v1beta1
kind: CustomResourceDefinition
metadata:
annotations:
cnrm.cloud.google.com/version: 1.45.0
cnrm.cloud.google.com/version: 1.46.0
creationTimestamp: null
labels:
cnrm.cloud.google.com/managed-by-kcc: "true"
Expand Down Expand Up @@ -210,6 +210,9 @@ spec:
The fingerprint used for optimistic locking of this resource. Used
internally during updates.
type: string
observedGeneration:
description: ObservedGeneration is the generation of the resource that was most recently observed by the Config Connector controller. If this is equal to metadata.generation, then that means that the current reported status reflects the most recent desired state of the resource.
type: integer
selfLink:
type: string
users:
Expand Down
5 changes: 4 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/v1beta1
kind: CustomResourceDefinition
metadata:
annotations:
cnrm.cloud.google.com/version: 1.45.0
cnrm.cloud.google.com/version: 1.46.0
creationTimestamp: null
labels:
cnrm.cloud.google.com/managed-by-kcc: "true"
Expand Down Expand Up @@ -193,6 +193,9 @@ spec:
creationTimestamp:
description: Creation timestamp in RFC3339 text format.
type: string
observedGeneration:
description: ObservedGeneration is the generation of the resource that was most recently observed by the Config Connector controller. If this is equal to metadata.generation, then that means that the current reported status reflects the most recent desired state of the resource.
type: integer
selfLink:
type: string
type: object
Expand Down
5 changes: 4 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/v1beta1
kind: CustomResourceDefinition
metadata:
annotations:
cnrm.cloud.google.com/version: 1.45.0
cnrm.cloud.google.com/version: 1.46.0
creationTimestamp: null
labels:
cnrm.cloud.google.com/managed-by-kcc: "true"
Expand Down Expand Up @@ -899,6 +899,9 @@ spec:
Fingerprint of this resource. A hash of the contents stored in this
object. This field is used in optimistic locking.
type: string
observedGeneration:
description: ObservedGeneration is the generation of the resource that was most recently observed by the Config Connector controller. If this is equal to metadata.generation, then that means that the current reported status reflects the most recent desired state of the resource.
type: integer
selfLink:
type: string
type: object
Expand Down
5 changes: 4 additions & 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/v1beta1
kind: CustomResourceDefinition
metadata:
annotations:
cnrm.cloud.google.com/version: 1.45.0
cnrm.cloud.google.com/version: 1.46.0
creationTimestamp: null
labels:
cnrm.cloud.google.com/managed-by-kcc: "true"
Expand Down Expand Up @@ -515,6 +515,9 @@ spec:
lastDetachTimestamp:
description: Last detach timestamp in RFC3339 text format.
type: string
observedGeneration:
description: ObservedGeneration is the generation of the resource that was most recently observed by the Config Connector controller. If this is equal to metadata.generation, then that means that the current reported status reflects the most recent desired state of the resource.
type: integer
selfLink:
type: string
sourceImageId:
Expand Down
5 changes: 4 additions & 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/v1beta1
kind: CustomResourceDefinition
metadata:
annotations:
cnrm.cloud.google.com/version: 1.45.0
cnrm.cloud.google.com/version: 1.46.0
creationTimestamp: null
labels:
cnrm.cloud.google.com/managed-by-kcc: "true"
Expand Down Expand Up @@ -120,6 +120,9 @@ spec:
type: string
type: object
type: array
observedGeneration:
description: ObservedGeneration is the generation of the resource that was most recently observed by the Config Connector controller. If this is equal to metadata.generation, then that means that the current reported status reflects the most recent desired state of the resource.
type: integer
selfLink:
type: string
type: object
Expand Down
Loading

0 comments on commit f4ae60d

Please sign in to comment.