Class AlertmanagerListBuilder
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.monitoring.v1.AlertmanagerListFluent<AlertmanagerListBuilder>
-
- io.fabric8.openshift.api.model.monitoring.v1.AlertmanagerListBuilder
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Builder<AlertmanagerList>,io.fabric8.kubernetes.api.builder.Visitable<AlertmanagerListBuilder>,io.fabric8.kubernetes.api.builder.VisitableBuilder<AlertmanagerList,AlertmanagerListBuilder>
public class AlertmanagerListBuilder extends AlertmanagerListFluent<AlertmanagerListBuilder> implements io.fabric8.kubernetes.api.builder.VisitableBuilder<AlertmanagerList,AlertmanagerListBuilder>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class io.fabric8.openshift.api.model.monitoring.v1.AlertmanagerListFluent
AlertmanagerListFluent.ItemsNested<N>
-
-
Constructor Summary
Constructors Constructor Description AlertmanagerListBuilder()AlertmanagerListBuilder(AlertmanagerList instance)AlertmanagerListBuilder(AlertmanagerListFluent<?> fluent)AlertmanagerListBuilder(AlertmanagerListFluent<?> fluent, AlertmanagerList instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AlertmanagerListbuild()-
Methods inherited from class io.fabric8.openshift.api.model.monitoring.v1.AlertmanagerListFluent
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
-
AlertmanagerListBuilder
public AlertmanagerListBuilder()
-
AlertmanagerListBuilder
public AlertmanagerListBuilder(AlertmanagerListFluent<?> fluent)
-
AlertmanagerListBuilder
public AlertmanagerListBuilder(AlertmanagerListFluent<?> fluent, AlertmanagerList instance)
-
AlertmanagerListBuilder
public AlertmanagerListBuilder(AlertmanagerList instance)
-
-
Method Detail
-
build
public AlertmanagerList build()
- Specified by:
buildin interfaceio.fabric8.kubernetes.api.builder.Builder<AlertmanagerList>
-
-