Class CustomResourceColumnDefinition

    • Constructor Detail

      • CustomResourceColumnDefinition

        public CustomResourceColumnDefinition()
        No args constructor for use in serialization
    • Method Detail

      • getDescription

        public String getDescription()
        description is a human readable description of this column.
      • setDescription

        public void setDescription​(String description)
        description is a human readable description of this column.
      • getFormat

        public String getFormat()
        format is an optional OpenAPI type definition for this column. The 'name' format is applied to the primary identifier column to assist in clients identifying column is the resource name. See https://github.com/OAI/OpenAPI-Specification/blob/master/versions/2.0.md#data-types for details.
      • setFormat

        public void setFormat​(String format)
        format is an optional OpenAPI type definition for this column. The 'name' format is applied to the primary identifier column to assist in clients identifying column is the resource name. See https://github.com/OAI/OpenAPI-Specification/blob/master/versions/2.0.md#data-types for details.
      • getJsonPath

        public String getJsonPath()
        jsonPath is a simple JSON path (i.e. with array notation) which is evaluated against each custom resource to produce the value for this column.
      • setJsonPath

        public void setJsonPath​(String jsonPath)
        jsonPath is a simple JSON path (i.e. with array notation) which is evaluated against each custom resource to produce the value for this column.
      • getName

        public String getName()
        name is a human readable name for the column.
      • setName

        public void setName​(String name)
        name is a human readable name for the column.
      • getPriority

        public Integer getPriority()
        priority is an integer defining the relative importance of this column compared to others. Lower numbers are considered higher priority. Columns that may be omitted in limited space scenarios should be given a priority greater than 0.
      • setPriority

        public void setPriority​(Integer priority)
        priority is an integer defining the relative importance of this column compared to others. Lower numbers are considered higher priority. Columns that may be omitted in limited space scenarios should be given a priority greater than 0.
      • getType

        public String getType()
        type is an OpenAPI type definition for this column. See https://github.com/OAI/OpenAPI-Specification/blob/master/versions/2.0.md#data-types for details.
      • setType

        public void setType​(String type)
        type is an OpenAPI type definition for this column. See https://github.com/OAI/OpenAPI-Specification/blob/master/versions/2.0.md#data-types for details.
      • getAdditionalProperties

        public Map<String,​Object> getAdditionalProperties()
      • setAdditionalProperty

        public void setAdditionalProperty​(String name,
                                          Object value)
      • setAdditionalProperties

        public void setAdditionalProperties​(Map<String,​Object> additionalProperties)