Interface V1PriorityClassFluent<A extends V1PriorityClassFluent<A>>

All Superinterfaces:
Fluent<A>
All Known Subinterfaces:
V1PriorityClassListFluent.ItemsNested<N>
All Known Implementing Classes:
V1PriorityClassBuilder, V1PriorityClassFluentImpl

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

    • getApiVersion

      String getApiVersion()
    • withApiVersion

      A withApiVersion(String apiVersion)
    • hasApiVersion

      Boolean hasApiVersion()
    • getDescription

      String getDescription()
    • withDescription

      A withDescription(String description)
    • hasDescription

      Boolean hasDescription()
    • getGlobalDefault

      Boolean getGlobalDefault()
    • withGlobalDefault

      A withGlobalDefault(Boolean globalDefault)
    • hasGlobalDefault

      Boolean hasGlobalDefault()
    • 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

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

    • editOrNewMetadata

    • editOrNewMetadataLike

      V1PriorityClassFluent.MetadataNested<A> editOrNewMetadataLike(io.kubernetes.client.openapi.models.V1ObjectMeta item)
    • getPreemptionPolicy

      String getPreemptionPolicy()
    • withPreemptionPolicy

      A withPreemptionPolicy(String preemptionPolicy)
    • hasPreemptionPolicy

      Boolean hasPreemptionPolicy()
    • getValue

      Integer getValue()
    • withValue

      A withValue(Integer value)
    • hasValue

      Boolean hasValue()
    • withGlobalDefault

      A withGlobalDefault()