Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update/remove various tests and options related to kubernetes support #3442

Merged
merged 3 commits into from
Feb 25, 2022

Conversation

thaJeztah
Copy link
Member


remove unused KubernetesEnabled() test-utility

update/remove various tests and options related to kubernetes support

Remove various tests and utilities related to testing kubernetes support

Also removing the Kubernetes and DefaultStackOrchestrator from CreateOptions
and UpdateOptions, instead updating the flags to not be bound to a variable.

This might break some consumers of those options, but given that they've become
non-functional, that's probably ok (otherwise they may ignore the deprecation
warning and end up with non-functional code).

cli/context: update package documentation

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Remove various tests and utilities related to testing kubernetes support

Also removing the Kubernetes and DefaultStackOrchestrator from CreateOptions
and UpdateOptions, instead updating the flags to not be bound to a variable.

This might break some consumers of those options, but given that they've become
non-functional, that's probably ok (otherwise they may ignore the deprecation
warning and end up with non-functional code).

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
@thaJeztah
Copy link
Member Author

Sigh.. go modules are you okay??

+ go mod tidy -modfile=vendor.mod
go: github.com/creack/pty@v1.1.11: reading github.com/creack/pty/go.mod at revision v1.1.11: unknown revision v1.1.11

@thaJeztah
Copy link
Member Author

It really exists: https://github.com/creack/pty/blob/v1.1.11/go.mod

@thaJeztah
Copy link
Member Author

Sight... and now its failing on another dependency

#14 1.112 + go mod tidy -modfile=vendor.mod
#14 148.0 go: github.com/theupdateframework/notary@v0.7.1-0.20210315103452-bf96a202a09a requires
#14 148.0 	github.com/go-sql-driver/mysql@v1.5.0: reading github.com/go-sql-driver/mysql/go.mod at revision v1.5.0: unknown revision v1.5.0

@thaJeztah
Copy link
Member Author

Thanks for reviewing; let's bring this one in as well 👍

@thaJeztah thaJeztah merged commit 1c5256d into docker:master Feb 25, 2022
@thaJeztah thaJeztah deleted the drop_kube_cleanup_test branch February 25, 2022 10:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants