Skip to content

Commit

Permalink
Updated k8s version (#863)
Browse files Browse the repository at this point in the history
  • Loading branch information
psav committed Sep 15, 2023
1 parent ec46521 commit 4876d99
Show file tree
Hide file tree
Showing 4 changed files with 67 additions and 52 deletions.
21 changes: 14 additions & 7 deletions deploy-mutate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1093,7 +1093,8 @@ objects:
\ defined in spec.resourceClaims, that are used\
\ by this container. \n This is an alpha field and\
\ requires enabling the DynamicResourceAllocation\
\ feature gate. \n This field is immutable."
\ feature gate. \n This field is immutable. It can\
\ only be set for containers."
items:
description: ResourceClaim references one entry
in PodSpec.ResourceClaims.
Expand Down Expand Up @@ -1845,7 +1846,8 @@ objects:
\ \n This is an alpha field and\
\ requires enabling the DynamicResourceAllocation\
\ feature gate. \n This field\
\ is immutable."
\ is immutable. It can only be\
\ set for containers."
items:
description: ResourceClaim references
one entry in PodSpec.ResourceClaims.
Expand Down Expand Up @@ -3723,7 +3725,8 @@ objects:
\ defined in spec.resourceClaims, that are used\
\ by this container. \n This is an alpha field and\
\ requires enabling the DynamicResourceAllocation\
\ feature gate. \n This field is immutable."
\ feature gate. \n This field is immutable. It can\
\ only be set for containers."
items:
description: ResourceClaim references one entry
in PodSpec.ResourceClaims.
Expand Down Expand Up @@ -4475,7 +4478,8 @@ objects:
\ \n This is an alpha field and\
\ requires enabling the DynamicResourceAllocation\
\ feature gate. \n This field\
\ is immutable."
\ is immutable. It can only be\
\ set for containers."
items:
description: ResourceClaim references
one entry in PodSpec.ResourceClaims.
Expand Down Expand Up @@ -6290,7 +6294,8 @@ objects:
\ defined in spec.resourceClaims, that are used\
\ by this container. \n This is an alpha field\
\ and requires enabling the DynamicResourceAllocation\
\ feature gate. \n This field is immutable."
\ feature gate. \n This field is immutable. It\
\ can only be set for containers."
items:
description: ResourceClaim references one entry
in PodSpec.ResourceClaims.
Expand Down Expand Up @@ -6358,7 +6363,8 @@ objects:
\ that are used by this container. \n\
\ This is an alpha field and requires\
\ enabling the DynamicResourceAllocation\
\ feature gate. \n This field is immutable."
\ feature gate. \n This field is immutable.\
\ It can only be set for containers."
items:
description: ResourceClaim references
one entry in PodSpec.ResourceClaims.
Expand Down Expand Up @@ -6535,7 +6541,8 @@ objects:
description: "Claims lists the names of resources, defined in\
\ spec.resourceClaims, that are used by this container. \n\
\ This is an alpha field and requires enabling the DynamicResourceAllocation\
\ feature gate. \n This field is immutable."
\ feature gate. \n This field is immutable. It can only be\
\ set for containers."
items:
description: ResourceClaim references one entry in PodSpec.ResourceClaims.
properties:
Expand Down
21 changes: 14 additions & 7 deletions deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1093,7 +1093,8 @@ objects:
\ defined in spec.resourceClaims, that are used\
\ by this container. \n This is an alpha field and\
\ requires enabling the DynamicResourceAllocation\
\ feature gate. \n This field is immutable."
\ feature gate. \n This field is immutable. It can\
\ only be set for containers."
items:
description: ResourceClaim references one entry
in PodSpec.ResourceClaims.
Expand Down Expand Up @@ -1845,7 +1846,8 @@ objects:
\ \n This is an alpha field and\
\ requires enabling the DynamicResourceAllocation\
\ feature gate. \n This field\
\ is immutable."
\ is immutable. It can only be\
\ set for containers."
items:
description: ResourceClaim references
one entry in PodSpec.ResourceClaims.
Expand Down Expand Up @@ -3723,7 +3725,8 @@ objects:
\ defined in spec.resourceClaims, that are used\
\ by this container. \n This is an alpha field and\
\ requires enabling the DynamicResourceAllocation\
\ feature gate. \n This field is immutable."
\ feature gate. \n This field is immutable. It can\
\ only be set for containers."
items:
description: ResourceClaim references one entry
in PodSpec.ResourceClaims.
Expand Down Expand Up @@ -4475,7 +4478,8 @@ objects:
\ \n This is an alpha field and\
\ requires enabling the DynamicResourceAllocation\
\ feature gate. \n This field\
\ is immutable."
\ is immutable. It can only be\
\ set for containers."
items:
description: ResourceClaim references
one entry in PodSpec.ResourceClaims.
Expand Down Expand Up @@ -6290,7 +6294,8 @@ objects:
\ defined in spec.resourceClaims, that are used\
\ by this container. \n This is an alpha field\
\ and requires enabling the DynamicResourceAllocation\
\ feature gate. \n This field is immutable."
\ feature gate. \n This field is immutable. It\
\ can only be set for containers."
items:
description: ResourceClaim references one entry
in PodSpec.ResourceClaims.
Expand Down Expand Up @@ -6358,7 +6363,8 @@ objects:
\ that are used by this container. \n\
\ This is an alpha field and requires\
\ enabling the DynamicResourceAllocation\
\ feature gate. \n This field is immutable."
\ feature gate. \n This field is immutable.\
\ It can only be set for containers."
items:
description: ResourceClaim references
one entry in PodSpec.ResourceClaims.
Expand Down Expand Up @@ -6535,7 +6541,8 @@ objects:
description: "Claims lists the names of resources, defined in\
\ spec.resourceClaims, that are used by this container. \n\
\ This is an alpha field and requires enabling the DynamicResourceAllocation\
\ feature gate. \n This field is immutable."
\ feature gate. \n This field is immutable. It can only be\
\ set for containers."
items:
description: ResourceClaim references one entry in PodSpec.ResourceClaims.
properties:
Expand Down
26 changes: 13 additions & 13 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ require (
github.com/go-logr/logr v1.2.4
github.com/go-logr/zapr v1.2.4
github.com/kedacore/keda/v2 v2.8.1
github.com/lib/pq v1.10.6
github.com/lib/pq v1.10.7
github.com/minio/minio-go/v7 v7.0.43
github.com/onsi/ginkgo/v2 v2.9.5
github.com/onsi/gomega v1.27.7
Expand All @@ -20,12 +20,12 @@ require (
github.com/stretchr/testify v1.8.1
go.uber.org/zap v1.24.0
google.golang.org/protobuf v1.30.0
k8s.io/api v0.26.1
k8s.io/apiextensions-apiserver v0.26.1
k8s.io/apimachinery v0.26.1
k8s.io/client-go v0.26.1
k8s.io/api v0.26.4
k8s.io/apiextensions-apiserver v0.26.4
k8s.io/apimachinery v0.26.4
k8s.io/client-go v0.26.4
sigs.k8s.io/cluster-api v1.4.3
sigs.k8s.io/controller-runtime v0.14.5
sigs.k8s.io/controller-runtime v0.14.6
)

require (
Expand All @@ -36,7 +36,7 @@ require (
github.com/cespare/xxhash/v2 v2.2.0 // indirect
github.com/cncf/xds/go v0.0.0-20211011173535-cb28da3451f1 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/dustin/go-humanize v1.0.0 // indirect
github.com/dustin/go-humanize v1.0.1 // indirect
github.com/emicklei/go-restful/v3 v3.9.0 // indirect
github.com/envoyproxy/protoc-gen-validate v0.1.0 // indirect
github.com/evanphx/json-patch/v5 v5.6.0 // indirect
Expand All @@ -52,14 +52,14 @@ require (
github.com/google/gnostic v0.6.9 // indirect
github.com/google/go-cmp v0.5.9 // indirect
github.com/google/gofuzz v1.2.0 // indirect
github.com/google/pprof v0.0.0-20210407192527-94a9f03dee38 // indirect
github.com/google/pprof v0.0.0-20210720184732-4bb14d4b1be1 // indirect
github.com/google/uuid v1.3.0 // indirect
github.com/imdario/mergo v0.3.13 // indirect
github.com/jmespath/go-jmespath v0.4.0 // indirect
github.com/josharian/intern v1.0.0 // indirect
github.com/json-iterator/go v1.1.12 // indirect
github.com/klauspost/compress v1.15.9 // indirect
github.com/klauspost/cpuid/v2 v2.1.0 // indirect
github.com/klauspost/compress v1.15.15 // indirect
github.com/klauspost/cpuid/v2 v2.2.3 // indirect
github.com/mailru/easyjson v0.7.7 // indirect
github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
github.com/minio/md5-simd v1.1.2 // indirect
Expand All @@ -79,7 +79,7 @@ require (
github.com/spf13/pflag v1.0.5 // indirect
go.uber.org/atomic v1.9.0 // indirect
go.uber.org/multierr v1.8.0 // indirect
golang.org/x/crypto v0.3.0 // indirect
golang.org/x/crypto v0.5.0 // indirect
golang.org/x/net v0.10.0 // indirect
golang.org/x/oauth2 v0.6.0 // indirect
golang.org/x/sys v0.8.0 // indirect
Expand All @@ -93,9 +93,9 @@ require (
gopkg.in/ini.v1 v1.67.0 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
k8s.io/component-base v0.26.1 // indirect
k8s.io/component-base v0.26.4 // indirect
k8s.io/klog/v2 v2.80.1 // indirect
k8s.io/kube-openapi v0.0.0-20221012153701-172d655c2280 // indirect
k8s.io/kube-openapi v0.0.0-20221207184640-f3cff1453715 // indirect
k8s.io/utils v0.0.0-20221128185143-99ec85e7a448 // indirect
knative.dev/pkg v0.0.0-20220826162920-93b66e6a8700 // indirect
sigs.k8s.io/json v0.0.0-20220713155537-f223a00ba0e2 // indirect
Expand Down
Loading

0 comments on commit 4876d99

Please sign in to comment.