Skip to content

Commit

Permalink
Update for version 1.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
spew committed Aug 8, 2020
1 parent cfcff39 commit 01e5982
Show file tree
Hide file tree
Showing 100 changed files with 1,026 additions and 458 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.16.0
cnrm.cloud.google.com/version: 1.17.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/v1beta1
kind: CustomResourceDefinition
metadata:
annotations:
cnrm.cloud.google.com/version: 1.16.0
cnrm.cloud.google.com/version: 1.17.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/v1beta1
kind: CustomResourceDefinition
metadata:
annotations:
cnrm.cloud.google.com/version: 1.16.0
cnrm.cloud.google.com/version: 1.17.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/v1beta1
kind: CustomResourceDefinition
metadata:
annotations:
cnrm.cloud.google.com/version: 1.16.0
cnrm.cloud.google.com/version: 1.17.0
creationTimestamp: null
labels:
cnrm.cloud.google.com/managed-by-kcc: "true"
Expand Down
2 changes: 1 addition & 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.16.0
cnrm.cloud.google.com/version: 1.17.0
creationTimestamp: null
labels:
cnrm.cloud.google.com/managed-by-kcc: "true"
Expand Down
2 changes: 1 addition & 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.16.0
cnrm.cloud.google.com/version: 1.17.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/v1beta1
kind: CustomResourceDefinition
metadata:
annotations:
cnrm.cloud.google.com/version: 1.16.0
cnrm.cloud.google.com/version: 1.17.0
creationTimestamp: null
labels:
cnrm.cloud.google.com/managed-by-kcc: "true"
Expand Down
139 changes: 139 additions & 0 deletions crds/bigtable_v1beta1_bigtabletable.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,139 @@
# Copyright 2020 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.

