public interface ClusterConditionFluent<A extends ClusterConditionFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
ClusterConditionFluent.PromqlNested<N> |
@Deprecated PromQLClusterCondition getPromql()
PromQLClusterCondition buildPromql()
A withPromql(PromQLClusterCondition promql)
Boolean hasPromql()
ClusterConditionFluent.PromqlNested<A> withNewPromql()
ClusterConditionFluent.PromqlNested<A> withNewPromqlLike(PromQLClusterCondition item)
ClusterConditionFluent.PromqlNested<A> editPromql()
ClusterConditionFluent.PromqlNested<A> editOrNewPromql()
ClusterConditionFluent.PromqlNested<A> editOrNewPromqlLike(PromQLClusterCondition item)
String getType()
Boolean hasType()
@Deprecated A withNewType(String arg0)
Boolean hasAdditionalProperties()
Copyright © 2015–2020 Red Hat. All rights reserved.