Class MachineConfigNodeStatusPinnedImageSet

    • Constructor Detail

      • MachineConfigNodeStatusPinnedImageSet

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

        public MachineConfigNodeStatusPinnedImageSet​(Integer currentGeneration,
                                                     Integer desiredGeneration,
                                                     Integer lastFailedGeneration,
                                                     List<String> lastFailedGenerationErrors,
                                                     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 version 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 version 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.
      • getLastFailedGenerationErrors

        public List<String> getLastFailedGenerationErrors()
        lastFailedGenerationErrors is a list of errors why the lastFailed generation failed to be pulled and pinned.
      • setLastFailedGenerationErrors

        public void setLastFailedGenerationErrors​(List<String> lastFailedGenerationErrors)
        lastFailedGenerationErrors is a list of errors why the lastFailed generation failed to be pulled and pinned.
      • getName

        public String getName()
        name is the name of the pinned image set. Must be a lowercase RFC-1123 hostname (https://tools.ietf.org/html/rfc1123) It may consist of only alphanumeric characters, hyphens (-) and periods (.) and must 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 hostname (https://tools.ietf.org/html/rfc1123) It may consist of only alphanumeric characters, hyphens (-) and periods (.) and must 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)