caiweidong
bdfd420c6d
Bugfix: kubectl shows last<invalid> if pv, pod, pvc is terminating
...
fix describe ut
2019-03-05 14:03:34 +08:00
Jordan Liggitt
d1e865ee34
Update client callers to use explicit versions
2019-02-26 08:36:30 -05:00
Kubernetes Prow Robot
3afa003126
Merge pull request #73555 from bsalamat/priority_to_ga
...
Graduate PriorityClass API to GA
2019-02-22 16:14:49 -08:00
Bobby (Babak) Salamat
453498fe2c
Graduate PriorityClass to GA
2019-02-22 10:51:13 -08:00
Jordan Liggitt
f139218ac0
generated files
2019-02-20 23:32:46 -05:00
Jordan Liggitt
8c28d3f63c
Add networking.k8s.io/v1beta1 Ingress
2019-02-20 16:41:14 -05:00
gaorong
5efbdb02bf
fix kubectl describe static pod cann't get event messages
2019-02-16 13:01:06 +08:00
Kubernetes Prow Robot
a92729a301
Merge pull request #64820 from WanLinghao/ctl_selfsubjectrulesreview_support
...
Add `kubectl auth can-i --list` option which could help users know what actions they can do in specific namespace
2019-02-12 23:22:23 -08:00
Kubernetes Prow Robot
a3f74bd583
Merge pull request #72872 from arjunrn/object-average-value
...
Added functionality for specifying target average value for object me…
2019-02-01 06:31:50 -08:00
Arjun Naik
c99d505001
Added functionality to use target average value for object metrics
...
Signed-off-by: Arjun Naik <arjun.rn@gmail.com>
2019-01-23 21:00:05 +01:00
WanLinghao
d4f5228b81
Add `kubectl auth can-i --list` option which could help users know what actions they can do in specific namespace.
2019-01-19 15:58:44 +08:00
Kubernetes Prow Robot
9cc39a5614
Merge pull request #69279 from dtaniwaki/print-size-limit
...
Print SizeLimit of EmptyDir
2019-01-17 04:06:31 -08:00
Kubernetes Prow Robot
1d8960798b
Merge pull request #72142 from hchenxa/hchenxa
...
only use system namespace when default backend not defined
2019-01-15 07:17:43 -08:00
Thomas Hartland
1bcab05f7d
Dereference number of replicas in describe statefulset
2019-01-10 14:56:18 +01:00
Kubernetes Prow Robot
62e8a1bf40
Merge pull request #71313 from wozniakjan/kubectl/fix_pv_describe_openstack
...
kubectl: fix PV describe output for Cinder
2019-01-04 06:39:45 -08:00
Hui Chen
c06194337c
only use system namespace when default backend not defined
2018-12-18 14:10:16 +08:00
Maciej Szulik
14aa4b8c73
Add failed and successful history limits to cronjob describe
2018-12-07 14:34:54 +01:00
Kubernetes Prow Robot
dde084fc55
Merge pull request #71553 from WanLinghao/token-projected-volume-fix
...
fix a bug in 'kubectl describe'
2018-12-02 22:44:15 -08:00
WanLinghao
a8639e5b93
Before this patch, the projected volume in kubectl describe command looks like:
...
...
Volumes:
kube-api-access-jp24b:
Type: Projected (a volume that contains injected data from multiple sources)
TokenExpirationSeconds: 0xc00071bee0
...
After this patch, it looks like:
...
Volumes:
kube-api-access-jp24b:
Type: Projected (a volume that contains injected data from multiple sources)
TokenExpirationSeconds: 3600
...
2018-11-29 17:06:47 +08:00
Daisuke Taniwaki
deeb4c1403
Print sizeLimit
2018-11-27 12:11:59 +09:00
Jan Wozniak
be8eeaa5e6
kubectl: fix PV describe output for Cinder
2018-11-21 11:11:22 +01:00
Daisuke Taniwaki
49d762d929
Fix SubPath printing
2018-11-17 01:41:44 +09:00
zuoxiu.jm
5ede82cdc7
fixes duplicated describer client
2018-11-16 11:30:05 +08:00
zuoxiu.jm
da9387131e
prune internal clients from kubectl describer
2018-11-16 00:11:10 +08:00
Sean Sullivan
a76b6ee56a
kubectl: remove internalclientset dependency
2018-10-17 10:23:55 -07:00
Clayton Coleman
defd8713ac
Fix govet errors in generators
2018-10-16 12:54:40 -04:00
Clayton Coleman
5e905f1f5f
Move versioned generators into their own package
...
pkg/kubectl has a lot of files. Move everything generator related
into pkg/kubectl/generate (generic) or pkg/kubectl/generate/versioned
(type specific).
Move the DescriberFn and GeneratorFn out of kubectl/cmd/util and into
the respective versioned packages, along with tests.
2018-10-16 12:54:40 -04:00