k3s/pkg/api/v1
Saad Ali 9dbe943491 Attach/Detach Controller Kubelet Changes
This PR contains Kubelet changes to enable attach/detach controller control.
* It introduces a new "enable-controller-attach-detach" kubelet flag to
  enable control by controller. Default enabled.
* It removes all references "SafeToDetach" annoation from controller.
* It adds the new VolumesInUse field to the Node Status API object.
* It modifies the controller to use VolumesInUse instead of SafeToDetach
  annotation to gate detachment.
* There is a bug in node-problem-detector that causes VolumesInUse to
  get reset every 30 seconds. Issue https://github.com/kubernetes/node-problem-detector/issues/9
  opened to fix that.
2016-06-02 16:47:11 -07:00
..
backward_compatibility_test.go update CodecFor for GroupVersion 2015-12-15 10:56:00 -05:00
conversion.go Fix apiservers crashes 2016-05-31 17:26:35 +02:00
conversion_generated.go Attach/Detach Controller Kubelet Changes 2016-06-02 16:47:11 -07:00
conversion_test.go Serialization test should verify encode does not mutate in 2016-05-28 08:53:22 -04:00
deep_copy_generated.go Attach/Detach Controller Kubelet Changes 2016-06-02 16:47:11 -07:00
defaults.go Cleanup the code with new engine-api 2016-04-29 13:34:38 -07:00
defaults_test.go Switch API objects to not register per version codecs 2016-01-22 01:10:21 -05:00
doc.go Switch to new generator 2016-04-11 08:04:45 +02:00
generated.pb.go Attach/Detach Controller Kubelet Changes 2016-06-02 16:47:11 -07:00
generated.proto Attach/Detach Controller Kubelet Changes 2016-06-02 16:47:11 -07:00
register.go Implement a streaming serializer for watch 2016-04-11 11:22:05 -04:00
types.generated.go Attach/Detach Controller Kubelet Changes 2016-06-02 16:47:11 -07:00
types.go Attach/Detach Controller Kubelet Changes 2016-06-02 16:47:11 -07:00
types_swagger_doc_generated.go Attach/Detach Controller Kubelet Changes 2016-06-02 16:47:11 -07:00