SPL-298478: Add App CRD on M1 milestone branch#1826
Open
jzywiecki wants to merge 4 commits intomvp/app-framework-v1from
Open
SPL-298478: Add App CRD on M1 milestone branch#1826jzywiecki wants to merge 4 commits intomvp/app-framework-v1from
jzywiecki wants to merge 4 commits intomvp/app-framework-v1from
Conversation
|
There are some merge conflicts, can we rebase and push again |
naimulh247
reviewed
Apr 10, 2026
naimulh247
left a comment
There was a problem hiding this comment.
we might want to consider using pointers as part of the app_types.go to know if user defined the field or not
bffa2f9 to
86350ea
Compare
vivekr-splunk
requested changes
Apr 10, 2026
Collaborator
vivekr-splunk
left a comment
There was a problem hiding this comment.
I found two blocking issues in the current App CRD/controller shape.
99d10eb to
f5518fe
Compare
Signed-off-by: jzywieck <[email protected]>
Signed-off-by: jzywieck <[email protected]>
Signed-off-by: jzywieck <[email protected]>
Signed-off-by: jzywieck <[email protected]>
b80ace9 to
43688f2
Compare
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.
Description
This PR adds the new
Appcustom resource definition to the operator.Key Changes
AppAPI type underenterprise.splunk.com/v4AppCRDAppmanifest and wired it into sample kustomizationTesting and Verification
make manifests generateFields that must be set validation:
appID: Unique identifier of the application
version: Desired application version
targetRef:
kind
name
sourceRef: Reference to an AppSource resource
package:
path: Path to the application package within the source
scope: Deployment scope definition
Related Issues
Screenshots
PR Checklist