Interface V1DeleteOptionsFluent<A extends V1DeleteOptionsFluent<A>>
- All Superinterfaces:
Fluent<A>
- All Known Subinterfaces:
V1EvictionFluent.DeleteOptionsNested<N>
- All Known Implementing Classes:
V1DeleteOptionsBuilder
,V1DeleteOptionsFluentImpl
Generated
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interface
-
Method Summary
Modifier and TypeMethodDescriptionaddAllToDryRun
(Collection<String> items) addToDryRun
(Integer index, String item) addToDryRun
(String... items) io.kubernetes.client.openapi.models.V1Preconditions
editOrNewPreconditionsLike
(io.kubernetes.client.openapi.models.V1Preconditions item) getKind()
getMatchingDryRun
(Predicate<String> predicate) io.kubernetes.client.openapi.models.V1Preconditions
Deprecated.hasKind()
hasMatchingDryRun
(Predicate<String> predicate) removeAllFromDryRun
(Collection<String> items) removeFromDryRun
(String... items) setToDryRun
(Integer index, String item) withApiVersion
(String apiVersion) withDryRun
(String... dryRun) withDryRun
(List<String> dryRun) withGracePeriodSeconds
(Long gracePeriodSeconds) withNewPreconditionsLike
(io.kubernetes.client.openapi.models.V1Preconditions item) withOrphanDependents
(Boolean orphanDependents) withPreconditions
(io.kubernetes.client.openapi.models.V1Preconditions preconditions) withPropagationPolicy
(String propagationPolicy)
-
Method Details
-
getApiVersion
String getApiVersion() -
withApiVersion
-
hasApiVersion
Boolean hasApiVersion() -
addToDryRun
-
setToDryRun
-
addToDryRun
-
addAllToDryRun
-
removeFromDryRun
-
removeAllFromDryRun
-
getDryRun
-
getDryRun
-
getFirstDryRun
String getFirstDryRun() -
getLastDryRun
String getLastDryRun() -
getMatchingDryRun
-
hasMatchingDryRun
-
withDryRun
-
withDryRun
-
hasDryRun
Boolean hasDryRun() -
getGracePeriodSeconds
Long getGracePeriodSeconds() -
withGracePeriodSeconds
-
hasGracePeriodSeconds
Boolean hasGracePeriodSeconds() -
getKind
String getKind() -
withKind
-
hasKind
Boolean hasKind() -
getOrphanDependents
Boolean getOrphanDependents() -
withOrphanDependents
-
hasOrphanDependents
Boolean hasOrphanDependents() -
getPreconditions
Deprecated.This method has been deprecated, please use method buildPreconditions instead.- Returns:
- The buildable object.
-
buildPreconditions
io.kubernetes.client.openapi.models.V1Preconditions buildPreconditions() -
withPreconditions
-
hasPreconditions
Boolean hasPreconditions() -
withNewPreconditions
V1DeleteOptionsFluent.PreconditionsNested<A> withNewPreconditions() -
withNewPreconditionsLike
V1DeleteOptionsFluent.PreconditionsNested<A> withNewPreconditionsLike(io.kubernetes.client.openapi.models.V1Preconditions item) -
editPreconditions
V1DeleteOptionsFluent.PreconditionsNested<A> editPreconditions() -
editOrNewPreconditions
V1DeleteOptionsFluent.PreconditionsNested<A> editOrNewPreconditions() -
editOrNewPreconditionsLike
V1DeleteOptionsFluent.PreconditionsNested<A> editOrNewPreconditionsLike(io.kubernetes.client.openapi.models.V1Preconditions item) -
getPropagationPolicy
String getPropagationPolicy() -
withPropagationPolicy
-
hasPropagationPolicy
Boolean hasPropagationPolicy() -
withOrphanDependents
A withOrphanDependents()
-