--- apiVersion: k8s.cni.cncf.io/v1 kind: NetworkAttachmentDefinition metadata: annotations: kubectl.kubernetes.io/last-applied-configuration: | {"apiVersion":"k8s.cni.cncf.io/v1","kind":"NetworkAttachmentDefinition","metadata":{"annotations":{},"labels":{"osp/net":"octavia","osp/net-attach-def-type":"standard"},"name":"octavia","namespace":"openstack"},"spec":{"config":"{\n \"cniVersion\": \"0.3.1\",\n \"name\": \"octavia\",\n \"type\": \"bridge\",\n \"bridge\": \"octbr\",\n \"mtu\": 1442,\n \"ipam\": {\n \"type\": \"whereabouts\",\n \"range\": \"172.23.0.0/24\",\n \"range_start\": \"172.23.0.30\",\n \"range_end\": \"172.23.0.70\",\n \"routes\": [\n {\n \"dst\": \"172.24.0.0/16\",\n \"gw\": \"172.23.0.150\"\n }\n ]\n }\n}\n"}} creationTimestamp: "2025-10-11T10:52:42Z" generation: 1 labels: osp/net: octavia osp/net-attach-def-type: standard managedFields: - apiVersion: k8s.cni.cncf.io/v1 fieldsType: FieldsV1 fieldsV1: f:metadata: f:annotations: .: {} f:kubectl.kubernetes.io/last-applied-configuration: {} f:labels: .: {} f:osp/net: {} f:osp/net-attach-def-type: {} f:spec: .: {} f:config: {} manager: kubectl-client-side-apply operation: Update time: "2025-10-11T10:52:42Z" name: octavia namespace: openstack resourceVersion: "33731" uid: 44a68f67-4962-478e-b062-443429eb7447 spec: config: | { "cniVersion": "0.3.1", "name": "octavia", "type": "bridge", "bridge": "octbr", "mtu": 1442, "ipam": { "type": "whereabouts", "range": "172.23.0.0/24", "range_start": "172.23.0.30", "range_end": "172.23.0.70", "routes": [ { "dst": "172.24.0.0/16", "gw": "172.23.0.150" } ] } }