public interface SearchCustomizationStatusFluent<A extends SearchCustomizationStatusFluent<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 |
withNewStorageClass(String arg0)
Deprecated.
|
A |
withNewStorageSize(String arg0)
Deprecated.
|
A |
withPersistence(Boolean persistence) |
A |
withStorageClass(String storageClass) |
A |
withStorageSize(String storageSize) |
Boolean getPersistence()
Boolean hasPersistence()
String getStorageClass()
Boolean hasStorageClass()
@Deprecated A withNewStorageClass(String arg0)
String getStorageSize()
Boolean hasStorageSize()
@Deprecated A withNewStorageSize(String arg0)
Copyright © 2015–2020 Red Hat. All rights reserved.