k3s/pkg/kubectl
k8s-merge-robot d64333419c Merge pull request #27749 from dubstack/dubstack-refactor-qos
Automatic merge from submit-queue

[Refactor] QOS to have QOS Class type for QoS classes

This PR adds a QOSClass type and initializes QOSclass constants for the three QoS classes.
It would be good to use this in all future QOS related features. 
This would be good to have for the (Pod level cgroups isolation proposal)[https://github.com/kubernetes/kubernetes/pull/26751] that i am working on aswell.
@vishh PTAL
 
Signed-off-by: Buddha Prakash <buddhap@google.com>
2016-06-26 06:23:23 -07:00
..
cmd Merge pull request #27541 from gitfred/attach-init-con 2016-06-26 00:04:49 -07:00
resource Merge pull request #26686 from metral/fix-get-output 2016-06-11 14:26:31 -07:00
testing It's 2016, yo. 2016-05-13 12:41:40 -07:00
OWNERS Remove bgrant from pkg/OWNERS and pkg/kubectl/OWNERS since he has plenty to do. 2016-06-16 08:21:27 -07:00
apply.go kubectl apply retry stale resource version 2016-06-09 00:14:17 -04:00
autoscale.go Added hpa/v1 generator to kubectl autoscale 2016-06-10 09:26:35 +02:00
bash_comp_utils.go pkg/kubectl: preallocate slice 2016-05-29 02:09:39 -07:00
configmap.go Add kubectl create configmap 2016-02-18 21:24:21 -05:00
configmap_test.go Fix kubectl create secret/configmap to allow = values 2016-05-04 17:14:12 -04:00
custom_column_printer.go Rename RawJSON to Raw in runtime.Unknown and add ContentType & ContentEncoding. 2016-03-16 16:43:58 +01:00
custom_column_printer_test.go
describe.go Refactor qos package 2016-06-24 15:36:04 -07:00
describe_test.go Show events in 'kubectl describe pv' 2016-06-15 14:17:02 +02:00
doc.go
explain.go
generate.go fix expose multi protocols issue 2016-05-12 00:07:07 -04:00
generate_test.go
history.go List RSes once when getting old/new RSes in deployment e2e tests 2016-06-01 14:19:35 -07:00
interfaces.go Move restclient to its own package 2016-02-29 12:05:13 -08:00
kubectl.go pkg/kubectl: preallocate slice 2016-05-29 02:09:39 -07:00
kubectl_test.go Fix kubectl create secret/configmap to allow = values 2016-05-04 17:14:12 -04:00
namespace.go
namespace_test.go release-note-none 2016-05-10 09:55:14 -07:00
proxy_server.go Move restclient to its own package 2016-02-29 12:05:13 -08:00
proxy_server_test.go Uncomment the code that cause by #19254 2016-04-25 23:21:31 +08:00
resource_printer.go swap FIRSTSEEN/LASTSEEN columns in `kubectl get event` 2016-06-16 14:39:41 -04:00
resource_printer_test.go AWS: kubectl get service should print hostnames for LoadBalancer services 2016-06-08 19:29:48 -04:00
rollback.go Stop the users from rolling back a paused deployment in kubectl rollout undo 2016-03-16 15:46:22 -07:00
rolling_updater.go Retry Pod/RC updates in kubectl rolling-update 2016-06-21 16:08:10 -07:00
rolling_updater_test.go Retry Pod/RC updates in kubectl rolling-update 2016-06-21 16:08:10 -07:00
rollout_status.go Add kubectl rollout status 2016-05-10 13:49:39 -07:00
run.go pkg/kubectl: preallocate slice 2016-05-29 02:09:39 -07:00
run_test.go Update use of Quantity in other classes 2016-05-19 08:41:43 -04:00
scale.go Fix the rest of the code 2016-04-29 17:12:10 -04:00
scale_test.go ScheduledJob client 2016-05-21 15:48:40 +02:00
secret.go Add kubectl create configmap 2016-02-18 21:24:21 -05:00
secret_for_docker_registry.go
secret_for_docker_registry_test.go
secret_for_tls.go Add a kubectl create secret tls command 2016-05-16 22:38:56 -07:00
secret_for_tls_test.go Add a kubectl create secret tls command 2016-05-16 22:38:56 -07:00
secret_test.go Fix kubectl create secret/configmap to allow = values 2016-05-04 17:14:12 -04:00
service.go fix expose multi protocols issue 2016-05-12 00:07:07 -04:00
service_test.go fix expose multi protocols issue 2016-05-12 00:07:07 -04:00
serviceaccount.go added 'kubectl create sa' to create serviceaccounts 2016-02-26 10:27:37 -05:00
serviceaccount_test.go added 'kubectl create sa' to create serviceaccounts 2016-02-26 10:27:37 -05:00
sorted_event_list.go
sorted_event_list_test.go
sorted_resource_name_list.go Refactor qos package 2016-06-24 15:36:04 -07:00
sorted_resource_name_list_test.go Show resources in pod descriptions by sorted names. 2016-05-25 23:51:37 +02:00
sorting_printer.go Fix several spelling errors in comments. 2016-06-17 10:41:18 -07:00
sorting_printer_test.go let type struct,array,slice also being considerred when sorting kubectl output 2016-05-02 23:17:18 +08:00
stop.go kubectl: cast scale errors to actual errors when deleting 2016-05-26 10:33:52 +02:00
stop_test.go Fix the rest of the code 2016-04-29 17:12:10 -04:00
version.go
watchloop.go