Class PrometheusRuleRef

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

    @Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator")
    public class PrometheusRuleRef
    extends Object
    implements io.fabric8.kubernetes.api.builder.Editable<PrometheusRuleRefBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
    PrometheusRuleRef is a reference to an existing PrometheusRule object. Each AlertingRule instance results in a generated PrometheusRule object in the same namespace, which is always the openshift-monitoring namespace. This is used to point to the generated PrometheusRule object in the AlertingRule status.
    See Also:
    Serialized Form
    • Constructor Detail

      • PrometheusRuleRef

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

        public PrometheusRuleRef​(String name)