Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create container_quota_scopes table #111

Merged
merged 1 commit into from
Oct 27, 2017
Merged

Commits on Oct 26, 2017

  1. Create container_quota_scopes table

    https://kubernetes.io/docs/concepts/policy/resource-quotas/#quota-scopes
    We don't yet store them, but should.
    ContainerQuota has_many (0 or more) container_quota_scopes.
    Each scope is a string (currently enum with 4 possible values).
    
    https://bugzilla.redhat.com/show_bug.cgi?id=1504560
    cben committed Oct 26, 2017
    Configuration menu
    Copy the full SHA
    c8f0a5b View commit details
    Browse the repository at this point in the history