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