Class DaemonSetSpec

    • Method Detail

      • getMinReadySeconds

        public Integer getMinReadySeconds()
        The minimum number of seconds for which a newly created DaemonSet pod should be ready without any of its container crashing, for it to be considered available. Defaults to 0 (pod will be considered available as soon as it is ready).
      • setMinReadySeconds

        public void setMinReadySeconds​(Integer minReadySeconds)
        The minimum number of seconds for which a newly created DaemonSet pod should be ready without any of its container crashing, for it to be considered available. Defaults to 0 (pod will be considered available as soon as it is ready).
      • getRevisionHistoryLimit

        public Integer getRevisionHistoryLimit()
        The number of old history to retain to allow rollback. This is a pointer to distinguish between explicit zero and not specified. Defaults to 10.
      • setRevisionHistoryLimit

        public void setRevisionHistoryLimit​(Integer revisionHistoryLimit)
        The number of old history to retain to allow rollback. This is a pointer to distinguish between explicit zero and not specified. Defaults to 10.
      • getSelector

        public LabelSelector getSelector()
        DaemonSetSpec is the specification of a daemon set.
      • setSelector

        public void setSelector​(LabelSelector selector)
        DaemonSetSpec is the specification of a daemon set.
      • getTemplate

        public PodTemplateSpec getTemplate()
        DaemonSetSpec is the specification of a daemon set.
      • setTemplate

        public void setTemplate​(PodTemplateSpec template)
        DaemonSetSpec is the specification of a daemon set.
      • getTemplateGeneration

        public Long getTemplateGeneration()
        DEPRECATED. A sequence number representing a specific generation of the template. Populated by the system. It can be set only during the creation.
      • setTemplateGeneration

        public void setTemplateGeneration​(Long templateGeneration)
        DEPRECATED. A sequence number representing a specific generation of the template. Populated by the system. It can be set only during the creation.
      • getUpdateStrategy

        public DaemonSetUpdateStrategy getUpdateStrategy()
        DaemonSetSpec is the specification of a daemon set.
      • setUpdateStrategy

        public void setUpdateStrategy​(DaemonSetUpdateStrategy updateStrategy)
        DaemonSetSpec is the specification of a daemon set.
      • getAdditionalProperties

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

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

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