Skip to content

Commit

Permalink
update samples for version 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Emily Cai committed Feb 15, 2020
1 parent 7850e45 commit f5df31c
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
6 changes: 6 additions & 0 deletions resources/dnspolicy/compute_v1beta1_computenetwork.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
apiVersion: compute.cnrm.cloud.google.com/v1beta1
kind: ComputeNetwork
metadata:
name: dnspolicy-dep
spec:
autoCreateSubnetworks: false
14 changes: 14 additions & 0 deletions resources/dnspolicy/dns_v1beta1_dnspolicy.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
apiVersion: dns.cnrm.cloud.google.com/v1beta1
kind: DNSPolicy
metadata:
name: dnspolicy-sample
spec:
alternativeNameServerConfig:
targetNameServers:
- ipv4Address: "104.132.166.92"
description: "Example DNS policy"
enableInboundForwarding: true
enableLogging: true
networks:
- networkRef:
name: dnspolicy-dep

0 comments on commit f5df31c

Please sign in to comment.