kops/cmd/kops
Ole Markus With 9eca9c882b Add flag to version showing the kops 'server' version 2022-04-30 15:57:46 +02:00
..
test Replace template text with something that builde the entire context 2020-12-16 22:18:58 +01:00
util Remove bazel files from vendor 2022-04-12 13:29:03 +02:00
create.go addons: support for kopeio-networking addon 2021-12-29 09:16:15 -05:00
create_cluster.go Migrate to registry.k8s.io 2022-03-18 08:47:12 +02:00
create_cluster_integration_test.go Create create_cluster test for karpenter 2021-12-24 09:20:06 +01:00
create_cluster_test.go
create_instancegroup.go Use function to get cloud provider from cluster spec 2022-03-02 21:59:47 -08:00
create_keypair.go Update name of kubernetes-ca keypair in documentation 2021-12-11 20:50:36 -08:00
create_secret.go Run hack/update-gofmt.sh 2021-12-01 22:39:50 +02:00
create_secret_ciliumpassword.go refactor: move from io/ioutil to io and os packages 2021-11-12 15:37:18 +08:00
create_secret_dockerconfig.go refactor: move from io/ioutil to io and os packages 2021-11-12 15:37:18 +08:00
create_secret_encryptionconfig.go refactor: move from io/ioutil to io and os packages 2021-11-12 15:37:18 +08:00
create_secret_weavepassword.go refactor: move from io/ioutil to io and os packages 2021-11-12 15:37:18 +08:00
create_sshpublickey.go refactor: move from io/ioutil to io and os packages 2021-11-12 15:37:18 +08: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 Run hack/update-gofmt.sh 2021-12-01 22:39:50 +02:00
delete_instance.go Remove need for rootCommand to implement Factory 2021-07-28 20:21:53 -07:00
delete_instancegroup.go Run hack/update-gofmt.sh 2021-12-01 22:39:50 +02: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 Run hack/update-gofmt.sh 2021-12-01 22:39:50 +02:00
distrust_keypair.go Update name of kubernetes-ca keypair in documentation 2021-12-11 20:50:36 -08:00
edit.go Clean up "kops edit" 2021-07-11 22:07:02 -07:00
edit_cluster.go Run hack/update-gofmt.sh 2021-12-01 22:39:50 +02:00
edit_instancegroup.go Validate IGs more strictly after defaults have applied 2021-12-20 10:03:04 +01:00
export.go Run hack/update-gofmt.sh 2021-12-01 22:39:50 +02: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 Minor fix for json response to keep it consistent for single or multiple clusters 2022-02-07 23:59:13 +05:30
get_addons.go kops get should print additional objects, if they are present 2021-11-05 08:11:31 -04:00
get_assets.go Remove need for rootCommand to implement Factory 2021-07-28 20:21:53 -07:00
get_cluster.go Use function to get cloud provider from cluster spec 2022-03-02 21:59:47 -08:00
get_instancegroups.go Minor fix for json response to keep it consistent for single or multiple clusters 2022-02-07 23:59:13 +05:30
get_instances.go Don't try to add node name to instances without node object 2022-01-15 08:04:53 +01:00
get_keypairs.go Update name of kubernetes-ca keypair in documentation 2021-12-11 20:50:36 -08:00
get_secrets.go Remove need for rootCommand to implement Factory 2021-07-28 20:21:53 -07:00
get_sshpublickeys.go Do not return a '-1' exit if no keys found and json/yaml output 2022-03-17 10:06:22 +01:00
integration_test.go Enable internal load balancers when running on GCP 2022-04-25 13:31:47 -07: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 Run hack/update-gofmt.sh 2021-12-01 22:39:50 +02:00
promote_keypair.go Update name of kubernetes-ca keypair in documentation 2021-12-11 20:50:36 -08: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 add drain-timeout flag to rolling-update cluster 2022-01-20 14:05:55 -08:00
root.go Add flag to version showing the kops 'server' version 2022-04-30 15:57:46 +02:00
toolbox.go Run hack/update-gofmt.sh 2021-12-01 22:39:50 +02:00
toolbox_dump.go Run hack/update-gofmt.sh 2021-12-01 22:39:50 +02:00
toolbox_instance-selector.go Use function to get cloud provider from cluster spec 2022-03-02 21:59:47 -08:00
toolbox_instance-selector_test.go Clean up "kops toolbox instance-selector" 2021-07-14 14:36:37 -07:00
toolbox_template.go Run hack/update-gofmt.sh 2021-12-01 22:39:50 +02: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 Run hack/update-gofmt.sh 2021-12-01 22:39:50 +02:00
trust_keypair.go Remove need for rootCommand to implement Factory 2021-07-28 20:21:53 -07:00
update.go Run hack/update-gofmt.sh 2021-12-01 22:39:50 +02:00
update_cluster.go Use function to get cloud provider from cluster spec 2022-03-02 21:59:47 -08:00
upgrade.go Implement completion for "kops upgrade cluster" 2021-07-05 11:26:33 -07:00
upgrade_cluster.go If image is empty, have kops upgrade fill it in 2022-03-16 20:15:51 +01: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 Add flag to version showing the kops 'server' version 2022-04-30 15:57:46 +02:00