chore(work): add Crossplane examples
This commit is contained in:
parent
c3edbddce8
commit
31a9a4ce92
10 changed files with 375 additions and 0 deletions
|
|
@ -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
|
||||
|
||||
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue