Interface V1EvictionFluent<A extends V1EvictionFluent<A>>

All Superinterfaces:
Fluent<A>
All Known Implementing Classes:
V1EvictionBuilder, V1EvictionFluentImpl

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

    • getApiVersion

      String getApiVersion()
    • withApiVersion

      A withApiVersion(String apiVersion)
    • hasApiVersion

      Boolean hasApiVersion()
    • getDeleteOptions

      @Deprecated io.kubernetes.client.openapi.models.V1DeleteOptions getDeleteOptions()
      Deprecated.
      This method has been deprecated, please use method buildDeleteOptions instead.
      Returns:
      The buildable object.
    • buildDeleteOptions

      io.kubernetes.client.openapi.models.V1DeleteOptions buildDeleteOptions()
    • withDeleteOptions

      A withDeleteOptions(io.kubernetes.client.openapi.models.V1DeleteOptions deleteOptions)
    • hasDeleteOptions

      Boolean hasDeleteOptions()
    • withNewDeleteOptions

      V1EvictionFluent.DeleteOptionsNested<A> withNewDeleteOptions()
    • withNewDeleteOptionsLike

      V1EvictionFluent.DeleteOptionsNested<A> withNewDeleteOptionsLike(io.kubernetes.client.openapi.models.V1DeleteOptions item)
    • editDeleteOptions

    • editOrNewDeleteOptions

      V1EvictionFluent.DeleteOptionsNested<A> editOrNewDeleteOptions()
    • editOrNewDeleteOptionsLike

      V1EvictionFluent.DeleteOptionsNested<A> editOrNewDeleteOptionsLike(io.kubernetes.client.openapi.models.V1DeleteOptions item)
    • getKind

      String getKind()
    • withKind

      A withKind(String kind)
    • hasKind

      Boolean hasKind()
    • getMetadata

      @Deprecated io.kubernetes.client.openapi.models.V1ObjectMeta getMetadata()
      Deprecated.
      This method has been deprecated, please use method buildMetadata instead.
      Returns:
      The buildable object.
    • buildMetadata

      io.kubernetes.client.openapi.models.V1ObjectMeta buildMetadata()
    • withMetadata

      A withMetadata(io.kubernetes.client.openapi.models.V1ObjectMeta metadata)
    • hasMetadata

      Boolean hasMetadata()
    • withNewMetadata

    • withNewMetadataLike

      V1EvictionFluent.MetadataNested<A> withNewMetadataLike(io.kubernetes.client.openapi.models.V1ObjectMeta item)
    • editMetadata

    • editOrNewMetadata

      V1EvictionFluent.MetadataNested<A> editOrNewMetadata()
    • editOrNewMetadataLike

      V1EvictionFluent.MetadataNested<A> editOrNewMetadataLike(io.kubernetes.client.openapi.models.V1ObjectMeta item)