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

KEP 4382: add semantic model for dynamic resource allocation with simple counter #4385

Closed
wants to merge 2 commits into from

Commits on Jan 5, 2024

  1. Configuration menu
    Copy the full SHA
    82c8321 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2024

  1. KEP 4382: adapt to recent "semantic parameters" changes

    The types no longer get encoded/decoded based on their builtin TypeMeta, so
    that can be removed. Having a separate Parameters type is cleaner and avoids
    exposing fields like ObjectMeta which make no sense when requesting capacity.
    pohly committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    2dd2d7b View commit details
    Browse the repository at this point in the history