Add sandbox short aliases - #47
Merged
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Adds additional Kubernetes CRD short-name aliases for Nebula Sandbox and SandboxSet resources to improve kubectl ergonomics while retaining existing aliases for compatibility.
Changes:
- Add
sbas an additional short name forSandbox(keepingsbx). - Add
sbsas an additional short name forSandboxSet(keepingsbxs). - Regenerate CRD manifests and update sample YAML comments to reflect the aliases.
Reviewed changes
Copilot reviewed 6 out of 6 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| config/samples/sandboxset.yaml | Updates sample comments to use sb/sbs and documents short-name aliases. |
| config/samples/sandbox.yaml | Adds sample comment block demonstrating sb alias usage. |
| config/crd/bases/nebula.inftyai.com_sandboxsets.yaml | Adds sbs to CRD spec.names.shortNames. |
| config/crd/bases/nebula.inftyai.com_sandboxes.yaml | Adds sb to CRD spec.names.shortNames. |
| api/v1alpha1/sandboxset_types.go | Updates kubebuilder resource marker to include sbs and sbxs. |
| api/v1alpha1/sandbox_types.go | Updates kubebuilder resource marker to include sb and sbx. |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
googs1025
force-pushed
the
add-sandbox-short-aliases
branch
from
August 14, 2026 09:44
63740ea to
4473be9
Compare
Member
|
/lgtm Thanks @googs1025 |
InftyAI-Agent
approved these changes
Aug 14, 2026
InftyAI-Agent
left a comment
Member
There was a problem hiding this comment.
Approved: PR has both lgtm and approved labels
InftyAI-Agent
approved these changes
Aug 14, 2026
InftyAI-Agent
left a comment
Member
There was a problem hiding this comment.
Approved: PR has both lgtm and approved labels
InftyAI-Agent
approved these changes
Aug 14, 2026
InftyAI-Agent
left a comment
Member
There was a problem hiding this comment.
Approved: PR has both lgtm and approved labels
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
sbas a short name for Sandbox while retainingsbx.sbsas a short name for SandboxSet while retainingsbxs.Closes #34