Skip to content

Commit

Permalink
Display the two new blockstorage quotas
Browse files Browse the repository at this point in the history
  • Loading branch information
aureliar8 committed Apr 16, 2024
1 parent 07481ec commit 55e767f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions cmd/limits.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ const (
limitSKSClusters = "sks-cluster"
limitSOSBuckets = "bucket"
limitBlockStorageVolumes = "block-storage-volume"
limitBlockStorage = "block-storage"
limitBlockStorageMaxSize = "block-storage-max-size"
)

type LimitsItemOutput struct {
Expand Down Expand Up @@ -60,6 +62,8 @@ Supported output template annotations: %s`,
limitSKSClusters: "SKS clusters",
limitSOSBuckets: "SOS buckets",
limitBlockStorageVolumes: "Block Storage Volumes",
limitBlockStorage: "Block Storage cummulative size",
limitBlockStorageMaxSize: "Max Size of Block Storage Volumes",
}

out := LimitsOutput{}
Expand Down

0 comments on commit 55e767f

Please sign in to comment.