Skip to content

Commit

Permalink
Make reviewable succeeded - code generated.
Browse files Browse the repository at this point in the history
Signed-off-by: drew0ps <[email protected]>
  • Loading branch information
drew0ps committed Nov 7, 2024
1 parent 4d14b05 commit f4b9fce
Showing 1 changed file with 43 additions and 46 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,17 @@ metadata:
annotations:
meta.upbound.io/example-id: authorization/v1beta1/trustedaccessrolebinding
labels:
testing.upbound.io/example-name: example-tarb
name: example-tarb
testing.upbound.io/example-name: example
name: example
spec:
forProvider:
kubernetesClusterIdSelector:
matchLabels:
testing.upbound.io/example-name: example-tarb
roles:
- "Reader"
testing.upbound.io/example-name: example
roles: example-value
sourceResourceIdSelector:
matchLabels:
testing.upbound.io/example-name: example-tarb
testing.upbound.io/example-name: example

---

Expand All @@ -25,15 +24,15 @@ metadata:
annotations:
meta.upbound.io/example-id: authorization/v1beta1/trustedaccessrolebinding
labels:
testing.upbound.io/example-name: example-tarb
name: example-ai-tarb
testing.upbound.io/example-name: example
name: example
spec:
forProvider:
applicationType: web
applicationType: example-value
location: West Europe
resourceGroupNameSelector:
matchLabels:
testing.upbound.io/example-name: example-tarb
testing.upbound.io/example-name: example

---

Expand All @@ -43,16 +42,16 @@ metadata:
annotations:
meta.upbound.io/example-id: authorization/v1beta1/trustedaccessrolebinding
labels:
testing.upbound.io/example-name: example-tarb
name: example-ai-v
testing.upbound.io/example-name: example
name: example
spec:
forProvider:
location: West Europe
resourceGroupNameSelector:
matchLabels:
testing.upbound.io/example-name: example-tarb
skuName: Standard
softDeleteRetentionDays: 1
testing.upbound.io/example-name: example
skuName: example-value
softDeleteRetentionDays: example-value
tenantId: ${data.azurerm_client_config.example.tenant_id}

---
Expand All @@ -63,44 +62,42 @@ metadata:
annotations:
meta.upbound.io/example-id: authorization/v1beta1/trustedaccessrolebinding
labels:
testing.upbound.io/example-name: example-tarb
name: example-tarb-ap
testing.upbound.io/example-name: example
name: example
spec:
forProvider:
keyPermissions:
- get # Example permission, adjust as needed
- list
keyPermissions: example-value
keyVaultIdSelector:
matchLabels:
testing.upbound.io/example-name: example-tarb
testing.upbound.io/example-name: example
objectId: ${data.azurerm_client_config.example.object_id}
tenantId: ${data.azurerm_client_config.example.tenant_id}

---

apiVersion: containerservice.azure.upbound.io/v1beta1
apiVersion: containerservice.azure.upbound.io/v1beta2
kind: KubernetesCluster
metadata:
annotations:
meta.upbound.io/example-id: authorization/v1beta1/trustedaccessrolebinding
labels:
testing.upbound.io/example-name: example-tarb
name: example-tarb-kc
testing.upbound.io/example-name: example
name: example
spec:
forProvider:
defaultNodePool:
- name: default
nodeCount: 1
vmSize: Standard_D2_v2
- name: example-value
nodeCount: example-value
upgradeSettings:
- maxSurge: '10%'
dnsPrefix: exampleaks1
- maxSurge: example-value
vmSize: example-value
dnsPrefix: acctestaksexample
identity:
- type: SystemAssigned
location: North Europe
- type: example-value
location: West Europe
resourceGroupNameSelector:
matchLabels:
testing.upbound.io/example-name: example-tarb
testing.upbound.io/example-name: example

---

Expand All @@ -110,25 +107,25 @@ metadata:
annotations:
meta.upbound.io/example-id: authorization/v1beta1/trustedaccessrolebinding
labels:
testing.upbound.io/example-name: example-tarb
name: example-tarb-wp
testing.upbound.io/example-name: example
name: example
spec:
forProvider:
applicationInsightsIdSelector:
matchLabels:
testing.upbound.io/example-name: example-tarb
testing.upbound.io/example-name: example
identity:
type: SystemAssigned
- type: example-value
keyVaultIdSelector:
matchLabels:
testing.upbound.io/example-name: example-tarb
testing.upbound.io/example-name: example
location: West Europe
resourceGroupNameSelector:
matchLabels:
testing.upbound.io/example-name: example-tarb
testing.upbound.io/example-name: example
storageAccountIdSelector:
matchLabels:
testing.upbound.io/example-name: example-tarb
testing.upbound.io/example-name: example

---

Expand All @@ -138,8 +135,8 @@ metadata:
annotations:
meta.upbound.io/example-id: authorization/v1beta1/trustedaccessrolebinding
labels:
testing.upbound.io/example-name: example-tarb
name: example-tarb-rg
testing.upbound.io/example-name: example
name: example
spec:
forProvider:
location: West Europe
Expand All @@ -152,13 +149,13 @@ metadata:
annotations:
meta.upbound.io/example-id: authorization/v1beta1/trustedaccessrolebinding
labels:
testing.upbound.io/example-name: example-tarb
name: example-tarb-ac
testing.upbound.io/example-name: example
name: example
spec:
forProvider:
accountReplicationType: LRS
accountTier: Standard
accountReplicationType: example-value
accountTier: example-value
location: West Europe
resourceGroupNameSelector:
matchLabels:
testing.upbound.io/example-name: example-tarb
testing.upbound.io/example-name: example

0 comments on commit f4b9fce

Please sign in to comment.