Class IPBlockFluentImpl<A extends IPBlockFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.kubernetes.api.model.networking.v1.IPBlockFluentImpl<A>
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Fluent<A>
,io.fabric8.kubernetes.api.builder.Visitable<A>
,IPBlockFluent<A>
- Direct Known Subclasses:
IPBlockBuilder
,NetworkPolicyPeerFluentImpl.IpBlockNestedImpl
public class IPBlockFluentImpl<A extends IPBlockFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements IPBlockFluent<A>
-
-
Constructor Summary
Constructors Constructor Description IPBlockFluentImpl()
IPBlockFluentImpl(IPBlock instance)
-
Method Summary
All Methods Instance Methods Concrete Methods 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(Predicate<String> predicate)
Boolean
hasCidr()
Boolean
hasExcept()
int
hashCode()
Boolean
hasMatchingExcept(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 Detail
-
IPBlockFluentImpl
public IPBlockFluentImpl()
-
IPBlockFluentImpl
public IPBlockFluentImpl(IPBlock instance)
-
-
Method Detail
-
getCidr
public String getCidr()
- Specified by:
getCidr
in interfaceIPBlockFluent<A extends IPBlockFluent<A>>
-
withCidr
public A withCidr(String cidr)
- Specified by:
withCidr
in interfaceIPBlockFluent<A extends IPBlockFluent<A>>
-
hasCidr
public Boolean hasCidr()
- Specified by:
hasCidr
in interfaceIPBlockFluent<A extends IPBlockFluent<A>>
-
withNewCidr
public A withNewCidr(String arg1)
- Specified by:
withNewCidr
in interfaceIPBlockFluent<A extends IPBlockFluent<A>>
-
withNewCidr
public A withNewCidr(StringBuilder arg1)
- Specified by:
withNewCidr
in interfaceIPBlockFluent<A extends IPBlockFluent<A>>
-
withNewCidr
public A withNewCidr(StringBuffer arg1)
- Specified by:
withNewCidr
in interfaceIPBlockFluent<A extends IPBlockFluent<A>>
-
addToExcept
public A addToExcept(int index, String item)
- Specified by:
addToExcept
in interfaceIPBlockFluent<A extends IPBlockFluent<A>>
-
setToExcept
public A setToExcept(int index, String item)
- Specified by:
setToExcept
in interfaceIPBlockFluent<A extends IPBlockFluent<A>>
-
addToExcept
public A addToExcept(String... items)
- Specified by:
addToExcept
in interfaceIPBlockFluent<A extends IPBlockFluent<A>>
-
addAllToExcept
public A addAllToExcept(Collection<String> items)
- Specified by:
addAllToExcept
in interfaceIPBlockFluent<A extends IPBlockFluent<A>>
-
removeFromExcept
public A removeFromExcept(String... items)
- Specified by:
removeFromExcept
in interfaceIPBlockFluent<A extends IPBlockFluent<A>>
-
removeAllFromExcept
public A removeAllFromExcept(Collection<String> items)
- Specified by:
removeAllFromExcept
in interfaceIPBlockFluent<A extends IPBlockFluent<A>>
-
getExcept
public List<String> getExcept()
- Specified by:
getExcept
in interfaceIPBlockFluent<A extends IPBlockFluent<A>>
-
getExcept
public String getExcept(int index)
- Specified by:
getExcept
in interfaceIPBlockFluent<A extends IPBlockFluent<A>>
-
getFirstExcept
public String getFirstExcept()
- Specified by:
getFirstExcept
in interfaceIPBlockFluent<A extends IPBlockFluent<A>>
-
getLastExcept
public String getLastExcept()
- Specified by:
getLastExcept
in interfaceIPBlockFluent<A extends IPBlockFluent<A>>
-
getMatchingExcept
public String getMatchingExcept(Predicate<String> predicate)
- Specified by:
getMatchingExcept
in interfaceIPBlockFluent<A extends IPBlockFluent<A>>
-
hasMatchingExcept
public Boolean hasMatchingExcept(Predicate<String> predicate)
- Specified by:
hasMatchingExcept
in interfaceIPBlockFluent<A extends IPBlockFluent<A>>
-
withExcept
public A withExcept(List<String> except)
- Specified by:
withExcept
in interfaceIPBlockFluent<A extends IPBlockFluent<A>>
-
withExcept
public A withExcept(String... except)
- Specified by:
withExcept
in interfaceIPBlockFluent<A extends IPBlockFluent<A>>
-
hasExcept
public Boolean hasExcept()
- Specified by:
hasExcept
in interfaceIPBlockFluent<A extends IPBlockFluent<A>>
-
addNewExcept
public A addNewExcept(String arg1)
- Specified by:
addNewExcept
in interfaceIPBlockFluent<A extends IPBlockFluent<A>>
-
addNewExcept
public A addNewExcept(StringBuilder arg1)
- Specified by:
addNewExcept
in interfaceIPBlockFluent<A extends IPBlockFluent<A>>
-
addNewExcept
public A addNewExcept(StringBuffer arg1)
- Specified by:
addNewExcept
in interfaceIPBlockFluent<A extends IPBlockFluent<A>>
-
-