Class AlertingRuleListBuilder
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.monitoring.v1.AlertingRuleListFluent<AlertingRuleListBuilder>
-
- io.fabric8.openshift.api.model.monitoring.v1.AlertingRuleListBuilder
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Builder<AlertingRuleList>,io.fabric8.kubernetes.api.builder.Visitable<AlertingRuleListBuilder>,io.fabric8.kubernetes.api.builder.VisitableBuilder<AlertingRuleList,AlertingRuleListBuilder>
public class AlertingRuleListBuilder extends AlertingRuleListFluent<AlertingRuleListBuilder> implements io.fabric8.kubernetes.api.builder.VisitableBuilder<AlertingRuleList,AlertingRuleListBuilder>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class io.fabric8.openshift.api.model.monitoring.v1.AlertingRuleListFluent
AlertingRuleListFluent.ItemsNested<N>
-
-
Constructor Summary
Constructors Constructor Description AlertingRuleListBuilder()AlertingRuleListBuilder(AlertingRuleList instance)AlertingRuleListBuilder(AlertingRuleListFluent<?> fluent)AlertingRuleListBuilder(AlertingRuleListFluent<?> fluent, AlertingRuleList instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AlertingRuleListbuild()-
Methods inherited from class io.fabric8.openshift.api.model.monitoring.v1.AlertingRuleListFluent
addAllToItems, addNewItem, addNewItemLike, addToAdditionalProperties, addToAdditionalProperties, addToItems, addToItems, buildFirstItem, buildItem, buildItems, buildLastItem, buildMatchingItem, copyInstance, editFirstItem, editItem, editLastItem, editMatchingItem, equals, getAdditionalProperties, getApiVersion, getKind, getMetadata, hasAdditionalProperties, hasApiVersion, hashCode, hasItems, hasKind, hasMatchingItem, hasMetadata, removeAllFromItems, removeFromAdditionalProperties, removeFromAdditionalProperties, removeFromItems, removeMatchingFromItems, setNewItemLike, setToItems, toString, withAdditionalProperties, withApiVersion, withItems, withItems, withKind, withMetadata, withNewMetadata
-
Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
aggregate, aggregate, build, build, builderOf, getVisitableMap
-
-
-
-
Constructor Detail
-
AlertingRuleListBuilder
public AlertingRuleListBuilder()
-
AlertingRuleListBuilder
public AlertingRuleListBuilder(AlertingRuleListFluent<?> fluent)
-
AlertingRuleListBuilder
public AlertingRuleListBuilder(AlertingRuleListFluent<?> fluent, AlertingRuleList instance)
-
AlertingRuleListBuilder
public AlertingRuleListBuilder(AlertingRuleList instance)
-
-
Method Detail
-
build
public AlertingRuleList build()
- Specified by:
buildin interfaceio.fabric8.kubernetes.api.builder.Builder<AlertingRuleList>
-
-