cdk8s-team / cdk8s

Define Kubernetes native apps and abstractions using object-oriented programming

Home Page:https://cdk8s.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add support for Exbibyte

vinayak-kukreja opened this issue · comments

Description of the feature or enhancement:

Currently, Exbibyte does not exists as a storage unit. It probably requires BigInt since it is higher than MAX_SAFE_INTEGER.

Use Case:

It is a unit that is available to be used in Kubernetes.

Proposed Solution:

Implement Exbibyte in Size: https://github.com/cdk8s-team/cdk8s-core/blob/2.x/src/size.ts#L129-L130

  • 👋 I may be able to implement this feature request
  • ⚠️ This feature might incur a breaking change

This is a 🚀 Feature Request

Do assign me this issue would love to work on it