Class V1IPBlock
java.lang.Object
io.kubernetes.client.openapi.models.V1IPBlock
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2022-12-05T08:14:34.919Z[Etc/UTC]")
public class V1IPBlock
extends Object
IPBlock describes a particular CIDR (Ex.
\"192.168.1.1/24\",\"2001:db9::/64\") that is allowed to the pods matched by
a NetworkPolicySpec's podSelector. The except entry describes CIDRs that should not be
included within this rule.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddExceptItem
(String exceptItem) boolean
getCidr()
CIDR is a string representing the IP Block Valid examples are \"192.168.1.1/24\" or \"2001:db9::/64\"Except is a slice of CIDRs that should not be included within an IP Block Valid examples are \"192.168.1.1/24\" or \"2001:db9::/64\" Except values will be rejected if they are outside the CIDR rangeint
hashCode()
void
void
toString()
-
Field Details
-
SERIALIZED_NAME_CIDR
- See Also:
-
SERIALIZED_NAME_EXCEPT
- See Also:
-
-
Constructor Details
-
V1IPBlock
public V1IPBlock()
-
-
Method Details
-
cidr
-
getCidr
CIDR is a string representing the IP Block Valid examples are \"192.168.1.1/24\" or \"2001:db9::/64\"- Returns:
- cidr
-
setCidr
-
except
-
addExceptItem
-
getExcept
Except is a slice of CIDRs that should not be included within an IP Block Valid examples are \"192.168.1.1/24\" or \"2001:db9::/64\" Except values will be rejected if they are outside the CIDR range- Returns:
- except
-
setExcept
-
equals
-
hashCode
public int hashCode() -
toString
-