Promote sig-storage feature MutableCSINodeAllocatableCount to GA (#136230)

* Promote MutableCSINodeAllocatableCount to GA

Signed-off-by: Eddie Torres <torredil@amazon.com>

* Lock MutableCSINodeAllocatableCount feature gate to default

Signed-off-by: Eddie Torres <torredil@amazon.com>

---------

Signed-off-by: Eddie Torres <torredil@amazon.com>

Kubernetes-commit: 41bb4b6a8b4e0f15ab7ffcc6369c68bc599fb957
This commit is contained in:
Eddie
2026-02-27 19:33:30 -05:00
committed by Kubernetes Publisher
parent 2f21ae3478
commit c86837f7ed
4 changed files with 8 additions and 8 deletions

View File

@@ -154,7 +154,7 @@ type CSIDriverSpecApplyConfiguration struct {
// occur (neither periodic nor upon detecting capacity-related failures), and the
// allocatable.count remains static. The minimum allowed value for this field is 10 seconds.
//
// This is a beta feature and requires the MutableCSINodeAllocatableCount feature gate to be enabled.
// This feature requires the MutableCSINodeAllocatableCount feature gate to be enabled.
//
// This field is mutable.
NodeAllocatableUpdatePeriodSeconds *int64 `json:"nodeAllocatableUpdatePeriodSeconds,omitempty"`

View File

@@ -35,7 +35,7 @@ type VolumeErrorApplyConfiguration struct {
Message *string `json:"message,omitempty"`
// errorCode is a numeric gRPC code representing the error encountered during Attach or Detach operations.
//
// This is an optional, beta field that requires the MutableCSINodeAllocatableCount feature gate being enabled to be set.
// This field requires the MutableCSINodeAllocatableCount feature gate being enabled to be set.
ErrorCode *int32 `json:"errorCode,omitempty"`
}

4
go.mod
View File

@@ -23,8 +23,8 @@ require (
golang.org/x/time v0.14.0
google.golang.org/protobuf v1.36.11
gopkg.in/evanphx/json-patch.v4 v4.13.0
k8s.io/api v0.0.0-20260227163613-d93bd39adfb7
k8s.io/apimachinery v0.0.0-20260227163238-b6415d345084
k8s.io/api v0.0.0-20260228003330-ffec185e33c1
k8s.io/apimachinery v0.0.0-20260227203245-48224b4d1ddb
k8s.io/klog/v2 v2.130.1
k8s.io/kube-openapi v0.0.0-20260127142750-a19766b6e2d4
k8s.io/utils v0.0.0-20260210185600-b8788abfbbc2

8
go.sum
View File

@@ -123,10 +123,10 @@ gopkg.in/inf.v0 v0.9.1/go.mod h1:cWUDdTG/fYaXco+Dcufb5Vnc6Gp2YChqWtbxRZE0mXw=
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM=
gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA=
gopkg.in/yaml.v3 v3.0.1/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM=
k8s.io/api v0.0.0-20260227163613-d93bd39adfb7 h1:gzTbltCxI4I5w72/kh56kF5K+ZBXFLRW06jJBwwd70g=
k8s.io/api v0.0.0-20260227163613-d93bd39adfb7/go.mod h1:h+QahrkyCJxJEkPugQgKr2RibeWfzfDlLVm6TJvD0PU=
k8s.io/apimachinery v0.0.0-20260227163238-b6415d345084 h1:vRyPwew4b3Yiq7mwOpqX+o8qxkT//RhS9FQLN5ziq1A=
k8s.io/apimachinery v0.0.0-20260227163238-b6415d345084/go.mod h1:zqp0Kd80VeQZHyQ4j0VW/sn9zTHYeXFd/brJe5Po20w=
k8s.io/api v0.0.0-20260228003330-ffec185e33c1 h1:MGM2os4B0eoRhzOoYVpALEQNLOPynaGGerEUoP/0u6s=
k8s.io/api v0.0.0-20260228003330-ffec185e33c1/go.mod h1:qhb/XTo9jEH6dtv01aF9OubVFb/O4rILeIUv25AhTbw=
k8s.io/apimachinery v0.0.0-20260227203245-48224b4d1ddb h1:0MWXuP1Qkr2TJBSQ2qYrHARDtTXH4TeTZ9q8OPHOQFM=
k8s.io/apimachinery v0.0.0-20260227203245-48224b4d1ddb/go.mod h1:zqp0Kd80VeQZHyQ4j0VW/sn9zTHYeXFd/brJe5Po20w=
k8s.io/klog/v2 v2.130.1 h1:n9Xl7H1Xvksem4KFG4PYbdQCQxqc/tTUyrgXaOhHSzk=
k8s.io/klog/v2 v2.130.1/go.mod h1:3Jpz1GvMt720eyJH1ckRHK1EDfpxISzJ7I9OYgaDtPE=
k8s.io/kube-openapi v0.0.0-20260127142750-a19766b6e2d4 h1:HhDfevmPS+OalTjQRKbTHppRIz01AWi8s45TMXStgYY=