Class MachineConfigNodeStatusPinnedImageSet

    • Constructor Detail

      • MachineConfigNodeStatusPinnedImageSet

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

        public MachineConfigNodeStatusPinnedImageSet​(Integer currentGeneration,
                                                     Integer desiredGeneration,
                                                     Integer lastFailedGeneration,
                                                     String lastFailedGenerationError,
                                                     String name)
    • Method Detail

      • getCurrentGeneration

        public Integer getCurrentGeneration()
        currentGeneration is the generation of the pinned image set that has most recently been successfully pulled and pinned on this node.
      • setCurrentGeneration

        public void setCurrentGeneration​(Integer currentGeneration)
        currentGeneration is the generation of the pinned image set that has most recently been successfully pulled and pinned on this node.
      • getDesiredGeneration

        public Integer getDesiredGeneration()
        desiredGeneration is the generation of the pinned image set that is targeted to be pulled and pinned on this node.
      • setDesiredGeneration

        public void setDesiredGeneration​(Integer desiredGeneration)
        desiredGeneration is the generation of the pinned image set that is targeted to be pulled and pinned on this node.
      • getLastFailedGeneration

        public Integer getLastFailedGeneration()
        lastFailedGeneration is the generation of the most recent pinned image set that failed to be pulled and pinned on this node.
      • setLastFailedGeneration

        public void setLastFailedGeneration​(Integer lastFailedGeneration)
        lastFailedGeneration is the generation of the most recent pinned image set that failed to be pulled and pinned on this node.
      • getLastFailedGenerationError

        public String getLastFailedGenerationError()
        lastFailedGenerationError is the error explaining why the desired images failed to be pulled and pinned. The error is an empty string if the image pull and pin is successful.
      • setLastFailedGenerationError

        public void setLastFailedGenerationError​(String lastFailedGenerationError)
        lastFailedGenerationError is the error explaining why the desired images failed to be pulled and pinned. The error is an empty string if the image pull and pin is successful.
      • getName

        public String getName()
        name is the name of the pinned image set. Must be a lowercase RFC-1123 subdomain name (https://tools.ietf.org/html/rfc1123) consisting of only lowercase alphanumeric characters, hyphens (-), and periods (.), and must start and end with an alphanumeric character, and be at most 253 characters in length.
      • setName

        public void setName​(String name)
        name is the name of the pinned image set. Must be a lowercase RFC-1123 subdomain name (https://tools.ietf.org/html/rfc1123) consisting of only lowercase alphanumeric characters, hyphens (-), and periods (.), and must start and end with an alphanumeric character, and be at most 253 characters in length.
      • getAdditionalProperties

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

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

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