Class IPBlockFluentImpl<A extends IPBlockFluent<A>>
java.lang.Object
io.fabric8.kubernetes.api.builder.BaseFluent<A>
io.fabric8.kubernetes.api.model.networking.IPBlockFluentImpl<A>
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Fluent<A>,io.fabric8.kubernetes.api.builder.Visitable<A>,IPBlockFluent<A>
- Direct Known Subclasses:
DoneableIPBlock,IPBlockBuilder,NetworkPolicyPeerFluentImpl.IpBlockNestedImpl
public class IPBlockFluentImpl<A extends IPBlockFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements IPBlockFluent<A>
-
Field Summary
-
Constructor Summary
Constructors Constructor Description IPBlockFluentImpl()IPBlockFluentImpl(IPBlock instance) -
Method Summary
Modifier and Type Method Description AaddAllToExcept(Collection<String> items)AaddNewExcept(String arg1)AaddNewExcept(StringBuffer arg1)AaddNewExcept(StringBuilder arg1)AaddToExcept(int index, String item)AaddToExcept(String... items)booleanequals(Object o)StringgetCidr()List<String>getExcept()StringgetExcept(int index)StringgetFirstExcept()StringgetLastExcept()StringgetMatchingExcept(io.fabric8.kubernetes.api.builder.Predicate<String> predicate)BooleanhasCidr()BooleanhasExcept()BooleanhasMatchingExcept(io.fabric8.kubernetes.api.builder.Predicate<String> predicate)AremoveAllFromExcept(Collection<String> items)AremoveFromExcept(String... items)AsetToExcept(int index, String item)AwithCidr(String cidr)AwithExcept(String... except)AwithExcept(List<String> except)AwithNewCidr(String arg1)AwithNewCidr(StringBuffer arg1)AwithNewCidr(StringBuilder arg1)
-
Constructor Details
-
IPBlockFluentImpl
public IPBlockFluentImpl() -
IPBlockFluentImpl
-
-
Method Details
-
getCidr
- Specified by:
getCidrin interfaceIPBlockFluent<A extends IPBlockFluent<A>>
-
withCidr
- Specified by:
withCidrin interfaceIPBlockFluent<A extends IPBlockFluent<A>>
-
hasCidr
- Specified by:
hasCidrin interfaceIPBlockFluent<A extends IPBlockFluent<A>>
-
withNewCidr
- Specified by:
withNewCidrin interfaceIPBlockFluent<A extends IPBlockFluent<A>>
-
withNewCidr
- Specified by:
withNewCidrin interfaceIPBlockFluent<A extends IPBlockFluent<A>>
-
withNewCidr
- Specified by:
withNewCidrin interfaceIPBlockFluent<A extends IPBlockFluent<A>>
-
addToExcept
- Specified by:
addToExceptin interfaceIPBlockFluent<A extends IPBlockFluent<A>>
-
setToExcept
- Specified by:
setToExceptin interfaceIPBlockFluent<A extends IPBlockFluent<A>>
-
addToExcept
- Specified by:
addToExceptin interfaceIPBlockFluent<A extends IPBlockFluent<A>>
-
addAllToExcept
- Specified by:
addAllToExceptin interfaceIPBlockFluent<A extends IPBlockFluent<A>>
-
removeFromExcept
- Specified by:
removeFromExceptin interfaceIPBlockFluent<A extends IPBlockFluent<A>>
-
removeAllFromExcept
- Specified by:
removeAllFromExceptin interfaceIPBlockFluent<A extends IPBlockFluent<A>>
-
getExcept
- Specified by:
getExceptin interfaceIPBlockFluent<A extends IPBlockFluent<A>>
-
getExcept
- Specified by:
getExceptin interfaceIPBlockFluent<A extends IPBlockFluent<A>>
-
getFirstExcept
- Specified by:
getFirstExceptin interfaceIPBlockFluent<A extends IPBlockFluent<A>>
-
getLastExcept
- Specified by:
getLastExceptin interfaceIPBlockFluent<A extends IPBlockFluent<A>>
-
getMatchingExcept
- Specified by:
getMatchingExceptin interfaceIPBlockFluent<A extends IPBlockFluent<A>>
-
hasMatchingExcept
- Specified by:
hasMatchingExceptin interfaceIPBlockFluent<A extends IPBlockFluent<A>>
-
withExcept
- Specified by:
withExceptin interfaceIPBlockFluent<A extends IPBlockFluent<A>>
-
withExcept
- Specified by:
withExceptin interfaceIPBlockFluent<A extends IPBlockFluent<A>>
-
hasExcept
- Specified by:
hasExceptin interfaceIPBlockFluent<A extends IPBlockFluent<A>>
-
addNewExcept
- Specified by:
addNewExceptin interfaceIPBlockFluent<A extends IPBlockFluent<A>>
-
addNewExcept
- Specified by:
addNewExceptin interfaceIPBlockFluent<A extends IPBlockFluent<A>>
-
addNewExcept
- Specified by:
addNewExceptin interfaceIPBlockFluent<A extends IPBlockFluent<A>>
-
equals
-