Interface V1CSIDriverSpecFluent<A extends V1CSIDriverSpecFluent<A>>
- All Superinterfaces:
Fluent<A>
- All Known Subinterfaces:
V1CSIDriverFluent.SpecNested<N>
- All Known Implementing Classes:
V1CSIDriverSpecBuilder,V1CSIDriverSpecFluentImpl
Generated
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interface -
Method Summary
Modifier and TypeMethodDescriptionaddAllToTokenRequests(Collection<io.kubernetes.client.openapi.models.StorageV1TokenRequest> items) addNewTokenRequestLike(io.kubernetes.client.openapi.models.StorageV1TokenRequest item) addToTokenRequests(io.kubernetes.client.openapi.models.StorageV1TokenRequest... items) addToTokenRequests(Integer index, io.kubernetes.client.openapi.models.StorageV1TokenRequest item) addToVolumeLifecycleModes(Integer index, String item) addToVolumeLifecycleModes(String... items) io.kubernetes.client.openapi.models.StorageV1TokenRequestio.kubernetes.client.openapi.models.StorageV1TokenRequestio.kubernetes.client.openapi.models.StorageV1TokenRequestio.kubernetes.client.openapi.models.StorageV1TokenRequestbuildTokenRequest(Integer index) List<io.kubernetes.client.openapi.models.StorageV1TokenRequest>editTokenRequest(Integer index) getMatchingVolumeLifecycleMode(Predicate<String> predicate) List<io.kubernetes.client.openapi.models.StorageV1TokenRequest>Deprecated.getVolumeLifecycleMode(Integer index) hasMatchingVolumeLifecycleMode(Predicate<String> predicate) removeAllFromTokenRequests(Collection<io.kubernetes.client.openapi.models.StorageV1TokenRequest> items) removeFromTokenRequests(io.kubernetes.client.openapi.models.StorageV1TokenRequest... items) removeFromVolumeLifecycleModes(String... items) setNewTokenRequestLike(Integer index, io.kubernetes.client.openapi.models.StorageV1TokenRequest item) setToTokenRequests(Integer index, io.kubernetes.client.openapi.models.StorageV1TokenRequest item) setToVolumeLifecycleModes(Integer index, String item) withAttachRequired(Boolean attachRequired) withFsGroupPolicy(String fsGroupPolicy) withPodInfoOnMount(Boolean podInfoOnMount) withRequiresRepublish(Boolean requiresRepublish) withSeLinuxMount(Boolean seLinuxMount) withStorageCapacity(Boolean storageCapacity) withTokenRequests(io.kubernetes.client.openapi.models.StorageV1TokenRequest... tokenRequests) withTokenRequests(List<io.kubernetes.client.openapi.models.StorageV1TokenRequest> tokenRequests) withVolumeLifecycleModes(String... volumeLifecycleModes) withVolumeLifecycleModes(List<String> volumeLifecycleModes)
-
Method Details
-
getAttachRequired
Boolean getAttachRequired() -
withAttachRequired
-
hasAttachRequired
Boolean hasAttachRequired() -
getFsGroupPolicy
String getFsGroupPolicy() -
withFsGroupPolicy
-
hasFsGroupPolicy
Boolean hasFsGroupPolicy() -
getPodInfoOnMount
Boolean getPodInfoOnMount() -
withPodInfoOnMount
-
hasPodInfoOnMount
Boolean hasPodInfoOnMount() -
getRequiresRepublish
Boolean getRequiresRepublish() -
withRequiresRepublish
-
hasRequiresRepublish
Boolean hasRequiresRepublish() -
getSeLinuxMount
Boolean getSeLinuxMount() -
withSeLinuxMount
-
hasSeLinuxMount
Boolean hasSeLinuxMount() -
getStorageCapacity
Boolean getStorageCapacity() -
withStorageCapacity
-
hasStorageCapacity
Boolean hasStorageCapacity() -
addToTokenRequests
-
setToTokenRequests
-
addToTokenRequests
-
addAllToTokenRequests
A addAllToTokenRequests(Collection<io.kubernetes.client.openapi.models.StorageV1TokenRequest> items) -
removeFromTokenRequests
-
removeAllFromTokenRequests
A removeAllFromTokenRequests(Collection<io.kubernetes.client.openapi.models.StorageV1TokenRequest> items) -
removeMatchingFromTokenRequests
-
getTokenRequests
Deprecated.This method has been deprecated, please use method buildTokenRequests instead.- Returns:
- The buildable object.
-
buildTokenRequests
List<io.kubernetes.client.openapi.models.StorageV1TokenRequest> buildTokenRequests() -
buildTokenRequest
-
buildFirstTokenRequest
io.kubernetes.client.openapi.models.StorageV1TokenRequest buildFirstTokenRequest() -
buildLastTokenRequest
io.kubernetes.client.openapi.models.StorageV1TokenRequest buildLastTokenRequest() -
buildMatchingTokenRequest
io.kubernetes.client.openapi.models.StorageV1TokenRequest buildMatchingTokenRequest(Predicate<StorageV1TokenRequestBuilder> predicate) -
hasMatchingTokenRequest
-
withTokenRequests
-
withTokenRequests
-
hasTokenRequests
Boolean hasTokenRequests() -
addNewTokenRequest
V1CSIDriverSpecFluent.TokenRequestsNested<A> addNewTokenRequest() -
addNewTokenRequestLike
V1CSIDriverSpecFluent.TokenRequestsNested<A> addNewTokenRequestLike(io.kubernetes.client.openapi.models.StorageV1TokenRequest item) -
setNewTokenRequestLike
V1CSIDriverSpecFluent.TokenRequestsNested<A> setNewTokenRequestLike(Integer index, io.kubernetes.client.openapi.models.StorageV1TokenRequest item) -
editTokenRequest
-
editFirstTokenRequest
V1CSIDriverSpecFluent.TokenRequestsNested<A> editFirstTokenRequest() -
editLastTokenRequest
V1CSIDriverSpecFluent.TokenRequestsNested<A> editLastTokenRequest() -
editMatchingTokenRequest
V1CSIDriverSpecFluent.TokenRequestsNested<A> editMatchingTokenRequest(Predicate<StorageV1TokenRequestBuilder> predicate) -
addToVolumeLifecycleModes
-
setToVolumeLifecycleModes
-
addToVolumeLifecycleModes
-
addAllToVolumeLifecycleModes
-
removeFromVolumeLifecycleModes
-
removeAllFromVolumeLifecycleModes
-
getVolumeLifecycleModes
-
getVolumeLifecycleMode
-
getFirstVolumeLifecycleMode
String getFirstVolumeLifecycleMode() -
getLastVolumeLifecycleMode
String getLastVolumeLifecycleMode() -
getMatchingVolumeLifecycleMode
-
hasMatchingVolumeLifecycleMode
-
withVolumeLifecycleModes
-
withVolumeLifecycleModes
-
hasVolumeLifecycleModes
Boolean hasVolumeLifecycleModes() -
withAttachRequired
A withAttachRequired() -
withPodInfoOnMount
A withPodInfoOnMount() -
withRequiresRepublish
A withRequiresRepublish() -
withSeLinuxMount
A withSeLinuxMount() -
withStorageCapacity
A withStorageCapacity()
-