kops/cmd/kops
Peter Rifel 958db43bb8
./hack/update-expected.sh
2021-10-23 18:01:44 -06:00
..
test Replace template text with something that builde the entire context 2020-12-16 22:18:58 +01:00
util Support authentication helper for kubectl 2020-08-30 15:16:20 -04:00
BUILD.bazel Support zone completion 2021-09-20 09:53:33 -04:00
create.go Simplify AddSSHPublicKey() interface 2021-07-24 08:59:57 -07:00
create_cluster.go Fix list of supported cloud providers in CLI docs 2021-09-22 20:49:28 -05:00
create_cluster_integration_test.go tests: create-cluster integration tests should validate additional objects 2021-09-06 14:45:40 -04:00
create_cluster_test.go Remove unnecessary code 2018-11-08 12:40:13 -05:00
create_instancegroup.go Remove need for rootCommand to implement Factory 2021-07-28 20:21:53 -07:00
create_keypair.go Remove need for rootCommand to implement Factory 2021-07-28 20:21:53 -07:00
create_secret.go Clean up "create secret weavepassword" 2021-07-27 19:05:39 -07:00
create_secret_ciliumpassword.go Remove need for rootCommand to implement Factory 2021-07-28 20:21:53 -07:00
create_secret_dockerconfig.go Remove need for rootCommand to implement Factory 2021-07-28 20:21:53 -07:00
create_secret_encryptionconfig.go Remove need for rootCommand to implement Factory 2021-07-28 20:21:53 -07:00
create_secret_weavepassword.go Remove need for rootCommand to implement Factory 2021-07-28 20:21:53 -07:00
create_sshpublickey.go Remove need for rootCommand to implement Factory 2021-07-28 20:21:53 -07:00
delete.go Add completion for "kops delete secret" 2021-07-27 21:32:05 -07:00
delete_cluster.go Remove need for rootCommand to implement Factory 2021-07-28 20:21:53 -07:00
delete_confirm_test.go Update copyright notices 2019-09-09 14:47:51 -04:00
delete_instance.go Remove need for rootCommand to implement Factory 2021-07-28 20:21:53 -07:00
delete_instancegroup.go Remove need for rootCommand to implement Factory 2021-07-28 20:21:53 -07:00
delete_secret.go Remove need for rootCommand to implement Factory 2021-07-28 20:21:53 -07:00
delete_sshpublickey.go Remove need for rootCommand to implement Factory 2021-07-28 20:21:53 -07:00
distrust.go Implement completion for "kops distrust keypair" 2021-06-30 21:25:47 -07:00
distrust_keypair.go Remove need for rootCommand to implement Factory 2021-07-28 20:21:53 -07:00
edit.go Clean up "kops edit" 2021-07-11 22:07:02 -07:00
edit_cluster.go Remove need for rootCommand to implement Factory 2021-07-28 20:21:53 -07:00
edit_instancegroup.go Remove need for rootCommand to implement Factory 2021-07-28 20:21:53 -07:00
export.go Implement completion for "kops export kubeconfig" 2021-07-13 07:32:08 -07:00
export_kubeconfig.go Remove need for rootCommand to implement Factory 2021-07-28 20:21:53 -07:00
gen_cli_docs.go Clean up gen-cli-docs 2021-07-13 13:00:26 -07:00
get.go Remove need for rootCommand to implement Factory 2021-07-28 20:21:53 -07:00
get_assets.go Remove need for rootCommand to implement Factory 2021-07-28 20:21:53 -07:00
get_cluster.go Fix cluster list action 2021-07-30 13:53:55 +00:00
get_instancegroups.go Remove need for rootCommand to implement Factory 2021-07-28 20:21:53 -07:00
get_instances.go Add support for YAML/JSON output to 'kops get instances' 2021-09-30 11:25:00 +02:00
get_keypairs.go Remove need for rootCommand to implement Factory 2021-07-28 20:21:53 -07:00
get_secrets.go Remove need for rootCommand to implement Factory 2021-07-28 20:21:53 -07:00
get_sshpublickeys.go Remove need for rootCommand to implement Factory 2021-07-28 20:21:53 -07:00
integration_test.go ./hack/update-expected.sh 2021-10-23 18:01:44 -06:00
lifecycle_integration_test.go Lengthen NTH integration test cluster name 2021-09-29 19:10:04 -05:00
main.go Remove redundant printing of error message 2021-07-28 20:21:53 -07:00
promote.go Implement completion for "kops promote keypair" 2021-06-29 19:47:05 -07:00
promote_keypair.go Remove need for rootCommand to implement Factory 2021-07-28 20:21:53 -07:00
replace.go Simplify AddSSHPublicKey() interface 2021-07-24 08:59:57 -07:00
rolling-update.go Rename for consistency 2021-07-28 20:21:54 -07:00
rolling-update_cluster.go Rename for consistency 2021-07-28 20:21:54 -07:00
root.go Correct list of beta cloud providers 2021-08-07 14:02:06 -07:00
toolbox.go Clean up "kops toolbox" 2021-07-14 14:36:36 -07:00
toolbox_dump.go Remove need for rootCommand to implement Factory 2021-07-28 20:21:53 -07:00
toolbox_instance-selector.go Remove need for rootCommand to implement Factory 2021-07-28 20:21:53 -07:00
toolbox_instance-selector_test.go Clean up "kops toolbox instance-selector" 2021-07-14 14:36:37 -07:00
toolbox_template.go Remove need for rootCommand to implement Factory 2021-07-28 20:21:53 -07:00
toolbox_template_test.go Replace template text with something that builde the entire context 2020-12-16 22:18:58 +01:00
trust.go Add "kops trust keypair" command 2021-07-11 10:36:40 -07:00
trust_keypair.go Remove need for rootCommand to implement Factory 2021-07-28 20:21:53 -07:00
update.go Implement completion for "kops update cluster" 2021-07-05 09:18:37 -07:00
update_cluster.go Fix link to addons documentation 2021-09-23 14:47:02 -07:00
upgrade.go Implement completion for "kops upgrade cluster" 2021-07-05 11:26:33 -07:00
upgrade_cluster.go Remove Docker overlayfs upgrade code 2021-10-02 19:01:37 -07:00
validate.go Implement completion for "kops validate cluster" 2021-07-05 11:26:33 -07:00
validate_cluster.go Remove need for rootCommand to implement Factory 2021-07-28 20:21:53 -07:00
version.go Minor Cobra cleanups 2021-07-13 13:00:48 -07:00