apiVersion: apiextensions.k8s.io/v1beta1
kind: CustomResourceDefinition
metadata:
annotations:
cnrm.cloud.google.com/version: 1.17.0
creationTimestamp: null
labels:
cnrm.cloud.google.com/managed-by-kcc: "true"
cnrm.cloud.google.com/system: "true"
cnrm.cloud.google.com/tf2crd: "true"
name: bigtabletables.bigtable.cnrm.cloud.google.com
spec:
group: bigtable.cnrm.cloud.google.com
names:
categories:
- gcp
kind: BigtableTable
plural: bigtabletables
shortNames:
- gcpbigtabletable
- gcpbigtabletables
singular: bigtabletable
scope: Namespaced
validation:
openAPIV3Schema:
properties:
apiVersion:
description: 'apiVersion defines the versioned schema of this representation
of an object. Servers should convert recognized schemas to the latest
internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources'
type: string
kind:
description: 'kind is a string value representing the REST resource this
object represents. Servers may infer this from the endpoint the client
submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds'
type: string
metadata:
type: object
spec:
properties:
columnFamily:
description: A group of columns within a table which share a common
configuration. This can be specified multiple times.
items:
properties:
family:
description: The name of the column family.
type: string
required:
- family
type: object
type: array
instanceRef:
description: The name of the Bigtable instance.
oneOf:
- not:
required:
- external
required:
- name
- not:
anyOf:
- required:
- name
- required:
- namespace
required:
- external
properties:
external:
description: The name of a BigtableInstance.
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
splitKeys:
items:
type: string
type: array
required:
- instanceRef
type: object
status:
properties:
conditions:
description: Conditions represents the latest available observation
of the resource's current state.
items:
properties:
lastTransitionTime:
description: Last time the condition transitioned from one status
to another.
type: string
message:
description: Human-readable message indicating details about last
transition.
type: string
reason:
description: Unique, one-word, CamelCase reason for the condition's
last transition.
type: string
status:
description: Status is the status of the condition. Can be True,
False, Unknown.
type: string
type:
description: Type is the type of the condition.
type: string
type: object
type: array
type: object
required:
- spec
type: object
version: v1beta1
status:
acceptedNames:
kind: ""
plural: ""
conditions: []
storedVersions: []
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/v1beta1
kind: CustomResourceDefinition
metadata:
annotations:
cnrm.cloud.google.com/version: 1.16.0
cnrm.cloud.google.com/version: 1.17.0
creationTimestamp: null
labels:
cnrm.cloud.google.com/managed-by-kcc: "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/v1beta1
kind: CustomResourceDefinition
metadata:
annotations:
cnrm.cloud.google.com/version: 1.16.0
cnrm.cloud.google.com/version: 1.17.0
creationTimestamp: null
labels:
cnrm.cloud.google.com/managed-by-kcc: "true"
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/v1beta1
kind: CustomResourceDefinition
metadata:
annotations:
cnrm.cloud.google.com/version: 1.16.0
cnrm.cloud.google.com/version: 1.17.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/v1beta1
kind: CustomResourceDefinition
metadata:
annotations:
cnrm.cloud.google.com/version: 1.16.0
cnrm.cloud.google.com/version: 1.17.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/v1beta1
kind: CustomResourceDefinition
metadata:
annotations:
cnrm.cloud.google.com/version: 1.16.0
cnrm.cloud.google.com/version: 1.17.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/v1beta1
kind: CustomResourceDefinition
metadata:
annotations:
cnrm.cloud.google.com/version: 1.16.0
cnrm.cloud.google.com/version: 1.17.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/v1beta1
kind: CustomResourceDefinition
metadata:
annotations:
cnrm.cloud.google.com/version: 1.16.0
cnrm.cloud.google.com/version: 1.17.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/v1beta1
kind: CustomResourceDefinition
metadata:
annotations:
cnrm.cloud.google.com/version: 1.16.0
cnrm.cloud.google.com/version: 1.17.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/v1beta1
kind: CustomResourceDefinition
metadata:
annotations:
cnrm.cloud.google.com/version: 1.16.0
cnrm.cloud.google.com/version: 1.17.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/v1beta1
kind: CustomResourceDefinition
metadata:
annotations:
cnrm.cloud.google.com/version: 1.16.0
cnrm.cloud.google.com/version: 1.17.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/v1beta1
kind: CustomResourceDefinition
metadata:
annotations:
cnrm.cloud.google.com/version: 1.16.0
cnrm.cloud.google.com/version: 1.17.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/v1beta1
kind: CustomResourceDefinition
metadata:
annotations:
cnrm.cloud.google.com/version: 1.16.0
cnrm.cloud.google.com/version: 1.17.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/v1beta1
kind: CustomResourceDefinition
metadata:
annotations:
cnrm.cloud.google.com/version: 1.16.0
cnrm.cloud.google.com/version: 1.17.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/v1beta1
kind: CustomResourceDefinition
metadata:
annotations:
cnrm.cloud.google.com/version: 1.16.0
cnrm.cloud.google.com/version: 1.17.0
creationTimestamp: null
labels:
cnrm.cloud.google.com/managed-by-kcc: "true"
Expand Down
2 changes: 1 addition & 1 deletion 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/v1beta1
kind: CustomResourceDefinition
metadata:
annotations:
cnrm.cloud.google.com/version: 1.16.0
cnrm.cloud.google.com/version: 1.17.0
creationTimestamp: null
labels:
cnrm.cloud.google.com/managed-by-kcc: "true"
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/v1beta1
kind: CustomResourceDefinition
metadata:
annotations:
cnrm.cloud.google.com/version: 1.16.0
cnrm.cloud.google.com/version: 1.17.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/v1beta1
kind: CustomResourceDefinition
metadata:
annotations:
cnrm.cloud.google.com/version: 1.16.0
cnrm.cloud.google.com/version: 1.17.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/v1beta1
kind: CustomResourceDefinition
metadata:
annotations:
cnrm.cloud.google.com/version: 1.16.0
cnrm.cloud.google.com/version: 1.17.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/v1beta1
kind: CustomResourceDefinition
metadata:
annotations:
cnrm.cloud.google.com/version: 1.16.0
cnrm.cloud.google.com/version: 1.17.0
creationTimestamp: null
labels:
cnrm.cloud.google.com/managed-by-kcc: "true"
Expand Down
2 changes: 1 addition & 1 deletion crds/compute_v1beta1_computenodegroup.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.16.0
cnrm.cloud.google.com/version: 1.17.0
creationTimestamp: null
labels:
cnrm.cloud.google.com/managed-by-kcc: "true"
Expand Down
2 changes: 1 addition & 1 deletion crds/compute_v1beta1_computenodetemplate.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.16.0
cnrm.cloud.google.com/version: 1.17.0
creationTimestamp: null
labels:
cnrm.cloud.google.com/managed-by-kcc: "true"
Expand Down
Loading

0 comments on commit 01e5982

Please sign in to comment.