1. 29 Jul, 2016 8 commits
    • Harry Zhang's avatar
      Rename runnter pkg name · e0ab7601
      Harry Zhang authored
      e0ab7601
    • Harry Zhang's avatar
      Move rlimit to it's own pkg · 94c6994a
      Harry Zhang authored
      94c6994a
    • harry zhang's avatar
      Refactoring runner · b7a387c8
      harry zhang authored
      b7a387c8
    • Harry Zhang's avatar
      Move linedelimiter to it's own pkg · 15d0f5cf
      Harry Zhang authored
      Refactoring resource container
      15d0f5cf
    • k8s-merge-robot's avatar
      Merge pull request #29532 from anish/iscsi_iface · 15c0c2c9
      k8s-merge-robot authored
      Automatic merge from submit-queue
      
      Check iscsi iface file for transport name
      
      When checking for tcp vs hardware transports, check actual iscsi iface file to see if we are using tcp as a transport, rather than relying on just the transport name of 'default'.
      
      This fixes the open-iscsi software iscsi initiator for non-default interfaces.
      fixes #27131
      15c0c2c9
    • k8s-merge-robot's avatar
      Merge pull request #29737 from andreykurilin/fix_kubectl_help_cmd · 96996985
      k8s-merge-robot authored
      Automatic merge from submit-queue
      
      Fix kubectl help command
      
      PR 48d47b10 broke `kubectl help` command due
      to wrong check `help for help cmd` .
      
      Fixes #29736
      96996985
    • k8s-merge-robot's avatar
      Merge pull request #29468 from caesarxuchao/no-omitempty-listitems · 306678f9
      k8s-merge-robot authored
      Automatic merge from submit-queue
      
      remove the omitempty tag from CertificateSigningRequestList.Items
      
      As a general rule, `Items` should be a required field in all lists. In a followup PR, I'll update the api-convention.md and add a check in the schema registration path to enforce the rule. I need to fix this bug to unblock other work.
      
      @kubernetes/api-review-team cc @bgrant0607-cc 
      306678f9
    • k8s-merge-robot's avatar
      Merge pull request #29553 from yujuhong/docker-shim · 7aa592bf
      k8s-merge-robot authored
      Automatic merge from submit-queue
      
      Add a docker-shim package
      
      Add a new docker integration with kubelet using the new runtime API.
      This change adds the package with the skeleton and implements some of the basic operations.
      
      
      This PR only implements a small sets of functions. The rest of the functions will be implemented
      in the followup PRs to keep the changes readable, and the reviewers sane.
      
      Note: The first commit is from #28396, only the second commit is for review. 
      
      /cc @kubernetes/sig-node @feiskyer @Random-Liu 
      7aa592bf
  2. 28 Jul, 2016 32 commits