Type
XRD
Group
platform.acme.co
Version
v1alpha1
apiVersion: platform.acme.co/v1alpha1
kind: XSubnetwork
The specification for how this subnetwork should be deployed.
The parameters indicating how this subnetwork should be configured.
A reference to the network associated with this subnetwork.
The list of secondary IP ranges associated with this subnetwork.
subnetwork1
apiVersion: platform.acme.co/v1alpha1
kind: XSubnetwork
metadata:
annotations:
render.crossplane.io/composition-path: apis/primitives/XSubnetwork/composition.yaml
render.crossplane.io/function-path: examples/functions.yaml
name: subnetwork1
spec:
parameters:
ipCidrRange: 10.2.0.0/16
networkRef: {}
region: us-central1
secondaryIpRange:
- ipCidrRange: 192.168.10.0/24
rangeName: test-secondary-range-update1