Skip to content

Commit

Permalink
feat: Add github membership
Browse files Browse the repository at this point in the history
  • Loading branch information
sachinmalanki committed Mar 11, 2024
1 parent 2235b7e commit e0457c5
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions examples-generated/team/v1alpha1/teammembership.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,21 @@ spec:

---

apiVersion: user.github.upbound.io/v1alpha1
kind: Membership
metadata:
annotations:
meta.upbound.io/example-id: team/v1alpha1/teammembership
labels:
testing.upbound.io/example-name: membership_for_some_user
name: membership-for-some-user
spec:
forProvider:
role: member
username: SomeUser

---

apiVersion: team.github.upbound.io/v1alpha1
kind: Team
metadata:
Expand Down

0 comments on commit e0457c5

Please sign in to comment.