Class InsightsReport

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

    @Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator")
    public class InsightsReport
    extends Object
    implements io.fabric8.kubernetes.api.builder.Editable<InsightsReportBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
    insightsReport provides Insights health check report based on the most recently sent Insights data.
    See Also:
    Serialized Form
    • Constructor Detail

      • InsightsReport

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

      • getDownloadedAt

        public String getDownloadedAt()
        insightsReport provides Insights health check report based on the most recently sent Insights data.
      • setDownloadedAt

        public void setDownloadedAt​(String downloadedAt)
        insightsReport provides Insights health check report based on the most recently sent Insights data.
      • getHealthChecks

        public List<HealthCheck> getHealthChecks()
        healthChecks provides basic information about active Insights health checks in a cluster.
      • setHealthChecks

        public void setHealthChecks​(List<HealthCheck> healthChecks)
        healthChecks provides basic information about active Insights health checks in a cluster.
      • getAdditionalProperties

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

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

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