Class V1beta1ServiceCIDRSpec
java.lang.Object
io.kubernetes.client.openapi.models.V1beta1ServiceCIDRSpec
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2025-02-07T19:21:52.410010Z[Etc/UTC]")
public class V1beta1ServiceCIDRSpec
extends Object
ServiceCIDRSpec define the CIDRs the user wants to use for allocating ClusterIPs for Services.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddCidrsItem
(String cidrsItem) boolean
getCidrs()
CIDRs defines the IP blocks in CIDR notation (e.gint
hashCode()
void
toString()
-
Field Details
-
SERIALIZED_NAME_CIDRS
- See Also:
-
-
Constructor Details
-
V1beta1ServiceCIDRSpec
public V1beta1ServiceCIDRSpec()
-
-
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
-