-
Notifications
You must be signed in to change notification settings - Fork 110
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
Bikeshed {Store, Scheduler}Config -> {Store, Scheduler}Spec #1483
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+@adam-singer +@allada +@SchahinRohani
Reviewable status: 0 of 3 LGTMs obtained, and 0 of 43 files reviewed, and pending CI: Bazel Dev / macos-13, Bazel Dev / macos-14, Bazel Dev / ubuntu-24.04, Cargo Dev / macos-13, Cargo Dev / ubuntu-22.04, Coverage, Installation / macos-13, Installation / macos-14, Installation / ubuntu-22.04, Local / ubuntu-22.04, NativeLink.com Cloud / Remote Cache / macos-14, NativeLink.com Cloud / Remote Cache / ubuntu-24.04, Publish image, Publish nativelink-worker-init, Publish nativelink-worker-lre-cc, Remote / large-ubuntu-22.04, Web Platform Deployment / macos-14, Web Platform Deployment / ubuntu-24.04, asan / ubuntu-22.04, docker-compose-compiles-nativelink (22.04), integration-tests (22.04), macos-13, ubuntu-20.04 / stable, ubuntu-22.04, ubuntu-22.04 / stable, windows-2022 / stable (waiting on @adam-singer, @allada, and @SchahinRohani)
This non-functional change simplifies the naming for the configuration from "Config" to "Spec". This makes it clearer when we operate on Store implementations and configuration fragments. The new naming scheme is also closer aligned with common K8s intuition and a bit shorter to type.
48a75ae
to
e683892
Compare
I think we can agree that we should delay spending a lot of cycles on this PR until we solve other more important priorities, cc @bclark8923 |
lol @ "bikeshed" reference. That's what it is, though. |
This non-functional change simplifies the naming for the configuration from "Config" to "Spec". This makes it clearer when we operate on Store implementations and configuration fragments. The new naming scheme is also closer aligned with common K8s intuition and a bit shorter to type.
This change is