Class V1TolerationFluentImpl<A extends V1TolerationFluent<A>>
java.lang.Object
io.kubernetes.client.fluent.BaseFluent<A>
io.kubernetes.client.openapi.models.V1TolerationFluentImpl<A>
- All Implemented Interfaces:
Fluent<A>
,Visitable<A>
,V1TolerationFluent<A>
- Direct Known Subclasses:
V1TolerationBuilder
public class V1TolerationFluentImpl<A extends V1TolerationFluent<A>>
extends BaseFluent<A>
implements V1TolerationFluent<A>
Generated
-
Field Summary
Fields inherited from class io.kubernetes.client.fluent.BaseFluent
_visitables, VISIT
-
Constructor Summary
ConstructorsConstructorDescriptionV1TolerationFluentImpl
(io.kubernetes.client.openapi.models.V1Toleration instance) -
Method Summary
Modifier and TypeMethodDescriptionboolean
getKey()
getValue()
int
hashCode()
hasKey()
hasValue()
toString()
withEffect
(String effect) withOperator
(String operator) withTolerationSeconds
(Long tolerationSeconds) Methods inherited from class io.kubernetes.client.fluent.BaseFluent
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOf
-
Constructor Details
-
V1TolerationFluentImpl
public V1TolerationFluentImpl() -
V1TolerationFluentImpl
public V1TolerationFluentImpl(io.kubernetes.client.openapi.models.V1Toleration instance)
-
-
Method Details
-
getEffect
- Specified by:
getEffect
in interfaceV1TolerationFluent<A extends V1TolerationFluent<A>>
-
withEffect
- Specified by:
withEffect
in interfaceV1TolerationFluent<A extends V1TolerationFluent<A>>
-
hasEffect
- Specified by:
hasEffect
in interfaceV1TolerationFluent<A extends V1TolerationFluent<A>>
-
getKey
- Specified by:
getKey
in interfaceV1TolerationFluent<A extends V1TolerationFluent<A>>
-
withKey
- Specified by:
withKey
in interfaceV1TolerationFluent<A extends V1TolerationFluent<A>>
-
hasKey
- Specified by:
hasKey
in interfaceV1TolerationFluent<A extends V1TolerationFluent<A>>
-
getOperator
- Specified by:
getOperator
in interfaceV1TolerationFluent<A extends V1TolerationFluent<A>>
-
withOperator
- Specified by:
withOperator
in interfaceV1TolerationFluent<A extends V1TolerationFluent<A>>
-
hasOperator
- Specified by:
hasOperator
in interfaceV1TolerationFluent<A extends V1TolerationFluent<A>>
-
getTolerationSeconds
- Specified by:
getTolerationSeconds
in interfaceV1TolerationFluent<A extends V1TolerationFluent<A>>
-
withTolerationSeconds
- Specified by:
withTolerationSeconds
in interfaceV1TolerationFluent<A extends V1TolerationFluent<A>>
-
hasTolerationSeconds
- Specified by:
hasTolerationSeconds
in interfaceV1TolerationFluent<A extends V1TolerationFluent<A>>
-
getValue
- Specified by:
getValue
in interfaceV1TolerationFluent<A extends V1TolerationFluent<A>>
-
withValue
- Specified by:
withValue
in interfaceV1TolerationFluent<A extends V1TolerationFluent<A>>
-
hasValue
- Specified by:
hasValue
in interfaceV1TolerationFluent<A extends V1TolerationFluent<A>>
-
equals
- Overrides:
equals
in classBaseFluent<A extends V1TolerationFluent<A>>
-
hashCode
public int hashCode()- Overrides:
hashCode
in classBaseFluent<A extends V1TolerationFluent<A>>
-
toString
-