public interface SearchCustomizationSpecFluent<A extends SearchCustomizationSpecFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getPersistence() |
String |
getStorageClass() |
String |
getStorageSize() |
Boolean |
hasPersistence() |
Boolean |
hasStorageClass() |
Boolean |
hasStorageSize() |
A |
withPersistence() |
A |
withPersistence(Boolean persistence) |
A |
withStorageClass(String storageClass) |
A |
withStorageSize(String storageSize) |
Copyright © 2015–2022 Red Hat. All rights reserved.