public class AutomationDefFluent<A extends AutomationDefFluent<A>>
extends io.fabric8.kubernetes.api.builder.BaseFluent<A>
| Constructor and Description |
|---|
AutomationDefFluent() |
AutomationDefFluent(AutomationDef instance) |
| Modifier and Type | Method and Description |
|---|---|
A |
addToExtraVars(Map<String,Object> map) |
A |
addToExtraVars(String key,
Object value) |
protected void |
copyInstance(AutomationDef instance) |
boolean |
equals(Object o) |
Map<String,Object> |
getExtraVars() |
String |
getName() |
String |
getSecret() |
String |
getType() |
boolean |
hasExtraVars() |
int |
hashCode() |
boolean |
hasName() |
boolean |
hasSecret() |
boolean |
hasType() |
A |
removeFromExtraVars(Map<String,Object> map) |
A |
removeFromExtraVars(String key) |
String |
toString() |
<K,V> A |
withExtraVars(Map<String,Object> extraVars) |
A |
withName(String name) |
A |
withSecret(String secret) |
A |
withType(String type) |
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic AutomationDefFluent()
public AutomationDefFluent(AutomationDef instance)
protected void copyInstance(AutomationDef instance)
public boolean hasExtraVars()
public String getName()
public boolean hasName()
public String getSecret()
public boolean hasSecret()
public String getType()
public boolean hasType()
public boolean equals(Object o)
equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends AutomationDefFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends AutomationDefFluent<A>>Copyright © 2015–2023 Red Hat. All rights reserved.