Class OpenShiftAPIServerListBuilder
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.operator.v1.OpenShiftAPIServerListFluentImpl<OpenShiftAPIServerListBuilder>
-
- io.fabric8.openshift.api.model.operator.v1.OpenShiftAPIServerListBuilder
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Builder<OpenShiftAPIServerList>,io.fabric8.kubernetes.api.builder.Fluent<OpenShiftAPIServerListBuilder>,io.fabric8.kubernetes.api.builder.Visitable<OpenShiftAPIServerListBuilder>,io.fabric8.kubernetes.api.builder.VisitableBuilder<OpenShiftAPIServerList,OpenShiftAPIServerListBuilder>,OpenShiftAPIServerListFluent<OpenShiftAPIServerListBuilder>
public class OpenShiftAPIServerListBuilder extends OpenShiftAPIServerListFluentImpl<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.OpenShiftAPIServerListFluentImpl
OpenShiftAPIServerListFluentImpl.ItemsNestedImpl<N>
-
Nested classes/interfaces inherited from interface 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)OpenShiftAPIServerListBuilder(OpenShiftAPIServerListFluent<?> fluent, OpenShiftAPIServerList instance, Boolean validationEnabled)OpenShiftAPIServerListBuilder(OpenShiftAPIServerListFluent<?> fluent, Boolean validationEnabled)OpenShiftAPIServerListBuilder(OpenShiftAPIServerList instance, Boolean validationEnabled)OpenShiftAPIServerListBuilder(Boolean validationEnabled)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OpenShiftAPIServerListbuild()booleanequals(Object o)inthashCode()-
Methods inherited from class io.fabric8.openshift.api.model.operator.v1.OpenShiftAPIServerListFluentImpl
addAllToItems, addNewItem, addNewItemLike, addToItems, addToItems, buildFirstItem, buildItem, buildItems, buildLastItem, buildMatchingItem, editFirstItem, editItem, editLastItem, editMatchingItem, getApiVersion, getItems, getKind, getMetadata, hasApiVersion, hasItems, hasKind, hasMatchingItem, hasMetadata, removeAllFromItems, removeFromItems, removeMatchingFromItems, setNewItemLike, setToItems, withApiVersion, withItems, withItems, withKind, withMetadata, withNewApiVersion, withNewApiVersion, withNewApiVersion, withNewKind, withNewKind, withNewKind, withNewMetadata
-
Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
accept, accept, aggregate, aggregate, build, build, builderOf
-
-
-
-
Constructor Detail
-
OpenShiftAPIServerListBuilder
public OpenShiftAPIServerListBuilder()
-
OpenShiftAPIServerListBuilder
public OpenShiftAPIServerListBuilder(Boolean validationEnabled)
-
OpenShiftAPIServerListBuilder
public OpenShiftAPIServerListBuilder(OpenShiftAPIServerListFluent<?> fluent)
-
OpenShiftAPIServerListBuilder
public OpenShiftAPIServerListBuilder(OpenShiftAPIServerListFluent<?> fluent, Boolean validationEnabled)
-
OpenShiftAPIServerListBuilder
public OpenShiftAPIServerListBuilder(OpenShiftAPIServerListFluent<?> fluent, OpenShiftAPIServerList instance)
-
OpenShiftAPIServerListBuilder
public OpenShiftAPIServerListBuilder(OpenShiftAPIServerListFluent<?> fluent, OpenShiftAPIServerList instance, Boolean validationEnabled)
-
OpenShiftAPIServerListBuilder
public OpenShiftAPIServerListBuilder(OpenShiftAPIServerList instance)
-
OpenShiftAPIServerListBuilder
public OpenShiftAPIServerListBuilder(OpenShiftAPIServerList instance, Boolean validationEnabled)
-
-
Method Detail
-
build
public OpenShiftAPIServerList build()
- Specified by:
buildin interfaceio.fabric8.kubernetes.api.builder.Builder<OpenShiftAPIServerList>
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classOpenShiftAPIServerListFluentImpl<OpenShiftAPIServerListBuilder>
-
hashCode
public int hashCode()
- Overrides:
hashCodein classOpenShiftAPIServerListFluentImpl<OpenShiftAPIServerListBuilder>
-
-