@@ -2,12 +2,70 @@ apiVersion: operators.coreos.com/v1alpha1
22kind : ClusterServiceVersion
33metadata :
44 annotations :
5- alm-examples : ' []'
5+ alm-examples : |-
6+ [
7+ {
8+ "apiVersion": "lb.lbconfig.carlosedp.com/v1",
9+ "kind": "ExternalLoadBalancer",
10+ "metadata": {
11+ "name": "externalloadbalancer-infra-sample",
12+ "namespace": "lbconfig-operator-system"
13+ },
14+ "spec": {
15+ "monitor": {
16+ "monitortype": "http",
17+ "path": "/healthz",
18+ "port": 1936
19+ },
20+ "ports": [
21+ 80,
22+ 443
23+ ],
24+ "provider": {
25+ "creds": "f5-creds",
26+ "host": "https://192.168.1.35",
27+ "partition": "Common",
28+ "port": 443,
29+ "validatecerts": false,
30+ "vendor": "F5_BigIP"
31+ },
32+ "type": "infra",
33+ "vip": "192.168.1.45"
34+ }
35+ },
36+ {
37+ "apiVersion": "lb.lbconfig.carlosedp.com/v1",
38+ "kind": "ExternalLoadBalancer",
39+ "metadata": {
40+ "name": "externalloadbalancer-master-sample",
41+ "namespace": "lbconfig-operator-system"
42+ },
43+ "spec": {
44+ "monitor": {
45+ "monitortype": "https",
46+ "path": "/healthz",
47+ "port": 6443
48+ },
49+ "ports": [
50+ 6443
51+ ],
52+ "provider": {
53+ "creds": "netscaler-creds",
54+ "host": "https://192.168.1.36",
55+ "port": 443,
56+ "validatecerts": false,
57+ "vendor": "Citrix_ADC"
58+ },
59+ "type": "master",
60+ "vip": "192.168.1.40"
61+ }
62+ }
63+ ]
664 capabilities : Auto Pilot
765 categories : Networking
866 certified : " false"
967 containerImage : quay.io/carlosedp/lbconfig-operator:v0.6.1-dev
10- createdAt : " 2026-06-15T23:16:24Z "
68+ createdAt : " 2026-06-15T23:57:28Z "
1169 description : Manage External Load Balancers allowing creation/update for VIPs
1270 and Servers dynamically via API.
1371 k8sMaxVersion : " "
0 commit comments