Class LeaderElectionFluent<A extends LeaderElectionFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.config.v1.LeaderElectionFluent<A>
-
- Direct Known Subclasses:
GenericControllerConfigFluent.LeaderElectionNested,LeaderElectionBuilder
public class LeaderElectionFluent<A extends LeaderElectionFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A>Generated
-
-
Constructor Summary
Constructors Constructor Description LeaderElectionFluent()LeaderElectionFluent(LeaderElection instance)
-
Method Summary
-
-
-
Constructor Detail
-
LeaderElectionFluent
public LeaderElectionFluent()
-
LeaderElectionFluent
public LeaderElectionFluent(LeaderElection instance)
-
-
Method Detail
-
copyInstance
protected void copyInstance(LeaderElection instance)
-
getDisable
public Boolean getDisable()
-
hasDisable
public boolean hasDisable()
-
getLeaseDuration
public String getLeaseDuration()
-
hasLeaseDuration
public boolean hasLeaseDuration()
-
getName
public String getName()
-
hasName
public boolean hasName()
-
getNamespace
public String getNamespace()
-
hasNamespace
public boolean hasNamespace()
-
getRenewDeadline
public String getRenewDeadline()
-
hasRenewDeadline
public boolean hasRenewDeadline()
-
getRetryPeriod
public String getRetryPeriod()
-
hasRetryPeriod
public boolean hasRetryPeriod()
-
withAdditionalProperties
public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
-
hasAdditionalProperties
public boolean hasAdditionalProperties()
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classio.fabric8.kubernetes.api.builder.BaseFluent<A extends LeaderElectionFluent<A>>
-
hashCode
public int hashCode()
- Overrides:
hashCodein classio.fabric8.kubernetes.api.builder.BaseFluent<A extends LeaderElectionFluent<A>>
-
withDisable
public A withDisable()
-
-