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 subscription status #133

Merged
merged 3 commits into from
Sep 21, 2023
Merged

Add subscription status #133

merged 3 commits into from
Sep 21, 2023

Conversation

int128
Copy link
Member

@int128 int128 commented Aug 31, 2023

No description provided.

@github-actions

This comment has been minimized.

@@ -91,6 +91,7 @@ var _ = BeforeSuite(func() {

psServer = pstest.NewServer(
pubsubtest.CreateTopicErrorInjectionReactor(),
pubsubtest.CreateSubscriptionErrorInjectionReactor(),
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This may be unnecessary

@github-actions
Copy link
Contributor

diff

  • config/default/apiextensions.k8s.io_v1_customresourcedefinition_subscriptions.googlecloudpubsuboperator.quipper.github.io.yaml

config/default/apiextensions.k8s.io_v1_customresourcedefinition_subscriptions.googlecloudpubsuboperator.quipper.github.io.yaml

--- a/tmp/kustomize-action-XhJ8Tl/config/default/apiextensions.k8s.io_v1_customresourcedefinition_subscriptions.googlecloudpubsuboperator.quipper.github.io.yaml
+++ b/tmp/kustomize-action-CwOvj6/config/default/apiextensions.k8s.io_v1_customresourcedefinition_subscriptions.googlecloudpubsuboperator.quipper.github.io.yaml
@@ -48,6 +48,9 @@ spec:
             type: object
           status:
             description: SubscriptionStatus defines the observed state of Subscription
+            properties:
+              phase:
+                type: string
             type: object
         type: object
     served: true

@int128 int128 marked this pull request as ready for review September 7, 2023 05:30
@int128 int128 requested review from pankona, 44smkn and a team September 7, 2023 05:36
@int128 int128 merged commit b8b9eb3 into main Sep 21, 2023
7 checks passed
@int128 int128 deleted the int128/subscription-status branch September 21, 2023 05:36
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 this pull request may close these issues.

3 participants