Class MachineConfigNodeSpecPinnedImageSet

    • Constructor Detail

      • MachineConfigNodeSpecPinnedImageSet

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

        public MachineConfigNodeSpecPinnedImageSet​(String name)
    • Method Detail

      • 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)