Class PolicyMatchExactRepository

    • Constructor Detail

      • PolicyMatchExactRepository

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

        public PolicyMatchExactRepository​(String repository)
    • Method Detail

      • getRepository

        public String getRepository()
        repository is the reference of the image identity to be matched. repository is required if matchPolicy is set to "ExactRepository". The value should be a repository name (by omitting the tag or digest) in a registry implementing the "Docker Registry HTTP API V2". For example, docker.io/library/busybox
      • setRepository

        public void setRepository​(String repository)
        repository is the reference of the image identity to be matched. repository is required if matchPolicy is set to "ExactRepository". The value should be a repository name (by omitting the tag or digest) in a registry implementing the "Docker Registry HTTP API V2". For example, docker.io/library/busybox
      • getAdditionalProperties

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

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

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