public interface V1QuobyteVolumeSourceFluent<A extends V1QuobyteVolumeSourceFluent<A>> extends Fluent<A>
Modifier and Type | Method and Description |
---|---|
String |
getGroup() |
Boolean |
getReadOnly() |
String |
getRegistry() |
String |
getTenant() |
String |
getUser() |
String |
getVolume() |
Boolean |
hasGroup() |
Boolean |
hasReadOnly() |
Boolean |
hasRegistry() |
Boolean |
hasTenant() |
Boolean |
hasUser() |
Boolean |
hasVolume() |
A |
withGroup(String group) |
A |
withNewGroup(String original)
Deprecated.
|
A |
withNewRegistry(String original)
Deprecated.
|
A |
withNewTenant(String original)
Deprecated.
|
A |
withNewUser(String original)
Deprecated.
|
A |
withNewVolume(String original)
Deprecated.
|
A |
withReadOnly(Boolean readOnly) |
A |
withRegistry(String registry) |
A |
withTenant(String tenant) |
A |
withUser(String user) |
A |
withVolume(String volume) |
String getGroup()
Boolean hasGroup()
@Deprecated A withNewGroup(String original)
Boolean getReadOnly()
Boolean hasReadOnly()
String getRegistry()
Boolean hasRegistry()
@Deprecated A withNewRegistry(String original)
String getTenant()
Boolean hasTenant()
@Deprecated A withNewTenant(String original)
String getUser()
Boolean hasUser()
@Deprecated A withNewUser(String original)
String getVolume()
Boolean hasVolume()
@Deprecated A withNewVolume(String original)
Copyright © 2021. All rights reserved.