k3s/pkg/controller
Jing Xu 3d3e44e77e fix issue in converting aws volume id from mount paths
This PR is to fix the issue in converting aws volume id from mount
paths. Currently there are three aws volume id formats supported. The
following lists example of those three formats and their corresponding
global mount paths:
1. aws:///vol-123456
(/var/lib/kubelet/plugins/kubernetes.io/aws-ebs/mounts/aws/vol-123456)
2. aws://us-east-1/vol-123456
(/var/lib/kubelet/plugins/kubernetes.io/mounts/aws/us-est-1/vol-123455)
3. vol-123456
(/var/lib/kubelet/plugins/kubernetes.io/mounts/aws/us-est-1/vol-123455)

For the first two cases, we need to check the mount path and convert
them back to the original format.
2016-11-16 22:35:48 -08:00
..
certificates include multiple versions in clientset 2016-10-29 13:30:47 -07:00
cronjob Change ScheduledJob POD name suffix from hash to Unix Epoch 2016-11-15 17:25:32 +01:00
daemon Merge pull request #35465 from lukaszo/ds_event 2016-11-07 18:18:05 -08:00
deployment Merge pull request #36579 from kargakis/restore-events-for-tests 2016-11-11 15:50:31 -08:00
disruption Add observedGeneration to PodDisruptionBudgetStatus 2016-11-08 17:06:17 +01:00
endpoint Rename PetSet API to StatefulSet 2016-10-27 17:25:10 -07:00
garbagecollector Replace negotiation with a new method that can extract info 2016-10-28 11:30:11 -04:00
informers Switch to JobLister 2016-11-03 20:41:40 -04:00
job Switch to JobLister 2016-11-03 20:41:40 -04:00
namespace Fix possible race in operationNotSupportedCache 2016-11-04 14:11:54 -04:00
node Update bazel 2016-11-03 13:47:09 -07:00
petset implement statefulset update pet unit test 2016-11-05 19:47:01 +08:00
podautoscaler More unittests for HPA. 2016-11-10 17:30:23 +01:00
podgc addressing comments. 2016-10-27 13:30:04 -07:00
replicaset Replica set/rc controller changes for Conditions 2016-11-02 10:30:09 +01:00
replication Replica set/rc controller changes for Conditions 2016-11-02 10:30:09 +01:00
resourcequota Use available informers in quota replenishment 2016-11-06 18:45:36 -05:00
route autogenerated 2016-10-21 17:32:32 -07:00
service include multiple versions in clientset 2016-10-29 13:30:47 -07:00
serviceaccount convert SA controller to shared informers 2016-10-27 15:44:46 -04:00
volume fix issue in converting aws volume id from mount paths 2016-11-16 22:35:48 -08:00
.import-restrictions add import restrictions 2016-10-13 16:10:24 -07:00
BUILD include multiple versions in clientset 2016-10-29 13:30:47 -07:00
OWNERS
client_builder.go move watch.ListWatchUntil to its own package to avoid future import cycle 2016-10-30 13:14:20 -07:00
controller_ref_manager.go fix tests; convert IsPodActive to operate on *Pod 2016-08-17 13:05:37 -07:00
controller_utils.go controller: support perma-failed deployments 2016-11-04 13:36:46 +01:00
controller_utils_test.go remove testapi.Default.GroupVersion 2016-10-07 10:10:54 -04:00
doc.go
lookup_cache.go