Class DNSRecordStatus

  • All Implemented Interfaces:
    io.fabric8.kubernetes.api.builder.Editable<DNSRecordStatusBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource, Serializable

    @Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator")
    public class DNSRecordStatus
    extends Object
    implements io.fabric8.kubernetes.api.builder.Editable<DNSRecordStatusBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
    DNSRecordStatus is the most recently observed status of each record.
    See Also:
    Serialized Form
    • Constructor Detail

      • DNSRecordStatus

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

      • getObservedGeneration

        public Long getObservedGeneration()
        observedGeneration is the most recently observed generation of the DNSRecord. When the DNSRecord is updated, the controller updates the corresponding record in each managed zone. If an update for a particular zone fails, that failure is recorded in the status condition for the zone so that the controller can determine that it needs to retry the update for that specific zone.
      • setObservedGeneration

        public void setObservedGeneration​(Long observedGeneration)
        observedGeneration is the most recently observed generation of the DNSRecord. When the DNSRecord is updated, the controller updates the corresponding record in each managed zone. If an update for a particular zone fails, that failure is recorded in the status condition for the zone so that the controller can determine that it needs to retry the update for that specific zone.
      • getZones

        public List<DNSZoneStatus> getZones()
        zones are the status of the record in each zone.
      • setZones

        public void setZones​(List<DNSZoneStatus> zones)
        zones are the status of the record in each zone.
      • getAdditionalProperties

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

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

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