You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description: "CIDR is the CIDR string specifying one section of the global overlay network's L3 space",
8384
+
Type: []string{"string"},
8385
+
Format: "",
8385
8386
},
8386
8387
},
8387
8388
"hostsubnetlength": {
8388
8389
SchemaProps: spec.SchemaProps{
8389
-
Type: []string{"integer"},
8390
-
Format: "int64",
8390
+
Description: "HostSubnetLength is the number of bits of the accompanying CIDR address to allocate to each node. eg, 8 would mean that each node would have a /24 slice of the overlay network for its pods",
Copy file name to clipboardExpand all lines: pkg/sdn/apis/network/v1/swagger_doc.go
+11Lines changed: 11 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,7 @@ var map_ClusterNetwork = map[string]string{
9
9
"": "ClusterNetwork describes the cluster network. There is normally only one object of this type, named \"default\", which is created by the SDN network plugin based on the master configuration when the cluster is brought up for the first time.",
10
10
"metadata": "Standard object's metadata.",
11
11
"network": "Network is a CIDR string specifying the global overlay network's L3 space",
12
+
"clusterNetworks": "ClusterNetworks contains the definition of the CIDRs and that specify the global overlay networks L3 space",
12
13
"hostsubnetlength": "HostSubnetLength is the number of bits of network to allocate to each node. eg, 8 would mean that each node would have a /24 slice of the overlay network for its pods",
13
14
"serviceNetwork": "ServiceNetwork is the CIDR range that Service IP addresses are allocated from",
14
15
"pluginName": "PluginName is the name of the network plugin being used",
"": "Contains the CIDR and the host subnet length that defines one portion of the global overlay networks L3 space",
24
+
"CIDR": "CIDR is the CIDR string specifying one section of the global overlay network's L3 space",
25
+
"hostsubnetlength": "HostSubnetLength is the number of bits of the accompanying CIDR address to allocate to each node. eg, 8 would mean that each node would have a /24 slice of the overlay network for its pods",
0 commit comments