Class PinnedImageRef

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

    @Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator")
    public class PinnedImageRef
    extends Object
    implements io.fabric8.kubernetes.api.builder.Editable<PinnedImageRefBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
    PinnedImageRef represents a reference to an OCI image
    See Also:
    Serialized Form
    • Constructor Detail

      • PinnedImageRef

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

        public PinnedImageRef​(String name)
    • Method Detail

      • getName

        public String getName()
        name is an OCI Image referenced by digest. The format of the image pull spec is: host[:port][/namespace]/name@sha256:<digest>, where the digest must be 64 characters long, and consist only of lowercase hexadecimal characters, a-f and 0-9. The length of the whole spec must be between 1 to 447 characters.
      • setName

        public void setName​(String name)
        name is an OCI Image referenced by digest. The format of the image pull spec is: host[:port][/namespace]/name@sha256:<digest>, where the digest must be 64 characters long, and consist only of lowercase hexadecimal characters, a-f and 0-9. The length of the whole spec must be between 1 to 447 characters.
      • getAdditionalProperties

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

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

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