Class AutomationDefFluent<A extends AutomationDefFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openclustermanagement.api.model.policy.v1beta1.AutomationDefFluent<A>
-
- Direct Known Subclasses:
AutomationDefBuilder,PolicyAutomationSpecFluent.AutomationDefNested
public class AutomationDefFluent<A extends AutomationDefFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A>Generated
-
-
Constructor Summary
Constructors Constructor Description AutomationDefFluent()AutomationDefFluent(AutomationDef instance)
-
Method Summary
-
-
-
Constructor Detail
-
AutomationDefFluent
public AutomationDefFluent()
-
AutomationDefFluent
public AutomationDefFluent(AutomationDef instance)
-
-
Method Detail
-
copyInstance
protected void copyInstance(AutomationDef instance)
-
getExtraVars
public Object getExtraVars()
-
hasExtraVars
public boolean hasExtraVars()
-
getJobTtl
public Integer getJobTtl()
-
hasJobTtl
public boolean hasJobTtl()
-
getName
public String getName()
-
hasName
public boolean hasName()
-
getPolicyViolationsLimit
public Integer getPolicyViolationsLimit()
-
hasPolicyViolationsLimit
public boolean hasPolicyViolationsLimit()
-
getSecret
public String getSecret()
-
hasSecret
public boolean hasSecret()
-
getType
public String getType()
-
hasType
public boolean hasType()
-
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 AutomationDefFluent<A>>
-
hashCode
public int hashCode()
- Overrides:
hashCodein classio.fabric8.kubernetes.api.builder.BaseFluent<A extends AutomationDefFluent<A>>
-
-