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

Add Extension API #596

Closed
Tracked by #591
ncdc opened this issue Jan 24, 2024 · 1 comment · Fixed by #598
Closed
Tracked by #591

Add Extension API #596

ncdc opened this issue Jan 24, 2024 · 1 comment · Fixed by #598
Assignees

Comments

@ncdc
Copy link
Member

ncdc commented Jan 24, 2024

This will be a namespace-scoped API.

Spec fields:

  • paused
  • serviceAccountName
  • defaultNamespace
  • source
    • direct
      • url
    • package
      • name
      • version
      • channel
  • upgradeConstraintPolicy
@ncdc ncdc mentioned this issue Jan 24, 2024
16 tasks
@tmshort tmshort self-assigned this Jan 24, 2024
@ncdc
Copy link
Member Author

ncdc commented Jan 24, 2024

@tmshort was chatting with @joelanford and @varshaprasad96 and we've tweaked the spec fields a bit around sourcing from a catalog or a direct bundle reference. spec.source.direct and .package are new/renamed and are mutually exclusive.

tmshort added a commit to tmshort/operator-controller that referenced this issue Jan 24, 2024
Fix operator-framework#596

Based on ClusterExtension

Signed-off-by: Todd Short <tshort@redhat.com>
tmshort added a commit to tmshort/operator-controller that referenced this issue Jan 24, 2024
Fix operator-framework#596

Based on ClusterExtension

Signed-off-by: Todd Short <tshort@redhat.com>
tmshort added a commit to tmshort/operator-controller that referenced this issue Jan 30, 2024
Fix operator-framework#596

Based on ClusterExtension

Signed-off-by: Todd Short <tshort@redhat.com>
tmshort added a commit to tmshort/operator-controller that referenced this issue Feb 6, 2024
Fix operator-framework#596

Based on ClusterExtension

Signed-off-by: Todd Short <tshort@redhat.com>
tmshort added a commit to tmshort/operator-controller that referenced this issue Feb 9, 2024
Fix operator-framework#596

Based on ClusterExtension

Signed-off-by: Todd Short <tshort@redhat.com>
github-merge-queue bot pushed a commit that referenced this issue Feb 21, 2024
* ✨ Initial support for Extension

Fix #596

Based on ClusterExtension

Signed-off-by: Todd Short <tshort@redhat.com>

* ✨ Plumb the Extension API

Copies ClustersExtension functionality

`ServiceAccountName` doesn't do anything yet.

Signed-off-by: Todd Short <tshort@redhat.com>

* fixup! ✨ Plumb the Extension API

Signed-off-by: Todd Short <tshort@redhat.com>

* fixup! ✨ Plumb the Extension API

Signed-off-by: Todd Short <tshort@redhat.com>

---------

Signed-off-by: Todd Short <tshort@redhat.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants