Piotr Szczesniak
212b459817
Move internal types of hpa from pkg/apis/extensions to pkg/apis/autoscaling
2016-05-09 09:18:13 +02:00
k8s-merge-robot
41b7b04faf
Merge pull request #24554 from ingvagabund/dhodovska-events-flag-for-describers
...
Automatic merge from submit-queue
Introduce events flag for describers
Printing events for a given object is not always needed. Thus, introducing --show-events=false to ``kubectl describe`` to skip events printing.
Fixes : #24239
2016-05-08 14:41:28 -07:00
k8s-merge-robot
53b3ef2122
Merge pull request #23988 from php-coder/kubectl_describe_multiline_labels
...
Automatic merge from submit-queue
kubectl describe: show multiple labels/annotations on multiple lines
Small UX improvement: when there is more than one label/annotation, it's more readable to see them on the different lines.
Before:
```console
$ kubectl describe svc
Name: s2i-test
Namespace: test2
Labels: app=s2i-test,foo=bar
...
```
After:
```console
$ kubectl describe svc
Name: s2i-test
Namespace: test2
Labels: app=s2i-test
foo=bar
...
```
This change affects output of the labels/annotations in many of the sub-commands of the `kubectl describe`.
PTAL @smarterclayton @kargakis
2016-05-08 12:51:45 -07:00
Jan Chaloupka
dd2c9c578d
Introduce kubectl describe --show-events
...
Introduce DescriberSettings for Describer display options
Introduce --show-events flag and DescriberSettings in Describer methods
Introduce unit-tests
Regenerated kubectl describe docs
Add events flag tests to test-cmd.sh
Signed-off-by: dhodovsk@redhat.com
Signed-off-by: jchaloup@redhat.com
2016-05-06 11:40:11 +02:00
Prashanth Balasubramanian
6bc3052551
PetSet alpha controller
2016-05-04 18:39:17 -07:00
Clayton Coleman
fdb110c859
Fix the rest of the code
2016-04-29 17:12:10 -04:00
Slava Semushin
e83200d322
printLabelsMultilineWithIndent: add more customizable method.
2016-04-28 18:37:41 +02:00
Slava Semushin
72b4b54f28
kubectl describe: show multiple labels/annotations on multiple lines.
...
When there is more than one label/annotation, it's more readable to see
them on the different lines.
2016-04-28 18:37:41 +02:00
Maciej Szulik
a3b4447305
Move internal types of job from pkg/apis/extensions to pkg/apis/batch
2016-04-25 11:03:54 +02:00
k8s-merge-robot
bfc953cd4b
Merge pull request #23890 from pmorie/kubectl-describe-envs
...
Automatic merge from submit-queue
Correctly handle secret and configMap envs in kubectl describe
Fixes #23679
cc @kubernetes/kubectl @jwforres
2016-04-16 17:08:58 -07:00
goltermann
a3104ba96c
Final vet fixes; enabling vet checks in verify scripts.
2016-04-13 13:51:51 -07:00
Paul Morie
9069cbb086
Correctly handle secret and configMap envs in kubectl describe
2016-04-07 14:16:59 -04:00
k8s-merge-robot
f36c44be79
Merge pull request #23279 from kargakis/export-volume-describer
...
Automatic merge from submit-queue
kubectl: enhance podtemplate describer
@kubernetes/kubectl
@smarterclayton for the dc decsriber
2016-03-30 12:53:52 -07:00
Tommy Murphy
4d22c2fd6a
IngressTLS: allow secretName to be blank for SNI routing
2016-03-28 21:25:54 -04:00
Michail Kargakis
8477699055
kubectl: enhance podtemplate describer
2016-03-25 19:56:23 +01:00
Kris
4d404ded1a
Moving adapters to their own packages
2016-03-14 14:22:34 -07:00
Madhusudan.C.S
db48dcf583
ReplicaSetSpec.Template shouldn't be a pointer.
...
PodTemplateSpec should be consistent for all the types in extensions/v1beta1.
See PR #19510 .
2016-03-09 21:24:16 -08:00
Jeff Lowdermilk
8c500a9c31
Merge pull request #22279 from soltysh/describer_none
...
Unifying empty/none/not set values in describer
2016-03-03 11:40:54 -08:00
k8s-merge-robot
7f9ee58550
Merge pull request #22129 from pmorie/kubectl-describe-volumes
...
Auto commit by PR queue bot
2016-03-02 09:10:48 -08:00
k8s-merge-robot
cc19c9fdfa
Merge pull request #21671 from kargakis/add-exposed-ports-in-pod-desc
...
Auto commit by PR queue bot
2016-03-02 06:40:28 -08:00
Maciej Szulik
1b56d79f64
Unifying empty/none/not set values in describer
2016-03-02 13:57:39 +01:00
Kris
e664ef922f
Move restclient to its own package
2016-02-29 12:05:13 -08:00
Michail Kargakis
530dbe4d01
kubectl: add container ports in pod description
2016-02-28 23:33:58 +01:00
k8s-merge-robot
5ecbf4ff4a
Merge pull request #22138 from bgrant0607/bugfix1
...
Auto commit by PR queue bot
2016-02-28 02:00:40 -08:00
Brian Grant
d0dd4f8a93
Restore expectation timeout to 5 minutes. Fix enqueueDeployment. Pass by reference.
...
Make names of ReplicaSets created by Deployment deterministic for idempotence.
Eliminate use of expectations in Deployment controller.
2016-02-28 07:33:07 +00:00
Paul Morie
7a6a4fab97
Add kubectl describe output for downward API volume
2016-02-27 15:40:13 -05:00
derekwaynecarr
01584bfabf
Improve rendering of multiple quotas in namespace; show scopes
2016-02-26 20:34:15 -05:00
Fabio Yeon
97bae1099b
Merge pull request #21661 from AdoHe/describe_container_status_optional
...
make show status in describe.DescribeContainers optional
2016-02-26 15:48:46 -08:00
Fabio Yeon
caf7b9eba7
Merge pull request #21688 from pmorie/kubectl-describe-pod-config
...
Add describe output for ConfigMap volumes
2016-02-26 13:16:49 -08:00
Marcin Wielgus
d174353ec9
Print annotations in HPA describe`
2016-02-26 12:04:19 +01:00
Piotr Szczesniak
3e023411f6
Added events to kubectl describe hpa
2016-02-23 20:44:51 +01:00
Piotr Szczesniak
7f83e07465
Added support for HPA v1 in kubectl describe
2016-02-23 16:50:28 +01:00
Paul Morie
4c61f2ce27
Add describe output for ConfigMap volumes
2016-02-22 12:26:05 -05:00
AdoHe
55823156d7
make show status in describe.DescribeContainers optional
2016-02-22 03:16:34 -05:00
k8s-merge-robot
aee2eb3977
Merge pull request #21434 from erictune/job-ga
...
Auto commit by PR queue bot
2016-02-22 00:12:54 -08:00
k8s-merge-robot
e34a23b289
Merge pull request #21351 from smarterclayton/optional_pod_status
...
Auto commit by PR queue bot
2016-02-21 04:10:19 -08:00
k8s-merge-robot
12383dfa0c
Merge pull request #21341 from smarterclayton/liveness_describer
...
Auto commit by PR queue bot
2016-02-20 23:31:22 -08:00
Eric Tune
b4d454e9d5
Autogenerate.
2016-02-19 09:48:03 -08:00
Eric Tune
bcdbd1c709
Fix Job Reaping
...
Ensure batch.Kind("Job") has a reaper, so that pods are not orphaned.
Check for orphaned pods in test-cmd.sh.
Also provide describer and scaler for batch.Kind("Job").
The scaler, reaper, and describer for extensions can
be reused for batch.
2016-02-19 09:22:05 -08:00
Clayton Coleman
c198367958
Add a liveness and readiness describer to pods
...
Also shorten the Last Termination State label so the page is denser.
2016-02-17 20:07:05 -05:00
laushinka
7ef585be22
Spelling fixes inspired by github.com/client9/misspell
2016-02-18 06:58:05 +07:00
Clayton Coleman
778fb1798b
Don't print reason or message if they are empty on pods
...
For running pods they are typically empty and convey no value. Don't
print images twice.
2016-02-16 23:26:59 -05:00
k8s-merge-robot
66e872227a
Merge pull request #20886 from mqliang/ReplicaSet-kubectl
...
Auto commit by PR queue bot
2016-02-10 06:16:03 -08:00
k8s-merge-robot
cd1b9cc91b
Merge pull request #20880 from janetkuo/fix-describe-deployment
...
Auto commit by PR queue bot
2016-02-10 05:46:23 -08:00
Madhusudan.C.S
e7a9f30936
Address review comments.
2016-02-09 15:50:01 -08:00
mqliang
b5e99be81c
implement kubectl get/describe for ReplicaSet
2016-02-09 13:56:21 +08:00
Madhusudan.C.S
518f08aa7c
Move Deployments to ReplicaSets and switch the Deployment selector to the new LabelSelector.
...
Update the Deployments' API types, defaulting code, conversions, helpers
and validation to use ReplicaSets instead of ReplicationControllers and
LabelSelector instead of map[string]string for selectors.
Also update the Deployment controller, registry, kubectl subcommands,
client listers package and e2e tests to use ReplicaSets and
LabelSelector for Deployments.
2016-02-08 21:27:38 -08:00
Janet Kuo
1b30516094
Fix the incorrect format when describing deployment
2016-02-08 19:13:34 -08:00
Daniel Smith
f973af25fa
Merge pull request #20747 from caesarxuchao/internalclientset
...
rename release_1_2 to internalclientset
2016-02-05 15:49:08 -08:00
Chao Xu
184440f8ef
rename release_1_2 to internalclientset
2016-02-05 14:02:28 -08:00