kops/cmd/kops
justinsb 9855ae486e tests: add tests for kubectl get assets 2025-05-03 15:47:29 +03:00
..
test Support intstr.IntOrString type 2023-05-31 16:38:04 +09:00
util make --admin configurable to rolling-update 2025-02-22 10:12:39 +02:00
create.go remove example docs say is not implemented yet. 2024-02-01 14:50:48 -05:00
create_cluster.go Support strong-typing for --target values 2025-01-19 09:21:05 -05:00
create_cluster_integration_test.go Remove support for K8s 1.26 in kOps 1.32 2025-01-04 15:01:41 +02:00
create_cluster_test.go Fix verify-golangci-lint 2024-08-09 20:43:43 +03:00
create_instancegroup.go refactor: Move GetCloudProvider to cluster 2024-08-26 08:20:37 -04:00
create_keypair.go FindKeyset can return nil 2022-12-24 16:12:21 -05:00
create_secret.go Remove support for Weave networking 2023-06-22 23:03:24 -07:00
create_secret_ciliumpassword.go Add context to GetOrCreateSecret 2022-12-23 10:48:50 -05:00
create_secret_dockerconfig.go Add context to GetOrCreateSecret 2022-12-23 10:48:50 -05:00
create_secret_encryptionconfig.go Add context to GetOrCreateSecret 2022-12-23 10:48:50 -05:00
create_sshpublickey.go Mark flags as deprecated instead of normalizing 2023-08-05 09:39:26 +03:00
delete.go Hold reference to VFSContext from Factory 2023-07-06 19:41:45 -07:00
delete_cluster.go test: Improve cluster deletion defaults 2024-01-08 22:10:01 +02:00
delete_confirm_test.go Run hack/update-gofmt.sh 2021-12-01 22:39:50 +02:00
delete_instance.go reconcile: wait for apiserver to response before trying rolling-update 2025-01-13 17:47:48 -05:00
delete_instancegroup.go Wire up context from cobra in cmd/kops 2022-12-22 17:52:27 -05:00
delete_secret.go Wire up context from cobra in cmd/kops 2022-12-22 17:52:27 -05:00
delete_sshpublickey.go Wire up context from cobra in cmd/kops 2022-12-22 17:52:27 -05:00
distrust.go Run hack/update-gofmt.sh 2021-12-01 22:39:50 +02:00
distrust_keypair.go FindKeyset can return nil 2022-12-24 16:12:21 -05:00
doc.go Basic OpenTelemetry support 2023-11-18 09:12:19 -05:00
edit.go Clean up "kops edit" 2021-07-11 22:07:02 -07:00
edit_cluster.go Remove unusued kubernetesVersion from AssetBuilder 2024-12-04 08:57:17 -05:00
edit_instancegroup.go Remove unusued kubernetesVersion from AssetBuilder 2024-12-04 08:57:17 -05:00
edit_instancegroup_test.go Support intstr.IntOrString type 2023-05-31 16:38:04 +09:00
export.go Run hack/update-gofmt.sh 2021-12-01 22:39:50 +02:00
export_kubeconfig.go Add `kops reconcile cluster` command 2024-12-05 12:27:08 -05:00
flags_stringslice_lazyquotes.go kops: Support quotes in --set flags 2023-11-23 23:16:11 -05:00
gen_cli_docs.go Clean up gen-cli-docs 2021-07-13 13:00:26 -07:00
get.go Wire up context from cobra in cmd/kops 2022-12-22 17:52:27 -05:00
get_addons.go kops get should print additional objects, if they are present 2021-11-05 08:11:31 -04:00
get_all.go Add Context arg to vfs ReadFile 2023-01-01 09:51:44 -05:00
get_assets.go Add `kops reconcile cluster` command 2024-12-05 12:27:08 -05:00
get_cluster.go refactor: Move GetCloudProvider to cluster 2024-08-26 08:20:37 -04:00
get_instancegroups.go Wire up context from cobra in cmd/kops 2022-12-22 17:52:27 -05:00
get_instances.go chore: refactor factory to accept a cluster 2024-12-27 15:36:37 -05:00
get_keypairs.go Wire up context from cobra in cmd/kops 2022-12-22 17:52:27 -05:00
get_secrets.go Wire up context from cobra in cmd/kops 2022-12-22 17:52:27 -05:00
get_sshpublickeys.go Wire up context from cobra in cmd/kops 2022-12-22 17:52:27 -05:00
integration_test.go tests: add tests for kubectl get assets 2025-05-03 15:47:29 +03:00
lifecycle_integration_test.go Remove support for K8s 1.26 in kOps 1.32 2025-01-04 15:01:41 +02:00
main.go Basic OpenTelemetry support 2023-11-18 09:12:19 -05:00
otel.go Update opentelemetry.io schema to v1.26.0 2024-07-13 17:21:47 +03:00
promote.go Run hack/update-gofmt.sh 2021-12-01 22:39:50 +02:00
promote_keypair.go FindKeyset can return nil 2022-12-24 16:12:21 -05:00
reconcile.go Add `kops reconcile cluster` command 2024-12-05 12:27:08 -05:00
reconcile_cluster.go Cleanup logging for reconcile cluster 2025-02-24 05:53:36 -06:00
replace.go Get VFSContext from caller in LoadChannel() 2023-07-17 21:45:43 -07:00
rolling-update.go Rename for consistency 2021-07-28 20:21:54 -07:00
rolling-update_cluster.go Merge pull request #17280 from zetaab/automated-cherry-pick-of-#17274-upstream-release-1.32 2025-02-24 10:22:29 -08:00
root.go Add `kops reconcile cluster` command 2024-12-05 12:27:08 -05:00
toolbox.go feat: kops toolbox enroll command 2023-12-02 17:48:34 -05:00
toolbox_addons.go chore: refactor factory to accept a cluster 2024-12-27 15:36:37 -05:00
toolbox_dump.go chore: refactor factory to accept a cluster 2024-12-27 15:36:37 -05:00
toolbox_dump_test.go Add --max-nodes flag to toolbox dump, default to 500 2023-12-07 06:30:35 -06:00
toolbox_enroll.go feat: kops toolbox enroll command 2023-12-02 17:48:34 -05:00
toolbox_instance-selector.go refactor: Move GetCloudProvider to cluster 2024-08-26 08:20:37 -04:00
toolbox_instance-selector_test.go Update instance selector to aws-sdk-go-v2 2024-04-13 16:03:30 -04:00
toolbox_template.go Mark flags as deprecated instead of normalizing 2023-08-05 09:39:26 +03: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 FindKeyset can return nil 2022-12-24 16:12:21 -05:00
update.go Run hack/update-gofmt.sh 2021-12-01 22:39:50 +02:00
update_cluster.go Cleanup logging for reconcile cluster 2025-02-24 05:53:36 -06:00
upgrade.go Implement completion for "kops upgrade cluster" 2021-07-05 11:26:33 -07:00
upgrade_cluster.go fix: upgrade cluster kubernetes selection logic 2024-10-12 08:16:44 -04:00
validate.go Implement completion for "kops validate cluster" 2021-07-05 11:26:33 -07:00
validate_cluster.go reconcile: wait for apiserver to response before trying rolling-update 2025-01-13 17:47:48 -05:00
version.go v1alpha3: Move configBase to configStore.base 2023-07-22 15:57:35 -07:00