Interface V1DeleteOptionsFluent<A extends V1DeleteOptionsFluent<A>>

All Superinterfaces:
Fluent<A>
All Known Subinterfaces:
V1EvictionFluent.DeleteOptionsNested<N>
All Known Implementing Classes:
V1DeleteOptionsBuilder, V1DeleteOptionsFluentImpl

public interface V1DeleteOptionsFluent<A extends V1DeleteOptionsFluent<A>> extends Fluent<A>
Generated
  • Method Details

    • getApiVersion

      String getApiVersion()
    • withApiVersion

      A withApiVersion(String apiVersion)
    • hasApiVersion

      Boolean hasApiVersion()
    • addToDryRun

      A addToDryRun(Integer index, String item)
    • setToDryRun

      A setToDryRun(Integer index, String item)
    • addToDryRun

      A addToDryRun(String... items)
    • addAllToDryRun

      A addAllToDryRun(Collection<String> items)
    • removeFromDryRun

      A removeFromDryRun(String... items)
    • removeAllFromDryRun

      A removeAllFromDryRun(Collection<String> items)
    • getDryRun

      List<String> getDryRun()
    • getDryRun

      String getDryRun(Integer index)
    • getFirstDryRun

      String getFirstDryRun()
    • getLastDryRun

      String getLastDryRun()
    • getMatchingDryRun

      String getMatchingDryRun(Predicate<String> predicate)
    • hasMatchingDryRun

      Boolean hasMatchingDryRun(Predicate<String> predicate)
    • withDryRun

      A withDryRun(List<String> dryRun)
    • withDryRun

      A withDryRun(String... dryRun)
    • hasDryRun

      Boolean hasDryRun()
    • getGracePeriodSeconds

      Long getGracePeriodSeconds()
    • withGracePeriodSeconds

      A withGracePeriodSeconds(Long gracePeriodSeconds)
    • hasGracePeriodSeconds

      Boolean hasGracePeriodSeconds()
    • getKind

      String getKind()
    • withKind

      A withKind(String kind)
    • hasKind

      Boolean hasKind()
    • getOrphanDependents

      Boolean getOrphanDependents()
    • withOrphanDependents

      A withOrphanDependents(Boolean orphanDependents)
    • hasOrphanDependents

      Boolean hasOrphanDependents()
    • getPreconditions

      @Deprecated io.kubernetes.client.openapi.models.V1Preconditions 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

      A withPreconditions(io.kubernetes.client.openapi.models.V1Preconditions preconditions)
    • hasPreconditions

      Boolean hasPreconditions()
    • withNewPreconditions

    • withNewPreconditionsLike

      V1DeleteOptionsFluent.PreconditionsNested<A> withNewPreconditionsLike(io.kubernetes.client.openapi.models.V1Preconditions item)
    • editPreconditions

    • editOrNewPreconditions

      V1DeleteOptionsFluent.PreconditionsNested<A> editOrNewPreconditions()
    • editOrNewPreconditionsLike

      V1DeleteOptionsFluent.PreconditionsNested<A> editOrNewPreconditionsLike(io.kubernetes.client.openapi.models.V1Preconditions item)
    • getPropagationPolicy

      String getPropagationPolicy()
    • withPropagationPolicy

      A withPropagationPolicy(String propagationPolicy)
    • hasPropagationPolicy

      Boolean hasPropagationPolicy()
    • withOrphanDependents

      A withOrphanDependents()