public class HelmDependencyFluent<A extends HelmDependencyFluent<A>>
extends io.fabric8.kubernetes.api.builder.BaseFluent<A>
| Constructor and Description |
|---|
HelmDependencyFluent() |
HelmDependencyFluent(HelmDependency instance) |
| Modifier and Type | Method and Description |
|---|---|
A |
addAllToTags(Collection<String> items) |
A |
addToTags(int index,
String item) |
A |
addToTags(String... items) |
protected void |
copyInstance(HelmDependency instance) |
boolean |
equals(Object o) |
String |
getAlias() |
String |
getCondition() |
Boolean |
getEnabled() |
String |
getName() |
String |
getRepository() |
String[] |
getTags() |
String |
getVersion() |
boolean |
hasAlias() |
boolean |
hasCondition() |
boolean |
hasEnabled() |
int |
hashCode() |
boolean |
hasName() |
boolean |
hasRepository() |
boolean |
hasTags() |
boolean |
hasVersion() |
A |
removeAllFromTags(Collection<String> items) |
A |
removeFromTags(String... items) |
A |
setToTags(int index,
String item) |
String |
toString() |
A |
withAlias(String alias) |
A |
withCondition(String condition) |
A |
withEnabled() |
A |
withEnabled(Boolean enabled) |
A |
withName(String name) |
A |
withRepository(String repository) |
A |
withTags(String... tags) |
A |
withVersion(String version) |
public HelmDependencyFluent()
public HelmDependencyFluent(HelmDependency instance)
protected void copyInstance(HelmDependency instance)
public String getName()
public boolean hasName()
public String getVersion()
public boolean hasVersion()
public String getRepository()
public boolean hasRepository()
public String getCondition()
public boolean hasCondition()
public String[] getTags()
public A addAllToTags(Collection<String> items)
public A removeAllFromTags(Collection<String> items)
public boolean hasTags()
public Boolean getEnabled()
public boolean hasEnabled()
public String getAlias()
public boolean hasAlias()
public boolean equals(Object o)
equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends HelmDependencyFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends HelmDependencyFluent<A>>public A withEnabled()
Copyright © 2018–2023 Red Hat. All rights reserved.