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

Register the API resources into the "pulumi" kubectl category #765

Merged
merged 2 commits into from
Nov 28, 2024

Conversation

EronWright
Copy link
Contributor

Proposed changes

Adds the PKO API resources to a "pulumi" category for convenience:

❯ kubectl get pulumi
NAME                                                         WORKSPACE                 PROGRESSING   FAILED   COMPLETE   URL      
update.auto.pulumi.com/kubernetes-py-guestbook-1936f1e00d3   kubernetes-py-guestbook   False         False    True       https://app.pulumi.com/eron-pulumi-corp/kubernetes-py-guestbook/kubernetes-py-guestbook/updates/118
update.auto.pulumi.com/kubernetes-py-guestbook-1936f31172a   kubernetes-py-guestbook   False         False    True       https://app.pulumi.com/eron-pulumi-corp/kubernetes-py-guestbook/kubernetes-py-guestbook/updates/119
update.auto.pulumi.com/kubernetes-py-guestbook-1936fefd0de   kubernetes-py-guestbook   False         False    True       https://app.pulumi.com/eron-pulumi-corp/kubernetes-py-guestbook/kubernetes-py-guestbook/updates/120

NAME                                                IMAGE                           READY   ADDRESS
workspace.auto.pulumi.com/kubernetes-py-guestbook   pulumi/pulumi:3.134.1-nonroot   True    kubernetes-py-guestbook-workspace.default:50051

NAME                             AGE   URL
program.pulumi.com/random-yaml   70m   http://pulumi-kubernetes-operator.pulumi-kubernetes-operator:80/programs/default/random-yaml

NAME                                       LAST UPDATE   AGE   READY   RECONCILING   STALLED   PERMALINK
stack.pulumi.com/kubernetes-py-guestbook   succeeded     75m   True                            https://app.pulumi.com/eron-pulumi-corp/kubernetes-py-guestbook/kubernetes-py-guestbook/updates/120

Related issues (optional)

Closes #758

Copy link
Member

@rquitales rquitales left a comment

Choose a reason for hiding this comment

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

Nice!

Copy link

codecov bot commented Nov 28, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 50.19%. Comparing base (b648f73) to head (a4fe846).
Report is 1 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #765   +/-   ##
=======================================
  Coverage   50.19%   50.19%           
=======================================
  Files          30       30           
  Lines        4210     4210           
=======================================
  Hits         2113     2113           
  Misses       1910     1910           
  Partials      187      187           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@EronWright EronWright merged commit 92416e3 into master Nov 28, 2024
7 checks passed
@EronWright EronWright deleted the issue-758-b branch November 28, 2024 00:48
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.

Register the operator's api resources into the "pulumi" kubectl category
2 participants