Skip to content

Commit

Permalink
Add updestable example for PrivateDNSZoneVirtualNetworkLink
Browse files Browse the repository at this point in the history
Signed-off-by: Fatih Türken <[email protected]>
  • Loading branch information
turkenf committed Sep 26, 2024
1 parent 7be17a7 commit 350a886
Showing 1 changed file with 63 additions and 7 deletions.
70 changes: 63 additions & 7 deletions examples/network/v1beta1/privatednszonevirtualnetworklink.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,68 @@
apiVersion: network.azure.upbound.io/v1beta1
kind: PrivateDNSZoneVirtualNetworkLink
metadata:
name: example
annotations:
meta.upbound.io/example-id: network/v1beta1/privatednszonevirtualnetworklink
labels:
testing.upbound.io/example-name: example
name: example-test-pdzvnl
spec:
forProvider:
privateDnsZoneNameRef:
name: example
resourceGroupNameRef:
name: example
virtualNetworkIdRef:
name: example
registrationEnabled: true
privateDnsZoneName: example.com
resourceGroupNameSelector:
matchLabels:
testing.upbound.io/example-name: example
virtualNetworkIdSelector:
matchLabels:
testing.upbound.io/example-name: example

---

apiVersion: network.azure.upbound.io/v1beta2
kind: PrivateDNSZone
metadata:
annotations:
meta.upbound.io/example-id: network/v1beta1/privatednszonevirtualnetworklink
crossplane.io/external-name: example.com
labels:
testing.upbound.io/example-name: example
name: example-test-pdzvnl
spec:
forProvider:
resourceGroupNameSelector:
matchLabels:
testing.upbound.io/example-name: example

---

apiVersion: azure.upbound.io/v1beta1
kind: ResourceGroup
metadata:
annotations:
meta.upbound.io/example-id: network/v1beta1/privatednszonevirtualnetworklink
labels:
testing.upbound.io/example-name: example
name: example-test-pdzvnl
spec:
forProvider:
location: West Europe

---

apiVersion: network.azure.upbound.io/v1beta2
kind: VirtualNetwork
metadata:
annotations:
meta.upbound.io/example-id: network/v1beta1/privatednszonevirtualnetworklink
labels:
testing.upbound.io/example-name: example
name: example-test-pdzvnl
spec:
forProvider:
addressSpace:
- 10.0.0.0/16
location: West Europe
resourceGroupNameSelector:
matchLabels:
testing.upbound.io/example-name: example

0 comments on commit 350a886

Please sign in to comment.