public interface HelmDependencyFluent<A extends HelmDependencyFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Method and Description |
|---|---|
A |
addAllToTags(Collection<String> items) |
A |
addToTags(Integer index,
String item) |
A |
addToTags(String... items) |
String |
getAlias() |
String |
getCondition() |
Boolean |
getEnabled() |
String |
getName() |
String |
getRepository() |
String[] |
getTags() |
String |
getVersion() |
Boolean |
hasAlias() |
Boolean |
hasCondition() |
Boolean |
hasEnabled() |
Boolean |
hasName() |
Boolean |
hasRepository() |
Boolean |
hasTags() |
Boolean |
hasVersion() |
A |
removeAllFromTags(Collection<String> items) |
A |
removeFromTags(String... items) |
A |
setToTags(Integer index,
String item) |
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) |
String getName()
Boolean hasName()
String getVersion()
Boolean hasVersion()
String getRepository()
Boolean hasRepository()
String getCondition()
Boolean hasCondition()
String[] getTags()
A addAllToTags(Collection<String> items)
A removeAllFromTags(Collection<String> items)
Boolean hasTags()
Boolean getEnabled()
Boolean hasEnabled()
String getAlias()
Boolean hasAlias()
A withEnabled()
Copyright © 2018–2023 Red Hat. All rights reserved.