Class V1SchedulingFluentImpl<A extends V1SchedulingFluent<A>>
java.lang.Object
io.kubernetes.client.fluent.BaseFluent<A>
io.kubernetes.client.openapi.models.V1SchedulingFluentImpl<A>
- All Implemented Interfaces:
Fluent<A>
,Visitable<A>
,V1SchedulingFluent<A>
- Direct Known Subclasses:
V1SchedulingBuilder
public class V1SchedulingFluentImpl<A extends V1SchedulingFluent<A>>
extends BaseFluent<A>
implements V1SchedulingFluent<A>
Generated
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.kubernetes.client.openapi.models.V1SchedulingFluent
V1SchedulingFluent.TolerationsNested<N>
-
Field Summary
Fields inherited from class io.kubernetes.client.fluent.BaseFluent
_visitables, VISIT
-
Constructor Summary
ConstructorsConstructorDescriptionV1SchedulingFluentImpl
(io.kubernetes.client.openapi.models.V1Scheduling instance) -
Method Summary
Modifier and TypeMethodDescriptionaddAllToTolerations
(Collection<io.kubernetes.client.openapi.models.V1Toleration> items) addNewTolerationLike
(io.kubernetes.client.openapi.models.V1Toleration item) addToNodeSelector
(String key, String value) addToNodeSelector
(Map<String, String> map) addToTolerations
(io.kubernetes.client.openapi.models.V1Toleration... items) addToTolerations
(Integer index, io.kubernetes.client.openapi.models.V1Toleration item) io.kubernetes.client.openapi.models.V1Toleration
io.kubernetes.client.openapi.models.V1Toleration
io.kubernetes.client.openapi.models.V1Toleration
buildMatchingToleration
(Predicate<V1TolerationBuilder> predicate) io.kubernetes.client.openapi.models.V1Toleration
buildToleration
(Integer index) List<io.kubernetes.client.openapi.models.V1Toleration>
editMatchingToleration
(Predicate<V1TolerationBuilder> predicate) editToleration
(Integer index) boolean
List<io.kubernetes.client.openapi.models.V1Toleration>
Deprecated.int
hashCode()
hasMatchingToleration
(Predicate<V1TolerationBuilder> predicate) removeAllFromTolerations
(Collection<io.kubernetes.client.openapi.models.V1Toleration> items) removeFromTolerations
(io.kubernetes.client.openapi.models.V1Toleration... items) setNewTolerationLike
(Integer index, io.kubernetes.client.openapi.models.V1Toleration item) setToTolerations
(Integer index, io.kubernetes.client.openapi.models.V1Toleration item) toString()
<K,
V> A withNodeSelector
(Map<String, String> nodeSelector) withTolerations
(io.kubernetes.client.openapi.models.V1Toleration... tolerations) withTolerations
(List<io.kubernetes.client.openapi.models.V1Toleration> tolerations) Methods inherited from class io.kubernetes.client.fluent.BaseFluent
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOf
-
Constructor Details
-
V1SchedulingFluentImpl
public V1SchedulingFluentImpl() -
V1SchedulingFluentImpl
public V1SchedulingFluentImpl(io.kubernetes.client.openapi.models.V1Scheduling instance)
-
-
Method Details
-
addToNodeSelector
- Specified by:
addToNodeSelector
in interfaceV1SchedulingFluent<A extends V1SchedulingFluent<A>>
-
addToNodeSelector
- Specified by:
addToNodeSelector
in interfaceV1SchedulingFluent<A extends V1SchedulingFluent<A>>
-
removeFromNodeSelector
- Specified by:
removeFromNodeSelector
in interfaceV1SchedulingFluent<A extends V1SchedulingFluent<A>>
-
removeFromNodeSelector
- Specified by:
removeFromNodeSelector
in interfaceV1SchedulingFluent<A extends V1SchedulingFluent<A>>
-
getNodeSelector
- Specified by:
getNodeSelector
in interfaceV1SchedulingFluent<A extends V1SchedulingFluent<A>>
-
withNodeSelector
- Specified by:
withNodeSelector
in interfaceV1SchedulingFluent<A extends V1SchedulingFluent<A>>
-
hasNodeSelector
- Specified by:
hasNodeSelector
in interfaceV1SchedulingFluent<A extends V1SchedulingFluent<A>>
-
addToTolerations
- Specified by:
addToTolerations
in interfaceV1SchedulingFluent<A extends V1SchedulingFluent<A>>
-
setToTolerations
- Specified by:
setToTolerations
in interfaceV1SchedulingFluent<A extends V1SchedulingFluent<A>>
-
addToTolerations
- Specified by:
addToTolerations
in interfaceV1SchedulingFluent<A extends V1SchedulingFluent<A>>
-
addAllToTolerations
- Specified by:
addAllToTolerations
in interfaceV1SchedulingFluent<A extends V1SchedulingFluent<A>>
-
removeFromTolerations
- Specified by:
removeFromTolerations
in interfaceV1SchedulingFluent<A extends V1SchedulingFluent<A>>
-
removeAllFromTolerations
public A removeAllFromTolerations(Collection<io.kubernetes.client.openapi.models.V1Toleration> items) - Specified by:
removeAllFromTolerations
in interfaceV1SchedulingFluent<A extends V1SchedulingFluent<A>>
-
removeMatchingFromTolerations
- Specified by:
removeMatchingFromTolerations
in interfaceV1SchedulingFluent<A extends V1SchedulingFluent<A>>
-
getTolerations
Deprecated.This method has been deprecated, please use method buildTolerations instead.- Specified by:
getTolerations
in interfaceV1SchedulingFluent<A extends V1SchedulingFluent<A>>
- Returns:
- The buildable object.
-
buildTolerations
- Specified by:
buildTolerations
in interfaceV1SchedulingFluent<A extends V1SchedulingFluent<A>>
-
buildToleration
- Specified by:
buildToleration
in interfaceV1SchedulingFluent<A extends V1SchedulingFluent<A>>
-
buildFirstToleration
public io.kubernetes.client.openapi.models.V1Toleration buildFirstToleration()- Specified by:
buildFirstToleration
in interfaceV1SchedulingFluent<A extends V1SchedulingFluent<A>>
-
buildLastToleration
public io.kubernetes.client.openapi.models.V1Toleration buildLastToleration()- Specified by:
buildLastToleration
in interfaceV1SchedulingFluent<A extends V1SchedulingFluent<A>>
-
buildMatchingToleration
public io.kubernetes.client.openapi.models.V1Toleration buildMatchingToleration(Predicate<V1TolerationBuilder> predicate) - Specified by:
buildMatchingToleration
in interfaceV1SchedulingFluent<A extends V1SchedulingFluent<A>>
-
hasMatchingToleration
- Specified by:
hasMatchingToleration
in interfaceV1SchedulingFluent<A extends V1SchedulingFluent<A>>
-
withTolerations
- Specified by:
withTolerations
in interfaceV1SchedulingFluent<A extends V1SchedulingFluent<A>>
-
withTolerations
- Specified by:
withTolerations
in interfaceV1SchedulingFluent<A extends V1SchedulingFluent<A>>
-
hasTolerations
- Specified by:
hasTolerations
in interfaceV1SchedulingFluent<A extends V1SchedulingFluent<A>>
-
addNewToleration
- Specified by:
addNewToleration
in interfaceV1SchedulingFluent<A extends V1SchedulingFluent<A>>
-
addNewTolerationLike
public V1SchedulingFluent.TolerationsNested<A> addNewTolerationLike(io.kubernetes.client.openapi.models.V1Toleration item) - Specified by:
addNewTolerationLike
in interfaceV1SchedulingFluent<A extends V1SchedulingFluent<A>>
-
setNewTolerationLike
public V1SchedulingFluent.TolerationsNested<A> setNewTolerationLike(Integer index, io.kubernetes.client.openapi.models.V1Toleration item) - Specified by:
setNewTolerationLike
in interfaceV1SchedulingFluent<A extends V1SchedulingFluent<A>>
-
editToleration
- Specified by:
editToleration
in interfaceV1SchedulingFluent<A extends V1SchedulingFluent<A>>
-
editFirstToleration
- Specified by:
editFirstToleration
in interfaceV1SchedulingFluent<A extends V1SchedulingFluent<A>>
-
editLastToleration
- Specified by:
editLastToleration
in interfaceV1SchedulingFluent<A extends V1SchedulingFluent<A>>
-
editMatchingToleration
public V1SchedulingFluent.TolerationsNested<A> editMatchingToleration(Predicate<V1TolerationBuilder> predicate) - Specified by:
editMatchingToleration
in interfaceV1SchedulingFluent<A extends V1SchedulingFluent<A>>
-
equals
- Overrides:
equals
in classBaseFluent<A extends V1SchedulingFluent<A>>
-
hashCode
public int hashCode()- Overrides:
hashCode
in classBaseFluent<A extends V1SchedulingFluent<A>>
-
toString
-