All Methods Instance Methods Concrete Methods
| Modifier and Type |
Method and Description |
A |
addAllToInventory(Collection<InventoryEntry> items) |
ClusterPoolSpecFluent.InventoryNested<A> |
addNewInventory() |
A |
addNewInventory(String kind,
String name) |
ClusterPoolSpecFluent.InventoryNested<A> |
addNewInventoryLike(InventoryEntry item) |
A |
addToAdditionalProperties(Map<String,Object> map) |
A |
addToAdditionalProperties(String key,
Object value) |
A |
addToAnnotations(Map<String,String> map) |
A |
addToAnnotations(String key,
String value) |
A |
addToInventory(int index,
InventoryEntry item) |
A |
addToInventory(InventoryEntry... items) |
A |
addToLabels(Map<String,String> map) |
A |
addToLabels(String key,
String value) |
ClusterPoolClaimLifetime |
buildClaimLifetime() |
InventoryEntry |
buildFirstInventory() |
HibernationConfig |
buildHibernationConfig() |
ClusterImageSetReference |
buildImageSetRef() |
io.fabric8.kubernetes.api.model.LocalObjectReference |
buildInstallConfigSecretTemplateRef() |
List<InventoryEntry> |
buildInventory() |
InventoryEntry |
buildInventory(int index) |
InventoryEntry |
buildLastInventory() |
InventoryEntry |
buildMatchingInventory(Predicate<InventoryEntryBuilder> predicate) |
Platform |
buildPlatform() |
io.fabric8.kubernetes.api.model.LocalObjectReference |
buildPullSecretRef() |
protected void |
copyInstance(ClusterPoolSpec instance) |
ClusterPoolSpecFluent.ClaimLifetimeNested<A> |
editClaimLifetime() |
ClusterPoolSpecFluent.InventoryNested<A> |
editFirstInventory() |
ClusterPoolSpecFluent.HibernationConfigNested<A> |
editHibernationConfig() |
ClusterPoolSpecFluent.ImageSetRefNested<A> |
editImageSetRef() |
ClusterPoolSpecFluent.InstallConfigSecretTemplateRefNested<A> |
editInstallConfigSecretTemplateRef() |
ClusterPoolSpecFluent.InventoryNested<A> |
editInventory(int index) |
ClusterPoolSpecFluent.InventoryNested<A> |
editLastInventory() |
ClusterPoolSpecFluent.InventoryNested<A> |
editMatchingInventory(Predicate<InventoryEntryBuilder> predicate) |
ClusterPoolSpecFluent.ClaimLifetimeNested<A> |
editOrNewClaimLifetime() |
ClusterPoolSpecFluent.ClaimLifetimeNested<A> |
editOrNewClaimLifetimeLike(ClusterPoolClaimLifetime item) |
ClusterPoolSpecFluent.HibernationConfigNested<A> |
editOrNewHibernationConfig() |
ClusterPoolSpecFluent.HibernationConfigNested<A> |
editOrNewHibernationConfigLike(HibernationConfig item) |
ClusterPoolSpecFluent.ImageSetRefNested<A> |
editOrNewImageSetRef() |
ClusterPoolSpecFluent.ImageSetRefNested<A> |
editOrNewImageSetRefLike(ClusterImageSetReference item) |
ClusterPoolSpecFluent.InstallConfigSecretTemplateRefNested<A> |
editOrNewInstallConfigSecretTemplateRef() |
ClusterPoolSpecFluent.InstallConfigSecretTemplateRefNested<A> |
editOrNewInstallConfigSecretTemplateRefLike(io.fabric8.kubernetes.api.model.LocalObjectReference item) |
ClusterPoolSpecFluent.PlatformNested<A> |
editOrNewPlatform() |
ClusterPoolSpecFluent.PlatformNested<A> |
editOrNewPlatformLike(Platform item) |
ClusterPoolSpecFluent.PullSecretRefNested<A> |
editOrNewPullSecretRef() |
ClusterPoolSpecFluent.PullSecretRefNested<A> |
editOrNewPullSecretRefLike(io.fabric8.kubernetes.api.model.LocalObjectReference item) |
ClusterPoolSpecFluent.PlatformNested<A> |
editPlatform() |
ClusterPoolSpecFluent.PullSecretRefNested<A> |
editPullSecretRef() |
boolean |
equals(Object o) |
Map<String,Object> |
getAdditionalProperties() |
Map<String,String> |
getAnnotations() |
String |
getBaseDomain() |
io.fabric8.kubernetes.api.model.Duration |
getHibernateAfter() |
Integer |
getInstallAttemptsLimit() |
Map<String,String> |
getLabels() |
Integer |
getMaxConcurrent() |
Integer |
getMaxSize() |
Integer |
getRunningCount() |
Integer |
getSize() |
Boolean |
getSkipMachinePools() |
boolean |
hasAdditionalProperties() |
boolean |
hasAnnotations() |
boolean |
hasBaseDomain() |
boolean |
hasClaimLifetime() |
int |
hashCode() |
boolean |
hasHibernateAfter() |
boolean |
hasHibernationConfig() |
boolean |
hasImageSetRef() |
boolean |
hasInstallAttemptsLimit() |
boolean |
hasInstallConfigSecretTemplateRef() |
boolean |
hasInventory() |
boolean |
hasLabels() |
boolean |
hasMatchingInventory(Predicate<InventoryEntryBuilder> predicate) |
boolean |
hasMaxConcurrent() |
boolean |
hasMaxSize() |
boolean |
hasPlatform() |
boolean |
hasPullSecretRef() |
boolean |
hasRunningCount() |
boolean |
hasSize() |
boolean |
hasSkipMachinePools() |
A |
removeAllFromInventory(Collection<InventoryEntry> items) |
A |
removeFromAdditionalProperties(Map<String,Object> map) |
A |
removeFromAdditionalProperties(String key) |
A |
removeFromAnnotations(Map<String,String> map) |
A |
removeFromAnnotations(String key) |
A |
removeFromInventory(InventoryEntry... items) |
A |
removeFromLabels(Map<String,String> map) |
A |
removeFromLabels(String key) |
A |
removeMatchingFromInventory(Predicate<InventoryEntryBuilder> predicate) |
ClusterPoolSpecFluent.InventoryNested<A> |
setNewInventoryLike(int index,
InventoryEntry item) |
A |
setToInventory(int index,
InventoryEntry item) |
String |
toString() |
<K,V> A |
withAdditionalProperties(Map<String,Object> additionalProperties) |
<K,V> A |
withAnnotations(Map<String,String> annotations) |
A |
withBaseDomain(String baseDomain) |
A |
withClaimLifetime(ClusterPoolClaimLifetime claimLifetime) |
A |
withHibernateAfter(io.fabric8.kubernetes.api.model.Duration hibernateAfter) |
A |
withHibernationConfig(HibernationConfig hibernationConfig) |
A |
withImageSetRef(ClusterImageSetReference imageSetRef) |
A |
withInstallAttemptsLimit(Integer installAttemptsLimit) |
A |
withInstallConfigSecretTemplateRef(io.fabric8.kubernetes.api.model.LocalObjectReference installConfigSecretTemplateRef) |
A |
withInventory(InventoryEntry... inventory) |
A |
withInventory(List<InventoryEntry> inventory) |
<K,V> A |
withLabels(Map<String,String> labels) |
A |
withMaxConcurrent(Integer maxConcurrent) |
A |
withMaxSize(Integer maxSize) |
ClusterPoolSpecFluent.ClaimLifetimeNested<A> |
withNewClaimLifetime() |
ClusterPoolSpecFluent.ClaimLifetimeNested<A> |
withNewClaimLifetimeLike(ClusterPoolClaimLifetime item) |
ClusterPoolSpecFluent.HibernationConfigNested<A> |
withNewHibernationConfig() |
ClusterPoolSpecFluent.HibernationConfigNested<A> |
withNewHibernationConfigLike(HibernationConfig item) |
ClusterPoolSpecFluent.ImageSetRefNested<A> |
withNewImageSetRef() |
A |
withNewImageSetRef(String name) |
ClusterPoolSpecFluent.ImageSetRefNested<A> |
withNewImageSetRefLike(ClusterImageSetReference item) |
ClusterPoolSpecFluent.InstallConfigSecretTemplateRefNested<A> |
withNewInstallConfigSecretTemplateRef() |
A |
withNewInstallConfigSecretTemplateRef(String name) |
ClusterPoolSpecFluent.InstallConfigSecretTemplateRefNested<A> |
withNewInstallConfigSecretTemplateRefLike(io.fabric8.kubernetes.api.model.LocalObjectReference item) |
ClusterPoolSpecFluent.PlatformNested<A> |
withNewPlatform() |
ClusterPoolSpecFluent.PlatformNested<A> |
withNewPlatformLike(Platform item) |
ClusterPoolSpecFluent.PullSecretRefNested<A> |
withNewPullSecretRef() |
A |
withNewPullSecretRef(String name) |
ClusterPoolSpecFluent.PullSecretRefNested<A> |
withNewPullSecretRefLike(io.fabric8.kubernetes.api.model.LocalObjectReference item) |
A |
withPlatform(Platform platform) |
A |
withPullSecretRef(io.fabric8.kubernetes.api.model.LocalObjectReference pullSecretRef) |
A |
withRunningCount(Integer runningCount) |
A |
withSize(Integer size) |
A |
withSkipMachinePools() |
A |
withSkipMachinePools(Boolean skipMachinePools) |