| Package | Description |
|---|---|
| io.fabric8.kubernetes.api.model | |
| io.fabric8.openshift.api.model.monitoring.v1 |
| Modifier and Type | Method and Description |
|---|---|
PrometheusRule |
KubeSchema.getPrometheusRule() |
| Modifier and Type | Method and Description |
|---|---|
void |
KubeSchema.setPrometheusRule(PrometheusRule prometheusRule) |
| Constructor and Description |
|---|
KubeSchema(io.fabric8.kubernetes.api.model.APIGroup aPIGroup,
io.fabric8.kubernetes.api.model.APIGroupList aPIGroupList,
Alertmanager alertmanager,
AlertmanagerList alertmanagerList,
io.fabric8.kubernetes.api.model.BaseKubernetesList baseKubernetesList,
io.fabric8.kubernetes.api.model.version.Info info,
io.fabric8.kubernetes.api.model.ObjectMeta objectMeta,
io.fabric8.kubernetes.api.model.Patch patch,
PodMonitor podMonitor,
PodMonitorList podMonitorList,
Prometheus prometheus,
PrometheusList prometheusList,
PrometheusRule prometheusRule,
PrometheusRuleList prometheusRuleList,
ServiceMonitor serviceMonitor,
ServiceMonitorList serviceMonitorList,
io.fabric8.kubernetes.api.model.Status status,
String time,
io.fabric8.kubernetes.api.model.TypeMeta typeMeta) |
| Modifier and Type | Method and Description |
|---|---|
PrometheusRule |
PrometheusRuleBuilder.build() |
PrometheusRule |
PrometheusRuleListFluentImpl.buildFirstItem() |
PrometheusRule |
PrometheusRuleListFluent.buildFirstItem() |
PrometheusRule |
PrometheusRuleListFluentImpl.buildItem(int index) |
PrometheusRule |
PrometheusRuleListFluent.buildItem(int index) |
PrometheusRule |
PrometheusRuleListFluentImpl.buildLastItem() |
PrometheusRule |
PrometheusRuleListFluent.buildLastItem() |
PrometheusRule |
PrometheusRuleListFluentImpl.buildMatchingItem(Predicate<PrometheusRuleBuilder> predicate) |
PrometheusRule |
PrometheusRuleListFluent.buildMatchingItem(Predicate<PrometheusRuleBuilder> predicate) |
| Modifier and Type | Method and Description |
|---|---|
List<PrometheusRule> |
PrometheusRuleListFluentImpl.buildItems() |
List<PrometheusRule> |
PrometheusRuleListFluent.buildItems() |
List<PrometheusRule> |
PrometheusRuleListFluentImpl.getItems()
Deprecated.
|
List<PrometheusRule> |
PrometheusRuleListFluent.getItems()
Deprecated.
|
List<PrometheusRule> |
PrometheusRuleList.getItems() |
| Modifier and Type | Method and Description |
|---|---|
PrometheusRuleListFluent.ItemsNested<A> |
PrometheusRuleListFluentImpl.addNewItemLike(PrometheusRule item) |
PrometheusRuleListFluent.ItemsNested<A> |
PrometheusRuleListFluent.addNewItemLike(PrometheusRule item) |
A |
PrometheusRuleListFluentImpl.addToItems(int index,
PrometheusRule item) |
A |
PrometheusRuleListFluent.addToItems(int index,
PrometheusRule item) |
A |
PrometheusRuleListFluentImpl.addToItems(PrometheusRule... items) |
A |
PrometheusRuleListFluent.addToItems(PrometheusRule... items) |
A |
PrometheusRuleListFluentImpl.removeFromItems(PrometheusRule... items) |
A |
PrometheusRuleListFluent.removeFromItems(PrometheusRule... items) |
PrometheusRuleListFluent.ItemsNested<A> |
PrometheusRuleListFluentImpl.setNewItemLike(int index,
PrometheusRule item) |
PrometheusRuleListFluent.ItemsNested<A> |
PrometheusRuleListFluent.setNewItemLike(int index,
PrometheusRule item) |
A |
PrometheusRuleListFluentImpl.setToItems(int index,
PrometheusRule item) |
A |
PrometheusRuleListFluent.setToItems(int index,
PrometheusRule item) |
A |
PrometheusRuleListFluentImpl.withItems(PrometheusRule... items) |
A |
PrometheusRuleListFluent.withItems(PrometheusRule... items) |
| Modifier and Type | Method and Description |
|---|---|
A |
PrometheusRuleListFluentImpl.addAllToItems(Collection<PrometheusRule> items) |
A |
PrometheusRuleListFluent.addAllToItems(Collection<PrometheusRule> items) |
A |
PrometheusRuleListFluentImpl.removeAllFromItems(Collection<PrometheusRule> items) |
A |
PrometheusRuleListFluent.removeAllFromItems(Collection<PrometheusRule> items) |
void |
PrometheusRuleList.setItems(List<PrometheusRule> items) |
A |
PrometheusRuleListFluentImpl.withItems(List<PrometheusRule> items) |
A |
PrometheusRuleListFluent.withItems(List<PrometheusRule> items) |
| Constructor and Description |
|---|
PrometheusRuleBuilder(PrometheusRule instance) |
PrometheusRuleBuilder(PrometheusRule instance,
Boolean validationEnabled) |
PrometheusRuleBuilder(PrometheusRuleFluent<?> fluent,
PrometheusRule instance) |
PrometheusRuleBuilder(PrometheusRuleFluent<?> fluent,
PrometheusRule instance,
Boolean validationEnabled) |
PrometheusRuleFluentImpl(PrometheusRule instance) |
| Constructor and Description |
|---|
PrometheusRuleList(String apiVersion,
List<PrometheusRule> items,
String kind,
io.fabric8.kubernetes.api.model.ListMeta metadata) |
Copyright © 2015–2021 Red Hat. All rights reserved.