Skip to content

Commit 339e530

Browse files
committed
implement Octavia loadbalancer pool controller
Add pool and member support as a sub-resource. Members are modeled this way because they can only exist as part of a pool and have no independent existence.
1 parent 94bf2f4 commit 339e530

79 files changed

Lines changed: 6463 additions & 323 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

PROJECT

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,14 @@ resources:
5656
kind: KeyPair
5757
path: github.com/k-orc/openstack-resource-controller/api/v1alpha1
5858
version: v1alpha1
59+
- api:
60+
crdVersion: v1
61+
namespaced: true
62+
domain: k-orc.cloud
63+
group: openstack
64+
kind: LBPool
65+
path: github.com/k-orc/openstack-resource-controller/api/v1alpha1
66+
version: v1alpha1
5967
- api:
6068
crdVersion: v1
6169
namespaced: true

0 commit comments

Comments
 (0)