Class MetaDataIndex

  • All Implemented Interfaces:
    io.fabric8.kubernetes.api.builder.Editable<MetaDataIndexBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource, Serializable

    @Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator")
    public class MetaDataIndex
    extends Object
    implements io.fabric8.kubernetes.api.builder.Editable<MetaDataIndexBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
    MetaDataIndex contains the information to render the index.
    See Also:
    Serialized Form
    • Constructor Detail

      • MetaDataIndex

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

      • getKey

        public String getKey()
        Key will be used as the key to set in the metadata map for cloud-init
      • setKey

        public void setKey​(String key)
        Key will be used as the key to set in the metadata map for cloud-init
      • getOffset

        public Integer getOffset()
        Offset is the offset to apply to the index when rendering it
      • setOffset

        public void setOffset​(Integer offset)
        Offset is the offset to apply to the index when rendering it
      • getPrefix

        public String getPrefix()
        Prefix is the prefix string
      • setPrefix

        public void setPrefix​(String prefix)
        Prefix is the prefix string
      • getStep

        public Integer getStep()
        Step is the multiplier of the index
      • setStep

        public void setStep​(Integer step)
        Step is the multiplier of the index
      • getSuffix

        public String getSuffix()
        Suffix is the suffix string
      • setSuffix

        public void setSuffix​(String suffix)
        Suffix is the suffix string
      • getAdditionalProperties

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

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

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