public interface StorageStateStatusFluent<A extends StorageStateStatusFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
String getCurrentStorageVersionHash()
Boolean hasCurrentStorageVersionHash()
String getLastHeartbeatTime()
Boolean hasLastHeartbeatTime()
A addAllToPersistedStorageVersionHashes(Collection<String> items)
A removeAllFromPersistedStorageVersionHashes(Collection<String> items)
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()
Boolean hasAdditionalProperties()
Copyright © 2015–2023 Red Hat. All rights reserved.