Interface V1CustomResourceColumnDefinitionFluent<A extends V1CustomResourceColumnDefinitionFluent<A>>

All Superinterfaces:
Fluent<A>
All Known Subinterfaces:
V1CustomResourceDefinitionVersionFluent.AdditionalPrinterColumnsNested<N>
All Known Implementing Classes:
V1CustomResourceColumnDefinitionBuilder, V1CustomResourceColumnDefinitionFluentImpl

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

    • getDescription

      String getDescription()
    • withDescription

      A withDescription(String description)
    • hasDescription

      Boolean hasDescription()
    • getFormat

      String getFormat()
    • withFormat

      A withFormat(String format)
    • hasFormat

      Boolean hasFormat()
    • getJsonPath

      String getJsonPath()
    • withJsonPath

      A withJsonPath(String jsonPath)
    • hasJsonPath

      Boolean hasJsonPath()
    • getName

      String getName()
    • withName

      A withName(String name)
    • hasName

      Boolean hasName()
    • getPriority

      Integer getPriority()
    • withPriority

      A withPriority(Integer priority)
    • hasPriority

      Boolean hasPriority()
    • getType

      String getType()
    • withType

      A withType(String type)
    • hasType

      Boolean hasType()