Skip to content

Commit 7d21547

Browse files
committed
auto generate
1 parent 6151b3e commit 7d21547

5 files changed

+22
-6
lines changed

bundle.Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ LABEL operators.operatorframework.io.bundle.metadata.v1=metadata/
77
LABEL operators.operatorframework.io.bundle.package.v1=vpn-gw
88
LABEL operators.operatorframework.io.bundle.channels.v1=candidate,fast,stable
99
LABEL operators.operatorframework.io.bundle.channel.default.v1=stable
10-
LABEL operators.operatorframework.io.metrics.builder=operator-sdk-v1.28.1
10+
LABEL operators.operatorframework.io.metrics.builder=operator-sdk-v1.29.0
1111
LABEL operators.operatorframework.io.metrics.mediatype.v1=metrics+v1
1212
LABEL operators.operatorframework.io.metrics.project_layout=go.kubebuilder.io/v4-alpha
1313

bundle/manifests/vpn-gw.clusterserviceversion.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ metadata:
2121
}
2222
]
2323
capabilities: Basic Install
24-
createdAt: "2023-06-11T07:05:16Z"
25-
operators.operatorframework.io/builder: operator-sdk-v1.28.1
24+
createdAt: "2023-06-12T10:26:32Z"
25+
operators.operatorframework.io/builder: operator-sdk-v1.29.0
2626
operators.operatorframework.io/project_layout: go.kubebuilder.io/v4-alpha
2727
name: vpn-gw.v0.0.1
2828
namespace: placeholder

bundle/manifests/vpn-gw.kube-ovn-operator.com_vpngws.yaml

+9-1
Original file line numberDiff line numberDiff line change
@@ -920,6 +920,9 @@ spec:
920920
publicIp:
921921
description: vpn gw static public ip, floating ip or router lb ip
922922
type: string
923+
publicSubnet:
924+
description: pubblic subnet use as eth0
925+
type: string
923926
qosBandwidth:
924927
description: 1Mbps bandwidth at least
925928
type: string
@@ -939,7 +942,8 @@ spec:
939942
subnet:
940943
description: pod subnet the vpn gw server pod running inside in this
941944
pod user can access all pod in this subnet via vpn gw if use subnet
942-
lb vip in this subnet, so no need svc cidr in this case
945+
lb vip in this subnet, so no need svc cidr in this case vpc subnet
946+
use as eth1
943947
type: string
944948
tolerations:
945949
description: vpn gw pod tolerations
@@ -995,6 +999,7 @@ spec:
995999
- ovpnProto
9961000
- ovpnSubnetCidr
9971001
- publicIp
1002+
- publicSubnet
9981003
- qosBandwidth
9991004
- replicas
10001005
- sslVpnImage
@@ -1927,6 +1932,8 @@ spec:
19271932
type: string
19281933
publicIp:
19291934
type: string
1935+
publicSubnet:
1936+
type: string
19301937
qosBandwidth:
19311938
type: string
19321939
replicas:
@@ -1993,6 +2000,7 @@ spec:
19932000
- ovpnProto
19942001
- ovpnSubnetCidr
19952002
- publicIp
2003+
- publicSubnet
19962004
- qosBandwidth
19972005
- replicas
19982006
- sslVpnImage

bundle/metadata/annotations.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ annotations:
66
operators.operatorframework.io.bundle.package.v1: vpn-gw
77
operators.operatorframework.io.bundle.channels.v1: candidate,fast,stable
88
operators.operatorframework.io.bundle.channel.default.v1: stable
9-
operators.operatorframework.io.metrics.builder: operator-sdk-v1.28.1
9+
operators.operatorframework.io.metrics.builder: operator-sdk-v1.29.0
1010
operators.operatorframework.io.metrics.mediatype.v1: metrics+v1
1111
operators.operatorframework.io.metrics.project_layout: go.kubebuilder.io/v4-alpha
1212

config/crd/bases/vpn-gw.kube-ovn-operator.com_vpngws.yaml

+9-1
Original file line numberDiff line numberDiff line change
@@ -921,6 +921,9 @@ spec:
921921
publicIp:
922922
description: vpn gw static public ip, floating ip or router lb ip
923923
type: string
924+
publicSubnet:
925+
description: pubblic subnet use as eth0
926+
type: string
924927
qosBandwidth:
925928
description: 1Mbps bandwidth at least
926929
type: string
@@ -940,7 +943,8 @@ spec:
940943
subnet:
941944
description: pod subnet the vpn gw server pod running inside in this
942945
pod user can access all pod in this subnet via vpn gw if use subnet
943-
lb vip in this subnet, so no need svc cidr in this case
946+
lb vip in this subnet, so no need svc cidr in this case vpc subnet
947+
use as eth1
944948
type: string
945949
tolerations:
946950
description: vpn gw pod tolerations
@@ -996,6 +1000,7 @@ spec:
9961000
- ovpnProto
9971001
- ovpnSubnetCidr
9981002
- publicIp
1003+
- publicSubnet
9991004
- qosBandwidth
10001005
- replicas
10011006
- sslVpnImage
@@ -1928,6 +1933,8 @@ spec:
19281933
type: string
19291934
publicIp:
19301935
type: string
1936+
publicSubnet:
1937+
type: string
19311938
qosBandwidth:
19321939
type: string
19331940
replicas:
@@ -1994,6 +2001,7 @@ spec:
19942001
- ovpnProto
19952002
- ovpnSubnetCidr
19962003
- publicIp
2004+
- publicSubnet
19972005
- qosBandwidth
19982006
- replicas
19992007
- sslVpnImage

0 commit comments

Comments
 (0)