@@ -949,23 +949,10 @@ type StorageAutoscalingSpec struct {
949949
950950// StorageAutoscalingStatus tracks the autoscaling state for a specific PVC
951951type StorageAutoscalingStatus struct {
952- // CurrentSize is the current size of the PVC
953- CurrentSize string `json:"currentSize,omitempty"`
954-
955- // LastResizeTime is the timestamp of the last resize operation
956- LastResizeTime * metav1.Time `json:"lastResizeTime,omitempty"`
957-
958- // ResizeCount is the number of times the PVC has been resized
959- ResizeCount int32 `json:"resizeCount,omitempty"`
960-
961- // LastCheckTime is the timestamp of the last storage check
962- LastCheckTime * metav1.Time `json:"lastCheckTime,omitempty"`
963-
964- // LastUsagePercent is the last recorded disk usage percentage
965- LastUsagePercent int `json:"lastUsagePercent,omitempty"`
966-
967- // LastError contains the error message from the last failed resize attempt
968- LastError string `json:"lastError,omitempty"`
952+ CurrentSize string `json:"currentSize,omitempty"`
953+ LastResizeTime metav1.Time `json:"lastResizeTime,omitempty"`
954+ ResizeCount int32 `json:"resizeCount,omitempty"`
955+ LastError string `json:"lastError,omitempty"`
969956}
970957
971958type SecretsSpec struct {
0 commit comments