kops/cmd/kops
Kubernetes Submit Queue 3a29d7c3e1
Merge pull request #3722 from justinsb/toolbox_refactor_4_add_gce_ips
Automatic merge from submit-queue.

GCE Dump: Include instance IPs

The challenge here is that we normally only get the instance url.  So we
have to do another call to GCE, but we also don't want to do one call per
instance.

Instead, we create a dump operation context object which we pass into the
dump.
2017-10-30 13:59:11 -07:00
..
util GCE: Use object-level permissions for files in GCS 2017-10-29 19:17:00 -04:00
BUILD.bazel Rename pkg/resources/utils -> pkg/resources/ops 2017-10-29 16:32:48 -04:00
completion.go Simple code updates for 1.8 breakages 2017-10-01 13:17:40 -04:00
create.go More code updates for 1.8 2017-10-01 21:13:00 -04:00
create_cluster.go GCE: Use object-level permissions for files in GCS 2017-10-29 19:17:00 -04:00
create_cluster_integration_test.go More fixes for 1.8 API changes 2017-10-01 23:02:32 -04:00
create_cluster_test.go go fmt fixes and apimachinery run 2017-02-22 09:51:18 -08:00
create_ig.go More code updates for 1.8 2017-10-01 21:13:00 -04:00
create_secret.go Simple code updates for 1.8 breakages 2017-10-01 13:17:40 -04:00
create_secret_dockerconfig.go Simple code updates for 1.8 breakages 2017-10-01 13:17:40 -04:00
create_secret_encryptionconfig.go Simple code updates for 1.8 breakages 2017-10-01 13:17:40 -04:00
create_secret_sshpublickey.go Simple code updates for 1.8 breakages 2017-10-01 13:17:40 -04:00
create_secret_tls.go fixing more headers 2016-10-15 19:20:56 -06:00
createcluster_test.go Add --master-count flag, to make it easy to run masters in the same AZ 2017-01-31 01:11:06 -05:00
delete.go More code updates for 1.8 2017-10-01 21:13:00 -04:00
delete_cluster.go Rename pkg/resources/utils -> pkg/resources/ops 2017-10-29 16:32:48 -04:00
delete_confirm_test.go Assign unused test variable to _ 2017-08-25 14:29:50 -07:00
delete_instancegroup.go Simple code updates for 1.8 breakages 2017-10-01 13:17:40 -04:00
delete_secret.go Simple code updates for 1.8 breakages 2017-10-01 13:17:40 -04:00
describe.go Simple code updates for 1.8 breakages 2017-10-01 13:17:40 -04:00
describe_secrets.go Simple code updates for 1.8 breakages 2017-10-01 13:17:40 -04:00
edit.go Simple code updates for 1.8 breakages 2017-10-01 13:17:40 -04:00
edit_cluster.go GCE: Use object-level permissions for files in GCS 2017-10-29 19:17:00 -04:00
edit_federation.go More code updates for 1.8 2017-10-01 21:13:00 -04:00
edit_instancegroup.go More code updates for 1.8 2017-10-01 21:13:00 -04:00
editor.go fixing more headers 2016-10-15 19:20:56 -06:00
export.go Simple code updates for 1.8 breakages 2017-10-01 13:17:40 -04:00
export_kubecfg.go Simple code updates for 1.8 breakages 2017-10-01 13:17:40 -04:00
gen_help_docs.go Try adding header to generated CLI docs 2017-07-15 13:14:21 -04:00
get.go `kops get ...` should exit with non-zero if the resource don't exist 2017-10-11 16:11:16 -07:00
get_cluster.go `kops get ...` should exit with non-zero if the resource don't exist 2017-10-11 16:11:16 -07:00
get_federation.go `kops get ...` should exit with non-zero if the resource don't exist 2017-10-11 16:11:16 -07:00
get_instancegroups.go `kops get ...` should exit with non-zero if the resource don't exist 2017-10-11 16:11:16 -07:00
get_secrets.go `kops get ...` should exit with non-zero if the resource don't exist 2017-10-11 16:11:16 -07:00
import.go Simple code updates for 1.8 breakages 2017-10-01 13:17:40 -04:00
import_cluster.go Support generated clientset as alternative to vfs clientset 2017-06-20 22:29:37 -04:00
integration_test.go network and security tests are working 2017-10-26 13:17:34 -06:00
main.go Revert "Revert "Load protokube from http/https"" 2017-01-04 09:32:24 -08:00
pkix.go fixing more headers 2016-10-15 19:20:56 -06:00
replace.go More code updates for 1.8 2017-10-01 21:13:00 -04:00
rollingupdate.go Work on cli documentation 2017-05-07 21:03:29 -06:00
rollingupdatecluster.go API types changed package 2017-10-01 14:03:56 -04:00
root.go More fixes for 1.8 API changes 2017-10-01 23:02:32 -04:00
status_discovery.go Add function to get etcd status 2017-09-22 23:27:26 -04:00
toolbox.go Simple code updates for 1.8 breakages 2017-10-01 13:17:40 -04:00
toolbox_convert_imported.go Simple code updates for 1.8 breakages 2017-10-01 13:17:40 -04:00
toolbox_dump.go GCE Dump: Include instance IPs 2017-10-29 23:22:40 -04:00
toolbox_template.go Kops Templating 2017-10-30 12:05:11 +00:00
update.go Simple code updates for 1.8 breakages 2017-10-01 13:17:40 -04:00
update_cluster.go Refactoring IAM phase to Security Phase 2017-10-26 12:28:50 -06:00
update_federation.go Simple code updates for 1.8 breakages 2017-10-01 13:17:40 -04:00
upgrade.go Simple code updates for 1.8 breakages 2017-10-01 13:17:40 -04:00
upgrade_cluster.go Mirror keystore & secretstore 2017-09-24 00:09:02 -04:00
validate.go Simple code updates for 1.8 breakages 2017-10-01 13:17:40 -04:00
validate_cluster.go API types changed package 2017-10-01 14:03:56 -04:00
version.go Simple code updates for 1.8 breakages 2017-10-01 13:17:40 -04:00