-
-
Notifications
You must be signed in to change notification settings - Fork 6
feat: Add v1alpha2 for SecretClass, rename experimentalGenerateSamAccountName #634
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
Open
sbernauer
wants to merge
22
commits into
main
Choose a base branch
from
feat/crd-versioning
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 1 commit
Commits
Show all changes
22 commits
Select commit
Hold shift + click to select a range
dd0c321
feat: Introduce CRD versioning
sbernauer fae2648
Merge remote-tracking branch 'origin/main' into feat/crd-versioning
sbernauer 3bc0563
Add SecretClass and TrustStore to conversion webhook
sbernauer ffcc13d
Remove testing Person struct
sbernauer 82138a5
temp: Temporarily patch stackable-operator
Techassi 781bdb5
chore: Handle CRD management CLI flag
Techassi bb3f331
feat: Add v1alpha2, rename experimentalGenerateSamAccountName
Techassi f6088b7
chore: Add rendered CRD
Techassi 5b29a38
chore: Enable trace console logging in Tiltfile
Techassi b6ac8a1
chore: Remove commented-out macro argument
Techassi 5935ac1
chore: Separate SecretClass and TrustStore specs
Techassi aaa53f3
chore: Merge branch 'main' into feat/crd-versioning
Techassi 2c40510
chore: Move generated CRDs into folder
Techassi 2ea2060
chore: Use main branch for stackable-operator
Techassi 0f9fa29
docs: Fix TrustStore reference
Techassi c532029
chore: Use single try_join!
Techassi 3e7f87a
chore: Use default socket address constant
Techassi 29ccbdf
Use op-rs 0.97.0
sbernauer 09cbad6
nix
sbernauer 8098b86
Merge remote-tracking branch 'origin/main' into feat/crd-versioning
sbernauer 4a0c0b8
feat: Add simple CR applier
Techassi 5c54a30
chore: Update CRD schema descriptions
Techassi File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,58 @@ | ||
--- | ||
apiVersion: test.stackable.tech/v1alpha1 | ||
kind: Person | ||
metadata: | ||
name: sbernauer1 | ||
spec: | ||
username: sbernauer1 | ||
socials: | ||
email: [email protected] | ||
--- | ||
apiVersion: test.stackable.tech/v1alpha2 | ||
kind: Person | ||
metadata: | ||
name: sbernauer2 | ||
spec: | ||
username: sbernauer2 | ||
firstName: Sebastian | ||
lastName: Bernauer | ||
socials: | ||
email: [email protected] | ||
--- | ||
apiVersion: test.stackable.tech/v1beta1 | ||
kind: Person | ||
metadata: | ||
name: sbernauer3 | ||
spec: | ||
username: sbernauer3 | ||
firstName: Sebastian | ||
lastName: Bernauer | ||
socials: | ||
email: [email protected] | ||
mastodon: FOO | ||
--- | ||
apiVersion: test.stackable.tech/v2 | ||
kind: Person | ||
metadata: | ||
name: sbernauer4 | ||
spec: | ||
username: sbernauer4 | ||
firstName: Sebastian | ||
lastName: Bernauer | ||
gender: Male | ||
socials: | ||
email: [email protected] | ||
mastodon: FOO | ||
--- | ||
apiVersion: test.stackable.tech/v3 | ||
kind: Person | ||
metadata: | ||
name: sbernauer5 | ||
spec: | ||
username: sbernauer5 | ||
firstName: Sebastian | ||
lastName: Bernauer | ||
gender: Male | ||
socials: | ||
email: [email protected] | ||
mastodon: FOO |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.