Skip to content
This repository has been archived by the owner on Apr 25, 2024. It is now read-only.

v0.1.18

Compare
Choose a tag to compare
@FabianKramm FabianKramm released this 10 Aug 09:03
· 84 commits to master since this release
aefa92d

Changes

  • Adds validation for account quotas (same as kubernetes does for resource quotas) (#34)
  • New owner column for spaces that shows the space owner on kubectl get spaces:
$ kubectl get spaces
NAME              OWNER           CREATED AT
default                           2020-08-10T08:16:14Z
docker                            2020-08-10T08:17:30Z
johns-space       johns-account   2020-08-10T08:53:15Z
kiosk                             2020-08-10T08:19:12Z
kube-node-lease                   2020-08-10T08:16:12Z
kube-public                       2020-08-10T08:16:12Z
kube-system                       2020-08-10T08:16:12Z
  • New spaces column for accounts that shows the amount of owned spaces on kubectl get accounts:
$ kubectl get accounts
NAME            SPACES   CREATED AT
johns-account   1        2020-08-10T08:52:59Z