Class V1IPBlockFluentImpl<A extends V1IPBlockFluent<A>>
java.lang.Object
io.kubernetes.client.fluent.BaseFluent<A>
io.kubernetes.client.openapi.models.V1IPBlockFluentImpl<A>
- All Implemented Interfaces:
Fluent<A>
,Visitable<A>
,V1IPBlockFluent<A>
- Direct Known Subclasses:
V1IPBlockBuilder
public class V1IPBlockFluentImpl<A extends V1IPBlockFluent<A>>
extends BaseFluent<A>
implements V1IPBlockFluent<A>
Generated
-
Field Summary
Fields inherited from class io.kubernetes.client.fluent.BaseFluent
_visitables, VISIT
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddAllToExcept
(Collection<String> items) addToExcept
(Integer index, String item) addToExcept
(String... items) boolean
getCidr()
getMatchingExcept
(Predicate<String> predicate) hasCidr()
int
hashCode()
hasMatchingExcept
(Predicate<String> predicate) removeAllFromExcept
(Collection<String> items) removeFromExcept
(String... items) setToExcept
(Integer index, String item) toString()
withExcept
(String... except) withExcept
(List<String> except) Methods inherited from class io.kubernetes.client.fluent.BaseFluent
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOf
-
Constructor Details
-
V1IPBlockFluentImpl
public V1IPBlockFluentImpl() -
V1IPBlockFluentImpl
public V1IPBlockFluentImpl(io.kubernetes.client.openapi.models.V1IPBlock instance)
-
-
Method Details
-
getCidr
- Specified by:
getCidr
in interfaceV1IPBlockFluent<A extends V1IPBlockFluent<A>>
-
withCidr
- Specified by:
withCidr
in interfaceV1IPBlockFluent<A extends V1IPBlockFluent<A>>
-
hasCidr
- Specified by:
hasCidr
in interfaceV1IPBlockFluent<A extends V1IPBlockFluent<A>>
-
addToExcept
- Specified by:
addToExcept
in interfaceV1IPBlockFluent<A extends V1IPBlockFluent<A>>
-
setToExcept
- Specified by:
setToExcept
in interfaceV1IPBlockFluent<A extends V1IPBlockFluent<A>>
-
addToExcept
- Specified by:
addToExcept
in interfaceV1IPBlockFluent<A extends V1IPBlockFluent<A>>
-
addAllToExcept
- Specified by:
addAllToExcept
in interfaceV1IPBlockFluent<A extends V1IPBlockFluent<A>>
-
removeFromExcept
- Specified by:
removeFromExcept
in interfaceV1IPBlockFluent<A extends V1IPBlockFluent<A>>
-
removeAllFromExcept
- Specified by:
removeAllFromExcept
in interfaceV1IPBlockFluent<A extends V1IPBlockFluent<A>>
-
getExcept
- Specified by:
getExcept
in interfaceV1IPBlockFluent<A extends V1IPBlockFluent<A>>
-
getExcept
- Specified by:
getExcept
in interfaceV1IPBlockFluent<A extends V1IPBlockFluent<A>>
-
getFirstExcept
- Specified by:
getFirstExcept
in interfaceV1IPBlockFluent<A extends V1IPBlockFluent<A>>
-
getLastExcept
- Specified by:
getLastExcept
in interfaceV1IPBlockFluent<A extends V1IPBlockFluent<A>>
-
getMatchingExcept
- Specified by:
getMatchingExcept
in interfaceV1IPBlockFluent<A extends V1IPBlockFluent<A>>
-
hasMatchingExcept
- Specified by:
hasMatchingExcept
in interfaceV1IPBlockFluent<A extends V1IPBlockFluent<A>>
-
withExcept
- Specified by:
withExcept
in interfaceV1IPBlockFluent<A extends V1IPBlockFluent<A>>
-
withExcept
- Specified by:
withExcept
in interfaceV1IPBlockFluent<A extends V1IPBlockFluent<A>>
-
hasExcept
- Specified by:
hasExcept
in interfaceV1IPBlockFluent<A extends V1IPBlockFluent<A>>
-
equals
- Overrides:
equals
in classBaseFluent<A extends V1IPBlockFluent<A>>
-
hashCode
public int hashCode()- Overrides:
hashCode
in classBaseFluent<A extends V1IPBlockFluent<A>>
-
toString
-