Class V1ServiceCIDRSpec
java.lang.Object
io.kubernetes.client.openapi.models.V1ServiceCIDRSpec
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2025-05-22T21:20:49.874193Z[Etc/UTC]")
public class V1ServiceCIDRSpec
extends Object
ServiceCIDRSpec define the CIDRs the user wants to use for allocating ClusterIPs for Services.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
SERIALIZED_NAME_CIDRS
- See Also:
-
-
Constructor Details
-
V1ServiceCIDRSpec
public V1ServiceCIDRSpec()
-
-
Method Details
-
cidrs
-
addCidrsItem
-
getCidrs
CIDRs defines the IP blocks in CIDR notation (e.g. \"192.168.0.0/24\" or \"2001:db8::/64\") from which to assign service cluster IPs. Max of two CIDRs is allowed, one of each IP family. This field is immutable.- Returns:
- cidrs
-
setCidrs
-
equals
-
hashCode
public int hashCode() -
toString
-