public interface StorageStateStatusFluent<A extends StorageStateStatusFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
String getCurrentStorageVersionHash()
Boolean hasCurrentStorageVersionHash()
@Deprecated A withNewCurrentStorageVersionHash(String arg0)
String getLastHeartbeatTime()
Boolean hasLastHeartbeatTime()
@Deprecated A withNewLastHeartbeatTime(String arg0)
A addAllToPersistedStorageVersionHashes(Collection<String> items)
A removeAllFromPersistedStorageVersionHashes(Collection<String> items)
String getPersistedStorageVersionHash(int index)
String getFirstPersistedStorageVersionHash()
String getLastPersistedStorageVersionHash()
String getMatchingPersistedStorageVersionHash(Predicate<String> predicate)
Boolean hasMatchingPersistedStorageVersionHash(Predicate<String> predicate)
A withPersistedStorageVersionHashes(List<String> persistedStorageVersionHashes)
A withPersistedStorageVersionHashes(String... persistedStorageVersionHashes)
Boolean hasPersistedStorageVersionHashes()
Copyright © 2015–2020 Red Hat. All rights reserved.