Class ManagedBootImages

    • Constructor Detail

      • ManagedBootImages

        public ManagedBootImages()
        No args constructor for use in serialization
    • Method Detail

      • getMachineManagers

        public List<MachineManager> getMachineManagers()
        machineManagers can be used to register machine management resources for boot image updates. The Machine Config Operator will watch for changes to this list. Only one entry is permitted per type of machine management resource.
      • setMachineManagers

        public void setMachineManagers​(List<MachineManager> machineManagers)
        machineManagers can be used to register machine management resources for boot image updates. The Machine Config Operator will watch for changes to this list. Only one entry is permitted per type of machine management resource.
      • getAdditionalProperties

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

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

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