Skip to content
This repository has been archived by the owner on Aug 14, 2020. It is now read-only.

k8s: bump to v1.3.0 and fix API changes. #635

Merged
merged 2 commits into from
Jul 6, 2016
Merged

Commits on Jul 6, 2016

  1. Configuration menu
    Copy the full SHA
    5c291a7 View commit details
    Browse the repository at this point in the history
  2. types: fix changed Request/Limit return types

    Starting from v1.3.0 resource.ParseQuantity returns values instead of
    pointers. Previously it was the other way around.
    
    This fixes it by taking the address of the returned values of
    Request/Limit.
    s-urbaniak committed Jul 6, 2016
    Configuration menu
    Copy the full SHA
    de6f4f2 View commit details
    Browse the repository at this point in the history