Class TagImportPolicy

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

    @Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator")
    public class TagImportPolicy
    extends Object
    implements io.fabric8.kubernetes.api.builder.Editable<TagImportPolicyBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
    TagImportPolicy controls how images related to this tag will be imported.
    See Also:
    Serialized Form
    • Constructor Detail

      • TagImportPolicy

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

        public TagImportPolicy​(String importMode,
                               Boolean insecure,
                               Boolean scheduled)
    • Method Detail

      • getImportMode

        public String getImportMode()
        importMode describes how to import an image manifest.
      • setImportMode

        public void setImportMode​(String importMode)
        importMode describes how to import an image manifest.
      • getInsecure

        public Boolean getInsecure()
        insecure is true if the server may bypass certificate verification or connect directly over HTTP during image import.
      • setInsecure

        public void setInsecure​(Boolean insecure)
        insecure is true if the server may bypass certificate verification or connect directly over HTTP during image import.
      • getScheduled

        public Boolean getScheduled()
        scheduled indicates to the server that this tag should be periodically checked to ensure it is up to date, and imported
      • setScheduled

        public void setScheduled​(Boolean scheduled)
        scheduled indicates to the server that this tag should be periodically checked to ensure it is up to date, and imported
      • getAdditionalProperties

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

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

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