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) booleangetCidr()getMatchingExcept(Predicate<String> predicate) hasCidr()inthashCode()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:
getCidrin interfaceV1IPBlockFluent<A extends V1IPBlockFluent<A>>
-
withCidr
- Specified by:
withCidrin interfaceV1IPBlockFluent<A extends V1IPBlockFluent<A>>
-
hasCidr
- Specified by:
hasCidrin interfaceV1IPBlockFluent<A extends V1IPBlockFluent<A>>
-
addToExcept
- Specified by:
addToExceptin interfaceV1IPBlockFluent<A extends V1IPBlockFluent<A>>
-
setToExcept
- Specified by:
setToExceptin interfaceV1IPBlockFluent<A extends V1IPBlockFluent<A>>
-
addToExcept
- Specified by:
addToExceptin interfaceV1IPBlockFluent<A extends V1IPBlockFluent<A>>
-
addAllToExcept
- Specified by:
addAllToExceptin interfaceV1IPBlockFluent<A extends V1IPBlockFluent<A>>
-
removeFromExcept
- Specified by:
removeFromExceptin interfaceV1IPBlockFluent<A extends V1IPBlockFluent<A>>
-
removeAllFromExcept
- Specified by:
removeAllFromExceptin interfaceV1IPBlockFluent<A extends V1IPBlockFluent<A>>
-
getExcept
- Specified by:
getExceptin interfaceV1IPBlockFluent<A extends V1IPBlockFluent<A>>
-
getExcept
- Specified by:
getExceptin interfaceV1IPBlockFluent<A extends V1IPBlockFluent<A>>
-
getFirstExcept
- Specified by:
getFirstExceptin interfaceV1IPBlockFluent<A extends V1IPBlockFluent<A>>
-
getLastExcept
- Specified by:
getLastExceptin interfaceV1IPBlockFluent<A extends V1IPBlockFluent<A>>
-
getMatchingExcept
- Specified by:
getMatchingExceptin interfaceV1IPBlockFluent<A extends V1IPBlockFluent<A>>
-
hasMatchingExcept
- Specified by:
hasMatchingExceptin interfaceV1IPBlockFluent<A extends V1IPBlockFluent<A>>
-
withExcept
- Specified by:
withExceptin interfaceV1IPBlockFluent<A extends V1IPBlockFluent<A>>
-
withExcept
- Specified by:
withExceptin interfaceV1IPBlockFluent<A extends V1IPBlockFluent<A>>
-
hasExcept
- Specified by:
hasExceptin interfaceV1IPBlockFluent<A extends V1IPBlockFluent<A>>
-
equals
- Overrides:
equalsin classBaseFluent<A extends V1IPBlockFluent<A>>
-
hashCode
public int hashCode()- Overrides:
hashCodein classBaseFluent<A extends V1IPBlockFluent<A>>
-
toString
-