k3s/pkg/controller
Walter Fender f3f46d5f5a Moving the cloudprovider interface to staging.
Individual implementations are not yet being moved.
Fixed all dependencies which call the interface.
Fixed golint exceptions to reflect the move.
Added project info as per @dims and
https://github.com/kubernetes/kubernetes-template-project.
Added dims to the security contacts.
Fixed minor issues.
Added missing template files.
Copied ControllerClientBuilder interface to cp.
This allows us to break the only dependency on K8s/K8s.
Added TODO to ControllerClientBuilder.
Fixed GoDeps.
Factored in feedback from JustinSB.
2018-10-04 14:41:20 -07:00
..
apis/config autogenerated bazel 2018-09-06 15:03:44 +03:00
bootstrap Moved staging/src/k8s.io/client-go/tools/bootstrap to staging/src/k8s.io/cluster-bootstrap 2018-10-02 09:46:13 -07:00
certificates UT case of certificate_controller 2018-07-14 16:40:08 +08:00
cloud Moving the cloudprovider interface to staging. 2018-10-04 14:41:20 -07:00
clusterroleaggregation Run hack/update-bazel.sh 2018-06-22 16:22:57 -07:00
cronjob Add Labels to various OWNERS files 2018-08-21 13:59:08 -04:00
daemon Merge pull request #67914 from Huang-Wei/inconsistent-dscontroller-comment 2018-09-24 17:16:50 -07:00
deployment kubelet: Make service environment variables optional 2018-09-17 16:27:36 -04:00
disruption Add Labels to various OWNERS files 2018-08-21 13:59:08 -04:00
endpoint K8s SCTP support implementation for the first pull request 2018-08-27 05:56:27 +00:00
garbagecollector fix typo 2018-09-29 18:20:01 +08:00
history Merge pull request #67485 from linyouchong/pr-0816 2018-08-21 21:10:05 -07:00
job Merge pull request #66085 from liggitt/updatejob 2018-08-27 17:40:54 -07:00
namespace Add sig/api-machinery label to apimachinery OWNERS files 2018-08-20 18:46:47 +05:30
nodeipam Moving the cloudprovider interface to staging. 2018-10-04 14:41:20 -07:00
nodelifecycle Moving the cloudprovider interface to staging. 2018-10-04 14:41:20 -07:00
podautoscaler HPA stabilizes initial recommendation 2018-09-19 14:54:55 +02:00
podgc add ns info for pod in log 2018-08-01 16:25:34 +08:00
replicaset cleanup: remove unused options for rs controller 2018-08-31 19:00:59 +08:00
replication Add Labels to various OWNERS files 2018-08-21 13:59:08 -04:00
resourcequota prune flipping int/ext conversion for quota controller 2018-08-27 21:49:26 +08:00
route Moving the cloudprovider interface to staging. 2018-10-04 14:41:20 -07:00
service Moving the cloudprovider interface to staging. 2018-10-04 14:41:20 -07:00
serviceaccount Run hack/update-bazel.sh 2018-06-22 16:22:57 -07:00
statefulset Add Labels to various OWNERS files 2018-08-21 13:59:08 -04:00
testutil Merge pull request #65052 from dbdd4us/master 2018-07-11 22:25:03 -07:00
ttl Run hack/update-bazel.sh 2018-06-22 16:22:57 -07:00
ttlafterfinished Add TTL GC controller 2018-09-04 13:11:18 -07:00
util/node Moving the cloudprovider interface to staging. 2018-10-04 14:41:20 -07:00
volume Moving the cloudprovider interface to staging. 2018-10-04 14:41:20 -07:00
.import-restrictions
BUILD Add TTL GC controller 2018-09-04 13:11:18 -07:00
OWNERS
client_builder.go Moving the cloudprovider interface to staging. 2018-10-04 14:41:20 -07:00
controller_ref_manager.go Use apps/v1 in Deployment controller. 2018-05-22 13:42:10 -07:00
controller_ref_manager_test.go Use apps/v1 in Deployment controller. 2018-05-22 13:42:10 -07:00
controller_utils.go controller expectations for deletion can be met by 404 2018-08-24 09:03:51 -04:00
controller_utils_test.go controller expectations for deletion can be met by 404 2018-08-24 09:03:51 -04:00
doc.go
lookup_cache.go