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

Introduce types and clients for Metrics APIs #2

Merged
merged 5 commits into from
Feb 22, 2017

Commits on Feb 22, 2017

  1. [custom-metrics] Custom Metrics API types

    This commit includes non-generated custom metrics API types.
    DirectXMan12 committed Feb 22, 2017
    Configuration menu
    Copy the full SHA
    476a064 View commit details
    Browse the repository at this point in the history
  2. [custom-metrics] Generated files

    This commit updates the generated files for the custom metrics API.
    DirectXMan12 committed Feb 22, 2017
    Configuration menu
    Copy the full SHA
    74f03ef View commit details
    Browse the repository at this point in the history
  3. [custom-metrics] Introduce Client

    This commit introduces the client for the custom metrics API.  The
    API is written by hand, since the structure of the custom metrics API
    does not lend itself to auto-generation.
    DirectXMan12 committed Feb 22, 2017
    Configuration menu
    Copy the full SHA
    1bdab6f View commit details
    Browse the repository at this point in the history
  4. [metrics] Import API types

    This commit imports the resource metrics API types from Heapster.
    The generated conversions and clients are in a separate commit.
    DirectXMan12 committed Feb 22, 2017
    Configuration menu
    Copy the full SHA
    18bf4d1 View commit details
    Browse the repository at this point in the history
  5. [metrics] Generated Code

    This commit checks in the generated code (clientsets, informers,
    listers, deepcopy, conversion, etc) that go with the resource metrics
    API types.
    DirectXMan12 committed Feb 22, 2017
    Configuration menu
    Copy the full SHA
    5fc9906 View commit details
    Browse the repository at this point in the history