d5d4ef1f9d
This patch adds a new subnet driver that creates a new network for each created k8s namespace. It makes use of K8s CRDs to store the information about the network resources created for each namespace Partially Implements: blueprint network-namespace Change-Id: I7988e1da7a9ed57f29c85ddcd99bb2c87808010e
13 lines
247 B
YAML
13 lines
247 B
YAML
apiVersion: apiextensions.k8s.io/v1beta1
|
|
kind: CustomResourceDefinition
|
|
metadata:
|
|
name: kuryrnets.openstack.org
|
|
spec:
|
|
group: openstack.org
|
|
version: v1
|
|
scope: Cluster
|
|
names:
|
|
plural: kuryrnets
|
|
singular: kuryrnet
|
|
kind: KuryrNet
|