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
Copy file name to clipboardexpand all lines: api/docs/apis-network.openshift.io/v1.ClusterNetwork.adoc
+4-1
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,10 @@ Expand or mouse-over a field for more information about it.
19
19
++++
20
20
<pre>
21
21
<div style="margin-left:13px;"><span title="(string) APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources">apiVersion</span>:
22
-
</div><div style="margin-left:13px;"><span title="(integer) 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">hostsubnetlength</span>:
22
+
</div><details><summary><span title="(array) ClusterNetworks is a list of ClusterNetwork objects that defines the global overlay network's L3 space by specifying a set of CIDR and netmasks that the SDN can allocate addressed from. If this is specified, then DeprecatedClusterNetworkCIDR and DeprecatedHostSubnetLength may not be set.">clusterNetworks</span>:
23
+
</summary><div style="margin-left:13px;">- <span title="(string) CIDR defines the total range of a cluster networks address space.">CIDR</span>:
24
+
</div><div style="margin-left:13px;"> <span title="(integer) 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.">hostSubnetLength</span>:
25
+
</div></details><div style="margin-left:13px;"><span title="(integer) 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">hostsubnetlength</span>:
23
26
</div><div style="margin-left:13px;"><span title="(string) Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds">kind</span>:
24
27
</div><details open><summary><span title="(v1.ObjectMeta) Standard object's metadata.">metadata</span>:
25
28
</summary><details><summary> <span title="(object) Annotations is an unstructured key value map stored with a resource that may be set by external tools to store and retrieve arbitrary metadata. They are not queryable and should be preserved when modifying objects. More info: http://kubernetes.io/docs/user-guide/annotations">annotations</span>:
Copy file name to clipboardexpand all lines: api/docs/oapi/v1.ClusterNetwork.adoc
+4-1
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,10 @@ Expand or mouse-over a field for more information about it.
19
19
++++
20
20
<pre>
21
21
<div style="margin-left:13px;"><span title="(string) APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources">apiVersion</span>:
22
-
</div><div style="margin-left:13px;"><span title="(integer) 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">hostsubnetlength</span>:
22
+
</div><details><summary><span title="(array) ClusterNetworks is a list of ClusterNetwork objects that defines the global overlay network's L3 space by specifying a set of CIDR and netmasks that the SDN can allocate addressed from. If this is specified, then DeprecatedClusterNetworkCIDR and DeprecatedHostSubnetLength may not be set.">clusterNetworks</span>:
23
+
</summary><div style="margin-left:13px;">- <span title="(string) CIDR defines the total range of a cluster networks address space.">CIDR</span>:
24
+
</div><div style="margin-left:13px;"> <span title="(integer) 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.">hostSubnetLength</span>:
25
+
</div></details><div style="margin-left:13px;"><span title="(integer) 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">hostsubnetlength</span>:
23
26
</div><div style="margin-left:13px;"><span title="(string) Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds">kind</span>:
24
27
</div><details open><summary><span title="(v1.ObjectMeta) Standard object's metadata.">metadata</span>:
25
28
</summary><details><summary> <span title="(object) Annotations is an unstructured key value map stored with a resource that may be set by external tools to store and retrieve arbitrary metadata. They are not queryable and should be preserved when modifying objects. More info: http://kubernetes.io/docs/user-guide/annotations">annotations</span>:
Copy file name to clipboardexpand all lines: api/swagger-spec/oapi-v1.json
+27-3
Original file line number
Diff line number
Diff line change
@@ -22781,9 +22781,8 @@
22781
22781
"id": "v1.ClusterNetwork",
22782
22782
"description": "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.",
22783
22783
"required": [
22784
-
"network",
22785
-
"hostsubnetlength",
22786
-
"serviceNetwork"
22784
+
"serviceNetwork",
22785
+
"clusterNetworks"
22787
22786
],
22788
22787
"properties": {
22789
22788
"kind": {
@@ -22813,6 +22812,31 @@
22813
22812
"pluginName": {
22814
22813
"type": "string",
22815
22814
"description": "PluginName is the name of the network plugin being used"
22815
+
},
22816
+
"clusterNetworks": {
22817
+
"type": "array",
22818
+
"items": {
22819
+
"$ref": "v1.ClusterNetworkEntry"
22820
+
},
22821
+
"description": "ClusterNetworks is a list of ClusterNetwork objects that defines the global overlay network's L3 space by specifying a set of CIDR and netmasks that the SDN can allocate addressed from. If this is specified, then DeprecatedClusterNetworkCIDR and DeprecatedHostSubnetLength may not be set."
22822
+
}
22823
+
}
22824
+
},
22825
+
"v1.ClusterNetworkEntry": {
22826
+
"id": "v1.ClusterNetworkEntry",
22827
+
"description": "ClusterNetworkEntry defines an individual cluster network. The CIDRs cannot overlap with other cluster network CIDRs, CIDRs reserved for external ips, CIDRs reserved for service networks, and CIDRs reserved for ingress ips.",
22828
+
"required": [
22829
+
"CIDR",
22830
+
"hostSubnetLength"
22831
+
],
22832
+
"properties": {
22833
+
"CIDR": {
22834
+
"type": "string",
22835
+
"description": "CIDR defines the total range of a cluster networks address space."
22836
+
},
22837
+
"hostSubnetLength": {
22838
+
"type": "integer",
22839
+
"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."
"description": "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.",
90744
90744
"required": [
90745
-
"network",
90746
-
"hostsubnetlength",
90747
-
"serviceNetwork"
90745
+
"serviceNetwork",
90746
+
"clusterNetworks"
90748
90747
],
90749
90748
"properties": {
90750
90749
"apiVersion": {
90751
90750
"description": "APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources",
90752
90751
"type": "string"
90753
90752
},
90753
+
"clusterNetworks": {
90754
+
"description": "ClusterNetworks is a list of ClusterNetwork objects that defines the global overlay network's L3 space by specifying a set of CIDR and netmasks that the SDN can allocate addressed from. If this is specified, then DeprecatedClusterNetworkCIDR and DeprecatedHostSubnetLength may not be set.",
"description": "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",
"description": "ClusterNetworkEntry defines an individual cluster network. The CIDRs cannot overlap with other cluster network CIDRs, CIDRs reserved for external ips, CIDRs reserved for service networks, and CIDRs reserved for ingress ips.",
90801
+
"required": [
90802
+
"CIDR",
90803
+
"hostSubnetLength"
90804
+
],
90805
+
"properties": {
90806
+
"CIDR": {
90807
+
"description": "CIDR defines the total range of a cluster networks address space.",
90808
+
"type": "string"
90809
+
},
90810
+
"hostSubnetLength": {
90811
+
"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.",
"": "ClusterNetworkEntry defines an individual cluster network. The CIDRs cannot overlap with other cluster network CIDRs, CIDRs reserved for external ips, CIDRs reserved for service networks, and CIDRs reserved for ingress ips.",
150
+
"cidr": "CIDR defines the total range of a cluster networks address space.",
151
+
"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 pod.",
"": "ControllerConfig holds configuration values for controllers",
150
160
"election": "Election defines the configuration for electing a controller instance to make changes to the cluster. If unspecified, the ControllerTTL value is checked to determine whether the legacy direct etcd election code will be used.",
"": "MasterNetworkConfig to be passed to the compiled in network plugin",
538
548
"networkPluginName": "NetworkPluginName is the name of the network plugin to use",
539
-
"clusterNetworkCIDR": "ClusterNetworkCIDR is the CIDR string to specify the global overlay network's L3 space",
540
-
"hostSubnetLength": "HostSubnetLength is the number of bits to allocate to each host's subnet e.g. 8 would mean a /24 network on the host",
549
+
"clusterNetworkCIDR": "ClusterNetworkCIDR is the CIDR string to specify the global overlay network's L3 space. Deprecated, but maintained for backwards compatibility, use ClusterNetworks instead.",
550
+
"clusterNetworks": "ClusterNetworks is a list of ClusterNetwork objects that defines the global overlay network's L3 space by specifying a set of CIDR and netmasks that the SDN can allocate addressed from. If this is specified, then DeprecatedClusterNetworkCIDR and DeprecatedHostSubnetLength may not be set.",
551
+
"hostSubnetLength": "HostSubnetLength is the number of bits to allocate to each host's subnet e.g. 8 would mean a /24 network on the host. Deprecated, but maintained for backwards compatibility, use ClusterNetworks instead.",
541
552
"serviceNetworkCIDR": "ServiceNetwork is the CIDR string to specify the service networks",
542
553
"externalIPNetworkCIDRs": "ExternalIPNetworkCIDRs controls what values are acceptable for the service external IP field. If empty, no externalIP may be set. It may contain a list of CIDRs which are checked for access. If a CIDR is prefixed with !, IPs in that CIDR will be rejected. Rejections will be applied first, then the IP checked against one of the allowed CIDRs. You should ensure this range does not overlap with your nodes, pods, or service CIDRs for security reasons.",
543
554
"ingressIPNetworkCIDR": "IngressIPNetworkCIDR controls the range to assign ingress ips from for services of type LoadBalancer on bare metal. If empty, ingress ips will not be assigned. It may contain a single CIDR that will be allocated from. For security reasons, you should ensure that this range does not overlap with the CIDRs reserved for external ips, nodes, pods, or services.",
0 commit comments