Class ImageRegistryBundle

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

    @Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator")
    public class ImageRegistryBundle
    extends Object
    implements io.fabric8.kubernetes.api.builder.Editable<ImageRegistryBundleBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
    ImageRegistryBundle contains information for writing image registry certificates
    See Also:
    Serialized Form
    • Constructor Detail

      • ImageRegistryBundle

        public ImageRegistryBundle()
        No args constructor for use in serialization
      • ImageRegistryBundle

        public ImageRegistryBundle​(String data,
                                   String file)
    • Method Detail

      • getData

        public String getData()
        data holds the contents of the bundle that will be written to the file location
      • setData

        public void setData​(String data)
        data holds the contents of the bundle that will be written to the file location
      • getFile

        public String getFile()
        file holds the name of the file where the bundle will be written to disk
      • setFile

        public void setFile​(String file)
        file holds the name of the file where the bundle will be written to disk
      • getAdditionalProperties

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

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

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