Yang Li
3d0c961d57
Fix some golint errors for packages in `pkg/kubectl`
...
- Fix some golint errors for `pkg/kubectl`
- Fix a golint error for `pkg/kubectl/apps`
- Fix all golint errors for `pkg/kubectl/cmd`
- Fix some golint errors for `pkg/kubectl/generate/versioned`
- Fix a golint error for `pkg/kubectl/generate`
- Fix some golint errors for `pkg/kubectl/metricsutil`
- Fix all golint errors for `pkg/kubectl/util`
- Fix all golint errors for `pkg/kubectl/util/slice`
2018-11-02 11:55:40 +08:00
Sean Sullivan
d91c82a30d
Move validation dependency from pkg/apis/core/validation to staging
2018-08-09 15:52:59 -07:00
David Eads
8b20ee1d4e
remove internal factory client
2018-08-03 07:47:05 -04:00
Frederic Branczyk
b1448adb59
kubectl: Use metrics-server for kubectl top commands
2018-01-22 21:45:06 +01:00
Dr. Stefan Schimanski
012b085ac8
pkg/apis/core: mechanical import fixes in dependencies
2017-11-09 12:14:08 +01:00
zhengjiajin
2862fcc688
remove dependency from kubectl/metricsutil
2017-10-31 16:16:07 +08:00
Di Xu
279065aa6c
pass labelSelector to server side opaquely
2017-09-30 14:54:27 +08:00
Chao Xu
d9c2fbbf23
rely on staging/metrics instead of on
...
vendor/k8s.io/heapster/metrics/apis/metrics/v1alpha1
fix some related imports
2017-05-15 13:50:49 -07:00
Clayton Coleman
469df12038
refactor: move ListOptions references to metav1
2017-01-23 17:52:46 -05:00
deads2k
6a4d5cd7cc
start the apimachinery repo
2017-01-11 09:09:48 -05:00
Pengfei Ni
f584ed4398
Fix package aliases to follow golang convention
2016-11-30 15:40:50 +08:00
Clayton Coleman
35a6bfbcee
generated: refactor
2016-11-23 22:30:47 -06:00
Chao Xu
850729bfaf
include multiple versions in clientset
...
update client-gen to use the term "internalversion" rather than "unversioned";
leave internal one unqualified;
cleanup client-gen
2016-10-29 13:30:47 -07:00
deads2k
519c13745f
convert rest of kubectl to generated clients
2016-09-12 08:22:34 -04:00
mksalawa
87cba30aae
Print message if metrics are not yet available.
2016-08-31 11:54:53 +02:00
mksalawa
f4016bef7a
Use heapster handler for pods from all namespaces.
2016-08-25 09:08:31 +02:00
mksalawa
2833119a15
Use List objects for metrics in kubectl top and HPA
2016-08-19 17:26:50 +02:00
mksalawa
566af82be3
Add percentage of used resources to node metrics.
2016-08-19 13:35:39 +02:00
mksalawa
5df9fe684d
Implement kubectl top command with subcommands.
2016-08-11 17:25:18 +02:00