Class AutoRestartFluent<A extends AutoRestartFluent<A>>
java.lang.Object
io.fabric8.kubernetes.api.builder.BaseFluent<A>
io.strimzi.api.kafka.model.connector.AutoRestartFluent<A>
- Direct Known Subclasses:
AbstractConnectorSpecFluent.AutoRestartNested,AutoRestartBuilder
public class AutoRestartFluent<A extends AutoRestartFluent<A>>
extends io.fabric8.kubernetes.api.builder.BaseFluent<A>
Generated
-
Field Summary
Fields inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
_visitables, VISIT -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleaninthashCode()booleanbooleantoString()withEnabled(boolean enabled) withMaxRestarts(Integer maxRestarts) Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
aggregate, aggregate, build, build, builderOf, getVisitableMap
-
Constructor Details
-
AutoRestartFluent
public AutoRestartFluent() -
AutoRestartFluent
-
-
Method Details
-
isEnabled
public boolean isEnabled() -
withEnabled
-
hasEnabled
public boolean hasEnabled() -
getMaxRestarts
-
withMaxRestarts
-
hasMaxRestarts
public boolean hasMaxRestarts() -
equals
- Overrides:
equalsin classio.fabric8.kubernetes.api.builder.BaseFluent<A extends AutoRestartFluent<A>>
-
hashCode
public int hashCode()- Overrides:
hashCodein classio.fabric8.kubernetes.api.builder.BaseFluent<A extends AutoRestartFluent<A>>
-
toString
-
withEnabled
-