Skip to content

Commit

Permalink
Bump dependencies to Kubernetes 1.18.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jbrette committed May 4, 2020
1 parent be67e42 commit c1ea9af
Show file tree
Hide file tree
Showing 38 changed files with 450 additions and 158 deletions.
47 changes: 11 additions & 36 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,41 +6,16 @@ require (
github.com/emicklei/go-restful v2.10.0+incompatible
github.com/go-openapi/spec v0.19.3
github.com/go-openapi/strfmt v0.19.3
github.com/go-openapi/validate v0.19.3
github.com/onsi/gomega v1.7.0
github.com/go-openapi/validate v0.19.5
github.com/onsi/gomega v1.8.1
golang.org/x/net v0.0.0-20191007182048-72f939374954
gopkg.in/yaml.v2 v2.2.4
k8s.io/api v0.0.0
k8s.io/apiextensions-apiserver v0.0.0
k8s.io/apimachinery v0.0.0
k8s.io/apiserver v0.0.0
k8s.io/client-go v11.0.1-0.20190409021438-1a26190bd76a+incompatible
k8s.io/kube-openapi v0.0.0-20190918143330-0270cf2f1c1d
sigs.k8s.io/controller-runtime v0.3.0
sigs.k8s.io/yaml v1.1.0
)

replace (
k8s.io/api => k8s.io/api v0.0.0-20191016110408-35e52d86657a
k8s.io/apiextensions-apiserver => k8s.io/apiextensions-apiserver v0.0.0-20191016113550-5357c4baaf65
k8s.io/apimachinery => k8s.io/apimachinery v0.0.0-20191004115801-a2eda9f80ab8
k8s.io/apiserver => k8s.io/apiserver v0.0.0-20191016112112-5190913f932d
k8s.io/cli-runtime => k8s.io/cli-runtime v0.0.0-20191016114015-74ad18325ed5
k8s.io/client-go => k8s.io/client-go v0.0.0-20191016111102-bec269661e48
k8s.io/cloud-provider => k8s.io/cloud-provider v0.0.0-20191016115326-20453efc2458
k8s.io/cluster-bootstrap => k8s.io/cluster-bootstrap v0.0.0-20191016115129-c07a134afb42
k8s.io/code-generator => k8s.io/code-generator v0.0.0-20191004115455-8e001e5d1894
k8s.io/component-base => k8s.io/component-base v0.0.0-20191016111319-039242c015a9
k8s.io/cri-api => k8s.io/cri-api v0.0.0-20190828162817-608eb1dad4ac
k8s.io/csi-translation-lib => k8s.io/csi-translation-lib v0.0.0-20191016115521-756ffa5af0bd
k8s.io/kube-aggregator => k8s.io/kube-aggregator v0.0.0-20191016112429-9587704a8ad4
k8s.io/kube-controller-manager => k8s.io/kube-controller-manager v0.0.0-20191016114939-2b2b218dc1df
k8s.io/kube-proxy => k8s.io/kube-proxy v0.0.0-20191016114407-2e83b6f20229
k8s.io/kube-scheduler => k8s.io/kube-scheduler v0.0.0-20191016114748-65049c67a58b
k8s.io/kubectl => k8s.io/kubectl v0.0.0-20191016120415-2ed914427d51
k8s.io/kubelet => k8s.io/kubelet v0.0.0-20191016114556-7841ed97f1b2
k8s.io/legacy-cloud-providers => k8s.io/legacy-cloud-providers v0.0.0-20191016115753-cf0698c3a16b
k8s.io/metrics => k8s.io/metrics v0.0.0-20191016113814-3b1a734dba6e
k8s.io/sample-apiserver => k8s.io/sample-apiserver v0.0.0-20191016112829-06bb3c9d77c9
sigs.k8s.io/controller-runtime => github.com/keleustes/controller-runtime v1.16.2-keleustes.20191102
gopkg.in/yaml.v2 v2.2.8
k8s.io/api v0.18.2
k8s.io/apiextensions-apiserver v0.18.2
k8s.io/apimachinery v0.18.2
k8s.io/apiserver v0.18.2
k8s.io/client-go v0.18.2
k8s.io/kube-openapi v0.0.0-20200121204235-bf4fb3bd569c
sigs.k8s.io/controller-runtime v0.6.0
sigs.k8s.io/yaml v1.2.0
)
219 changes: 133 additions & 86 deletions go.sum

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions kubectl/armada.airshipit.org_armadabackups.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
apiVersion: apiextensions.k8s.io/v1beta1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.3.0
creationTimestamp: null
name: armadabackups.armada.airshipit.org
spec:
Expand Down
2 changes: 2 additions & 0 deletions kubectl/armada.airshipit.org_armadachartgroups.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
apiVersion: apiextensions.k8s.io/v1beta1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.3.0
creationTimestamp: null
name: armadachartgroups.armada.airshipit.org
spec:
Expand Down
2 changes: 2 additions & 0 deletions kubectl/armada.airshipit.org_armadacharts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
apiVersion: apiextensions.k8s.io/v1beta1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.3.0
creationTimestamp: null
name: armadacharts.armada.airshipit.org
spec:
Expand Down
2 changes: 2 additions & 0 deletions kubectl/armada.airshipit.org_armadamanifests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
apiVersion: apiextensions.k8s.io/v1beta1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.3.0
creationTimestamp: null
name: armadamanifests.armada.airshipit.org
spec:
Expand Down
2 changes: 2 additions & 0 deletions kubectl/armada.airshipit.org_armadarestores.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
apiVersion: apiextensions.k8s.io/v1beta1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.3.0
creationTimestamp: null
name: armadarestores.armada.airshipit.org
spec:
Expand Down
4 changes: 3 additions & 1 deletion kubectl/armada.airshipit.org_controllerrevisions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
apiVersion: apiextensions.k8s.io/v1beta1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.3.0
creationTimestamp: null
name: controllerrevisions.armada.airshipit.org
spec:
Expand All @@ -12,7 +14,7 @@ spec:
listKind: ControllerRevisionList
plural: controllerrevisions
singular: controllerrevision
scope: ""
scope: Namespaced
validation:
openAPIV3Schema:
description: ControllerRevision implements an immutable snapshot of state data.
Expand Down
24 changes: 24 additions & 0 deletions kubectl/kubeflow.airshipit.org_kfdefs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
apiVersion: apiextensions.k8s.io/v1beta1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.3.0
creationTimestamp: null
name: kfdefs.kubeflow.airshipit.org
spec:
Expand Down Expand Up @@ -45,6 +47,7 @@ spec:
items:
type: string
type: array
x-kubernetes-list-type: set
parameters:
items:
properties:
Expand All @@ -56,6 +59,9 @@ spec:
type: string
type: object
type: array
x-kubernetes-list-map-keys:
- name
x-kubernetes-list-type: map
repoRef:
properties:
name:
Expand All @@ -68,6 +74,9 @@ spec:
type: string
type: object
type: array
x-kubernetes-list-map-keys:
- name
x-kubernetes-list-type: map
plugins:
items:
description: Plugin can be used to customize the generation and deployment
Expand All @@ -88,6 +97,9 @@ spec:
type: object
type: object
type: array
x-kubernetes-list-map-keys:
- name
x-kubernetes-list-type: map
repos:
items:
description: Repo provides information about a repository providing
Expand All @@ -102,6 +114,9 @@ spec:
type: string
type: object
type: array
x-kubernetes-list-map-keys:
- name
x-kubernetes-list-type: map
secrets:
items:
description: Secret provides information about secrets needed to configure
Expand All @@ -124,6 +139,9 @@ spec:
type: object
type: object
type: array
x-kubernetes-list-map-keys:
- name
x-kubernetes-list-type: map
type: object
status:
description: KfDefStatus defines the observed state of KfDef
Expand Down Expand Up @@ -158,6 +176,9 @@ spec:
- type
type: object
type: array
x-kubernetes-list-map-keys:
- type
x-kubernetes-list-type: map
reposCache:
description: ReposCache is used to cache information about local caching
of the URIs.
Expand All @@ -171,6 +192,9 @@ spec:
- localPath
type: object
type: array
x-kubernetes-list-map-keys:
- name
x-kubernetes-list-type: map
type: object
type: object
version: v1beta1
Expand Down
4 changes: 3 additions & 1 deletion kubectl/openstacklcm.airshipit.org_controllerrevisions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
apiVersion: apiextensions.k8s.io/v1beta1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.3.0
creationTimestamp: null
name: controllerrevisions.openstacklcm.airshipit.org
spec:
Expand All @@ -12,7 +14,7 @@ spec:
listKind: ControllerRevisionList
plural: controllerrevisions
singular: controllerrevision
scope: ""
scope: Namespaced
validation:
openAPIV3Schema:
description: ControllerRevision implements an immutable snapshot of state data.
Expand Down
2 changes: 2 additions & 0 deletions kubectl/openstacklcm.airshipit.org_deletephases.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
apiVersion: apiextensions.k8s.io/v1beta1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.3.0
creationTimestamp: null
name: deletephases.openstacklcm.airshipit.org
spec:
Expand Down
2 changes: 2 additions & 0 deletions kubectl/openstacklcm.airshipit.org_installphases.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
apiVersion: apiextensions.k8s.io/v1beta1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.3.0
creationTimestamp: null
name: installphases.openstacklcm.airshipit.org
spec:
Expand Down
2 changes: 2 additions & 0 deletions kubectl/openstacklcm.airshipit.org_operationalphases.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
apiVersion: apiextensions.k8s.io/v1beta1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.3.0
creationTimestamp: null
name: operationalphases.openstacklcm.airshipit.org
spec:
Expand Down
2 changes: 2 additions & 0 deletions kubectl/openstacklcm.airshipit.org_oslcs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
apiVersion: apiextensions.k8s.io/v1beta1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.3.0
creationTimestamp: null
name: oslcs.openstacklcm.airshipit.org
spec:
Expand Down
2 changes: 2 additions & 0 deletions kubectl/openstacklcm.airshipit.org_planningphases.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
apiVersion: apiextensions.k8s.io/v1beta1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.3.0
creationTimestamp: null
name: planningphases.openstacklcm.airshipit.org
spec:
Expand Down
2 changes: 2 additions & 0 deletions kubectl/openstacklcm.airshipit.org_rollbackphases.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
apiVersion: apiextensions.k8s.io/v1beta1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.3.0
creationTimestamp: null
name: rollbackphases.openstacklcm.airshipit.org
spec:
Expand Down
2 changes: 2 additions & 0 deletions kubectl/openstacklcm.airshipit.org_testphases.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
apiVersion: apiextensions.k8s.io/v1beta1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.3.0
creationTimestamp: null
name: testphases.openstacklcm.airshipit.org
spec:
Expand Down
2 changes: 2 additions & 0 deletions kubectl/openstacklcm.airshipit.org_trafficdrainphases.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
apiVersion: apiextensions.k8s.io/v1beta1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.3.0
creationTimestamp: null
name: trafficdrainphases.openstacklcm.airshipit.org
spec:
Expand Down
2 changes: 2 additions & 0 deletions kubectl/openstacklcm.airshipit.org_trafficrolloutphases.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
apiVersion: apiextensions.k8s.io/v1beta1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.3.0
creationTimestamp: null
name: trafficrolloutphases.openstacklcm.airshipit.org
spec:
Expand Down
2 changes: 2 additions & 0 deletions kubectl/openstacklcm.airshipit.org_upgradephases.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
apiVersion: apiextensions.k8s.io/v1beta1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.3.0
creationTimestamp: null
name: upgradephases.openstacklcm.airshipit.org
spec:
Expand Down
2 changes: 1 addition & 1 deletion kubeval/master-local/_definitions.json
Original file line number Diff line number Diff line change
Expand Up @@ -536,7 +536,7 @@
"type": "string"
},
"type": "array",
"description": "Must be empty before the object is deleted from the registry. Each entry is an identifier for the responsible component that will remove the entry from the list. If the deletionTimestamp of the object is non-nil, entries in this list can only be removed.",
"description": "Must be empty before the object is deleted from the registry. Each entry is an identifier for the responsible component that will remove the entry from the list. If the deletionTimestamp of the object is non-nil, entries in this list can only be removed. Finalizers may be processed and removed in any order. Order is NOT enforced because it introduces significant risk of stuck finalizers. finalizers is a shared field, any actor with permission can reorder it. If the finalizer list is processed in order, then this can lead to a situation in which the component responsible for the first finalizer in the list is waiting for a signal (field value, external system, or other) produced by a component responsible for a finalizer later in the list, resulting in a deadlock. Without enforced ordering finalizers are free to order amongst themselves and are not vulnerable to ordering changes in the list.",
"x-kubernetes-patch-strategy": "merge"
},
"clusterName": {
Expand Down
2 changes: 1 addition & 1 deletion kubeval/master-local/objectmeta-meta-v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"array",
"null"
],
"description": "Must be empty before the object is deleted from the registry. Each entry is an identifier for the responsible component that will remove the entry from the list. If the deletionTimestamp of the object is non-nil, entries in this list can only be removed.",
"description": "Must be empty before the object is deleted from the registry. Each entry is an identifier for the responsible component that will remove the entry from the list. If the deletionTimestamp of the object is non-nil, entries in this list can only be removed. Finalizers may be processed and removed in any order. Order is NOT enforced because it introduces significant risk of stuck finalizers. finalizers is a shared field, any actor with permission can reorder it. If the finalizer list is processed in order, then this can lead to a situation in which the component responsible for the first finalizer in the list is waiting for a signal (field value, external system, or other) produced by a component responsible for a finalizer later in the list, resulting in a deadlock. Without enforced ordering finalizers are free to order amongst themselves and are not vulnerable to ordering changes in the list.",
"x-kubernetes-patch-strategy": "merge"
},
"generateName": {
Expand Down
2 changes: 1 addition & 1 deletion kubeval/master-standalone-strict/_definitions.json
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,7 @@
"type": "string"
},
"type": "array",
"description": "Must be empty before the object is deleted from the registry. Each entry is an identifier for the responsible component that will remove the entry from the list. If the deletionTimestamp of the object is non-nil, entries in this list can only be removed.",
"description": "Must be empty before the object is deleted from the registry. Each entry is an identifier for the responsible component that will remove the entry from the list. If the deletionTimestamp of the object is non-nil, entries in this list can only be removed. Finalizers may be processed and removed in any order. Order is NOT enforced because it introduces significant risk of stuck finalizers. finalizers is a shared field, any actor with permission can reorder it. If the finalizer list is processed in order, then this can lead to a situation in which the component responsible for the first finalizer in the list is waiting for a signal (field value, external system, or other) produced by a component responsible for a finalizer later in the list, resulting in a deadlock. Without enforced ordering finalizers are free to order amongst themselves and are not vulnerable to ordering changes in the list.",
"x-kubernetes-patch-strategy": "merge"
},
"generateName": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11933,7 +11933,7 @@
"type": "string"
},
"type": "array",
"description": "Must be empty before the object is deleted from the registry. Each entry is an identifier for the responsible component that will remove the entry from the list. If the deletionTimestamp of the object is non-nil, entries in this list can only be removed.",
"description": "Must be empty before the object is deleted from the registry. Each entry is an identifier for the responsible component that will remove the entry from the list. If the deletionTimestamp of the object is non-nil, entries in this list can only be removed. Finalizers may be processed and removed in any order. Order is NOT enforced because it introduces significant risk of stuck finalizers. finalizers is a shared field, any actor with permission can reorder it. If the finalizer list is processed in order, then this can lead to a situation in which the component responsible for the first finalizer in the list is waiting for a signal (field value, external system, or other) produced by a component responsible for a finalizer later in the list, resulting in a deadlock. Without enforced ordering finalizers are free to order amongst themselves and are not vulnerable to ordering changes in the list.",
"x-kubernetes-patch-strategy": "merge"
},
"generation": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@
"type": "string"
},
"type": "array",
"description": "Must be empty before the object is deleted from the registry. Each entry is an identifier for the responsible component that will remove the entry from the list. If the deletionTimestamp of the object is non-nil, entries in this list can only be removed.",
"description": "Must be empty before the object is deleted from the registry. Each entry is an identifier for the responsible component that will remove the entry from the list. If the deletionTimestamp of the object is non-nil, entries in this list can only be removed. Finalizers may be processed and removed in any order. Order is NOT enforced because it introduces significant risk of stuck finalizers. finalizers is a shared field, any actor with permission can reorder it. If the finalizer list is processed in order, then this can lead to a situation in which the component responsible for the first finalizer in the list is waiting for a signal (field value, external system, or other) produced by a component responsible for a finalizer later in the list, resulting in a deadlock. Without enforced ordering finalizers are free to order amongst themselves and are not vulnerable to ordering changes in the list.",
"x-kubernetes-patch-strategy": "merge"
},
"generation": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@
"type": "string"
},
"type": "array",
"description": "Must be empty before the object is deleted from the registry. Each entry is an identifier for the responsible component that will remove the entry from the list. If the deletionTimestamp of the object is non-nil, entries in this list can only be removed.",
"description": "Must be empty before the object is deleted from the registry. Each entry is an identifier for the responsible component that will remove the entry from the list. If the deletionTimestamp of the object is non-nil, entries in this list can only be removed. Finalizers may be processed and removed in any order. Order is NOT enforced because it introduces significant risk of stuck finalizers. finalizers is a shared field, any actor with permission can reorder it. If the finalizer list is processed in order, then this can lead to a situation in which the component responsible for the first finalizer in the list is waiting for a signal (field value, external system, or other) produced by a component responsible for a finalizer later in the list, resulting in a deadlock. Without enforced ordering finalizers are free to order amongst themselves and are not vulnerable to ordering changes in the list.",
"x-kubernetes-patch-strategy": "merge"
},
"generation": {
Expand Down
2 changes: 1 addition & 1 deletion kubeval/master-standalone-strict/objectmeta-meta-v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"array",
"null"
],
"description": "Must be empty before the object is deleted from the registry. Each entry is an identifier for the responsible component that will remove the entry from the list. If the deletionTimestamp of the object is non-nil, entries in this list can only be removed.",
"description": "Must be empty before the object is deleted from the registry. Each entry is an identifier for the responsible component that will remove the entry from the list. If the deletionTimestamp of the object is non-nil, entries in this list can only be removed. Finalizers may be processed and removed in any order. Order is NOT enforced because it introduces significant risk of stuck finalizers. finalizers is a shared field, any actor with permission can reorder it. If the finalizer list is processed in order, then this can lead to a situation in which the component responsible for the first finalizer in the list is waiting for a signal (field value, external system, or other) produced by a component responsible for a finalizer later in the list, resulting in a deadlock. Without enforced ordering finalizers are free to order amongst themselves and are not vulnerable to ordering changes in the list.",
"x-kubernetes-patch-strategy": "merge"
},
"generateName": {
Expand Down
Loading

0 comments on commit c1ea9af

Please sign in to comment.