chore(work): add Crossplane examples

This commit is contained in:
David Landry 2025-03-05 13:02:36 -05:00
parent c3edbddce8
commit 31a9a4ce92
10 changed files with 375 additions and 0 deletions

View file

@ -0,0 +1,41 @@
apiVersion: cognitoidp.aws.upbound.io/v1beta2
kind: UserPool
metadata:
annotations:
meta.upbound.io/example-id: cognitoidp/v1beta1/useringroup
labels:
testing.upbound.io/example-name: example
name: example
spec:
forProvider:
name: example
region: us-east-1
# userPoolTier: LITE
providerConfigRef:
name: cognito
---
apiVersion: cognitoidp.aws.upbound.io/v1beta1
kind: UserGroup
metadata:
annotations:
meta.upbound.io/example-id: cognitoidp/v1beta1/usergroup
labels:
testing.upbound.io/example-name: example
name: example
spec:
forProvider:
name: example
precedence: 42
region: us-east-1
# roleArnSelector:
# matchLabels:
# testing.upbound.io/example-name: group_role
userPoolIdSelector:
matchLabels:
testing.upbound.io/example-name: example
providerConfigRef:
name: cognito