Sean Sullivan
c32921672f
Update BUILD files
2019-06-27 10:06:54 -07:00
Sean Sullivan
e3a74bafc8
Update imports for the files moved to staging
2019-06-27 09:53:13 -07:00
Sean Sullivan
85e83512b0
Updated BUILD dependency to use staging
2019-06-26 14:53:06 -07:00
Sally O'Malley
c4cb265e5c
Updates to dependencies including go.mod, go.sum, and BUILD files
2019-06-26 15:59:30 -04:00
Sally O'Malley
7e253e1d0e
Move pkg/kubectl/util/resource to staging
2019-06-26 15:59:30 -04:00
Sally O'Malley
7ac89bfe4c
Updates to dependencies including go.mod, go.sum, and BUILD files
2019-06-26 08:51:27 -04:00
Sally O'Malley
acd3b91f9e
Move pkg/kubectl/util/qos to staging
2019-06-26 08:51:27 -04:00
Peter Swica
d8362f7508
Moving pkg/kubectl/util/storage to staging
2019-06-26 00:11:16 -04:00
Sean Sullivan
949060dac0
Dependency changes
2019-06-25 15:22:20 -07:00
Sean Sullivan
f7a443f316
Update imports after moving util/event to staging
2019-06-25 14:57:00 -07:00
Mike Dame
76d7f58c06
update vendor
2019-06-25 15:28:52 -04:00
Mike Dame
a507ca338a
Move pkg/util/rbac to staging and update refs
2019-06-25 15:25:23 -04:00
Sean Sullivan
2c536a2c33
Updates to dependencies including go.mod, go.sum, and BUILD files
2019-06-24 12:36:33 -07:00
Sean Sullivan
11c5bd1b2f
Updated imports for util/deployment
2019-06-24 12:32:59 -07:00
Vladimir Vivien
8e0cf65310
Enforce pod security policy for CSI inline
2019-05-29 15:38:21 -04:00
Kubernetes Prow Robot
33f44a29b8
Merge pull request #77617 from cmluciano/cml/extensiontonetworking
...
ingress: migrate extensions.Ingress to networking.Ingress
2019-05-10 17:56:12 -07:00
Christopher M. Luciano
d9e4933da3
ingress: migrate extensions.Ingress to networking.Ingress
...
This is a find/replace within my editor. I made the import
networkingv1beta1 so that it will be easier to replace for
the future v1 migration.
Signed-off-by: Christopher M. Luciano <cmluciano@us.ibm.com >
2019-05-10 13:18:53 -04:00
Daniel (Shijun) Qian
5268f69405
fix duplicated imports of k8s code ( #77484 )
...
* fix duplicated imports of api/core/v1
* fix duplicated imports of client-go/kubernetes
* fix duplicated imports of rest code
* change import name to more reasonable
2019-05-08 10:12:47 -07:00
danielqsj
7e4dbbac40
Fix describe error of Successful Job History Limit
2019-05-03 00:20:42 +08:00
caiweidong
653708b836
fix duplicated pod priorityClassName
2019-04-22 21:34:04 +08:00
Kubernetes Prow Robot
29163600fe
Merge pull request #76796 from dims/remove-unused-methods
...
Remove unused code
2019-04-19 11:09:55 -07:00
Davanum Srinivas
7b8c9acc09
remove unused code
...
Change-Id: If821920ec8872e326b7d85437ad8d2620807799d
2019-04-19 08:36:31 -04:00
caiweidong
31f751c9f6
Kubectl describe xxx suport PriorityClassName
2019-04-19 01:08:08 +08:00
WanLinghao
d0138ca3fe
This commit does two things in pkg package:
...
1. Remove unused ptr functions.
2. Replace ptr functions with k8s.io/utils/pointer
2019-04-09 10:56:35 +08:00
Bobby (Babak) Salamat
16a7cbd320
generated files
2019-04-05 14:30:52 -07:00
Bobby (Babak) Salamat
8574e3e3f4
Use Scheduling V1 API instead of Scheduling v1beta1
2019-04-05 14:21:45 -07:00
Kubernetes Prow Robot
483cd0db09
Merge pull request #75483 from gsadhani/describe-output-fix
...
Skip smart label in kubectl describe if field has special chars
2019-04-01 04:54:33 -07:00
Kubernetes Prow Robot
30165e40dd
Merge pull request #75863 from cwdsuzhou/optimize-describe-pvc-organization
...
Optimize describe pvc output organization
2019-03-29 11:49:03 -07:00
Girish Sadhani
029582d339
Skip smart label in kubectl describe if field has special chars
...
Attempts to create smart label for fields containing special chanracter ends
up looking very odd. This change skips creating smart labels for fields
containing special characters other than '-'.
2019-03-29 23:00:08 +05:30
caiweidong
732ef847e8
Optimize descrive pvc output organization
2019-03-29 11:29:09 +08:00
Kubernetes Prow Robot
194114e45e
Merge pull request #75513 from cwdsuzhou/fix-incline-csivolume
...
Kubectl: support inline csi volume
2019-03-27 18:40:57 -07:00
caiweidong
af5d6518ff
Kubectl: support inline csi volume
2019-03-20 23:56:25 +08:00
Bruce Ma
814e1ca73f
make describers of different versions work properly when autoscaling/v2beta2 is not supported
2019-03-08 20:29:49 +08:00
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