k3s/pkg/kubectl
Quan Tian efcca8f357 Fix missing pod name for kubectl attach and exec
The pod name is missing in suggested cmd usage when executing kubectl attach
and exec:
"Defaulting container name to master.
 Use 'kubectl describe pod/ -n default' to see all of the containers in this pod."

The PodName is empty in func Complete as the attached Pod isn't populated yet,
causing suggested cmd usage imcomplete. This patch renders PodName after it is
populated.
2019-05-17 09:58:57 -07:00
..
apply remove unused code 2019-04-19 08:36:31 -04:00
apps fix golint failures of pkg/kubectl/apps 2019-04-17 19:37:35 +08:00
cmd Fix missing pod name for kubectl attach and exec 2019-05-17 09:58:57 -07:00
describe Merge pull request #77617 from cmluciano/cml/extensiontonetworking 2019-05-10 17:56:12 -07:00
drain Update client callers to use explicit versions 2019-02-26 08:36:30 -05:00
explain Use constant blocks to define constants in pkg/kubectl 2019-04-11 12:16:29 -04:00
generate generated files 2019-04-05 14:30:52 -07:00
generated Remove 404 link in kubectl help information 2019-03-01 18:17:08 +08:00
metricsutil Fix some golint errors for packages in `pkg/kubectl` 2018-11-02 11:55:40 +08:00
polymorphichelpers Merge pull request #77423 from apelisse/rollout-restart-other-workloads 2019-05-16 16:27:06 -07:00
proxy delete unused code in proxy_server.go 2019-02-18 13:20:58 +08:00
scheme API server should offer metav1 Table/Partial transforms 2019-05-10 15:29:07 -04:00
util fix golint failures of pkg/apis/scheduling pkg/apis/storage/util pkg/apis/storage/v1/util pkg/apis/storage/v1beta1/util 2019-05-03 15:54:24 +08:00
validation
version kubectl: removes pkg/version dependency 2019-03-28 16:08:34 -07:00
.import-restrictions Remove unnecessary prefixes from various .import-restrictions files 2019-02-11 16:47:28 -05:00
BUILD This commit does two things in pkg package: 2019-04-09 10:56:35 +08:00
OWNERS Updated OWNERS files to include link to docs 2019-02-04 22:33:12 +01:00
apply.go Fix some golint errors for packages in `pkg/kubectl` 2018-11-02 11:55:40 +08:00
conditions.go
doc.go
history.go prune internal clients from kubectl describer 2018-11-16 00:11:10 +08:00
history_test.go
interfaces.go
rollback.go update deployment, daemonset, replicaset, statefulset to apps/v1 2018-12-19 10:46:45 -05:00
rollback_test.go Switch kubectl rollout to directly rolling back deployments 2018-10-26 23:48:44 -04:00
rolling_updater.go This commit does two things in pkg package: 2019-04-09 10:56:35 +08:00
rolling_updater_test.go Update client callers to use explicit versions 2019-02-26 08:36:30 -05:00
rollout_status.go kubectl: copy deployment util dependency into kubectl 2018-10-18 12:02:39 -07:00
rollout_status_test.go
scale.go make kubectl scale work without a GET if a precodition isn't requested 2019-03-08 14:47:12 -05:00
scale_test.go