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 A
addAllToExcept(Collection<String> items)
A
addNewExcept(String arg1)
A
addNewExcept(StringBuffer arg1)
A
addNewExcept(StringBuilder arg1)
A
addToExcept(int index, String item)
A
addToExcept(String... items)
boolean
equals(Object o)
String
getCidr()
List<String>
getExcept()
String
getExcept(int index)
String
getFirstExcept()
String
getLastExcept()
String
getMatchingExcept(io.fabric8.kubernetes.api.builder.Predicate<String> predicate)
Boolean
hasCidr()
Boolean
hasExcept()
Boolean
hasMatchingExcept(io.fabric8.kubernetes.api.builder.Predicate<String> predicate)
A
removeAllFromExcept(Collection<String> items)
A
removeFromExcept(String... items)
A
setToExcept(int index, String item)
A
withCidr(String cidr)
A
withExcept(String... except)
A
withExcept(List<String> except)
A
withNewCidr(String arg1)
A
withNewCidr(StringBuffer arg1)
A
withNewCidr(StringBuilder arg1)
-
Constructor Details
-
IPBlockFluentImpl
public IPBlockFluentImpl() -
IPBlockFluentImpl
-
-
Method Details
-
getCidr
- Specified by:
getCidr
in interfaceIPBlockFluent<A extends IPBlockFluent<A>>
-
withCidr
- Specified by:
withCidr
in interfaceIPBlockFluent<A extends IPBlockFluent<A>>
-
hasCidr
- Specified by:
hasCidr
in interfaceIPBlockFluent<A extends IPBlockFluent<A>>
-
withNewCidr
- Specified by:
withNewCidr
in interfaceIPBlockFluent<A extends IPBlockFluent<A>>
-
withNewCidr
- Specified by:
withNewCidr
in interfaceIPBlockFluent<A extends IPBlockFluent<A>>
-
withNewCidr
- Specified by:
withNewCidr
in interfaceIPBlockFluent<A extends IPBlockFluent<A>>
-
addToExcept
- Specified by:
addToExcept
in interfaceIPBlockFluent<A extends IPBlockFluent<A>>
-
setToExcept
- Specified by:
setToExcept
in interfaceIPBlockFluent<A extends IPBlockFluent<A>>
-
addToExcept
- Specified by:
addToExcept
in interfaceIPBlockFluent<A extends IPBlockFluent<A>>
-
addAllToExcept
- Specified by:
addAllToExcept
in interfaceIPBlockFluent<A extends IPBlockFluent<A>>
-
removeFromExcept
- Specified by:
removeFromExcept
in interfaceIPBlockFluent<A extends IPBlockFluent<A>>
-
removeAllFromExcept
- Specified by:
removeAllFromExcept
in interfaceIPBlockFluent<A extends IPBlockFluent<A>>
-
getExcept
- Specified by:
getExcept
in interfaceIPBlockFluent<A extends IPBlockFluent<A>>
-
getExcept
- Specified by:
getExcept
in interfaceIPBlockFluent<A extends IPBlockFluent<A>>
-
getFirstExcept
- Specified by:
getFirstExcept
in interfaceIPBlockFluent<A extends IPBlockFluent<A>>
-
getLastExcept
- Specified by:
getLastExcept
in interfaceIPBlockFluent<A extends IPBlockFluent<A>>
-
getMatchingExcept
- Specified by:
getMatchingExcept
in interfaceIPBlockFluent<A extends IPBlockFluent<A>>
-
hasMatchingExcept
- Specified by:
hasMatchingExcept
in interfaceIPBlockFluent<A extends IPBlockFluent<A>>
-
withExcept
- Specified by:
withExcept
in interfaceIPBlockFluent<A extends IPBlockFluent<A>>
-
withExcept
- Specified by:
withExcept
in interfaceIPBlockFluent<A extends IPBlockFluent<A>>
-
hasExcept
- Specified by:
hasExcept
in interfaceIPBlockFluent<A extends IPBlockFluent<A>>
-
addNewExcept
- Specified by:
addNewExcept
in interfaceIPBlockFluent<A extends IPBlockFluent<A>>
-
addNewExcept
- Specified by:
addNewExcept
in interfaceIPBlockFluent<A extends IPBlockFluent<A>>
-
addNewExcept
- Specified by:
addNewExcept
in interfaceIPBlockFluent<A extends IPBlockFluent<A>>
-
equals
-