Class IngressControllerListBuilder
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.operator.v1.IngressControllerListFluentImpl<IngressControllerListBuilder>
-
- io.fabric8.openshift.api.model.operator.v1.IngressControllerListBuilder
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Builder<IngressControllerList>,io.fabric8.kubernetes.api.builder.Fluent<IngressControllerListBuilder>,io.fabric8.kubernetes.api.builder.Visitable<IngressControllerListBuilder>,io.fabric8.kubernetes.api.builder.VisitableBuilder<IngressControllerList,IngressControllerListBuilder>,IngressControllerListFluent<IngressControllerListBuilder>
public class IngressControllerListBuilder extends IngressControllerListFluentImpl<IngressControllerListBuilder> implements io.fabric8.kubernetes.api.builder.VisitableBuilder<IngressControllerList,IngressControllerListBuilder>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class io.fabric8.openshift.api.model.operator.v1.IngressControllerListFluentImpl
IngressControllerListFluentImpl.ItemsNestedImpl<N>
-
Nested classes/interfaces inherited from interface io.fabric8.openshift.api.model.operator.v1.IngressControllerListFluent
IngressControllerListFluent.ItemsNested<N>
-
-
Constructor Summary
Constructors Constructor Description IngressControllerListBuilder()IngressControllerListBuilder(IngressControllerList instance)IngressControllerListBuilder(IngressControllerListFluent<?> fluent)IngressControllerListBuilder(IngressControllerListFluent<?> fluent, IngressControllerList instance)IngressControllerListBuilder(IngressControllerListFluent<?> fluent, IngressControllerList instance, Boolean validationEnabled)IngressControllerListBuilder(IngressControllerListFluent<?> fluent, Boolean validationEnabled)IngressControllerListBuilder(IngressControllerList instance, Boolean validationEnabled)IngressControllerListBuilder(Boolean validationEnabled)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IngressControllerListbuild()booleanequals(Object o)inthashCode()-
Methods inherited from class io.fabric8.openshift.api.model.operator.v1.IngressControllerListFluentImpl
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
-
IngressControllerListBuilder
public IngressControllerListBuilder()
-
IngressControllerListBuilder
public IngressControllerListBuilder(Boolean validationEnabled)
-
IngressControllerListBuilder
public IngressControllerListBuilder(IngressControllerListFluent<?> fluent)
-
IngressControllerListBuilder
public IngressControllerListBuilder(IngressControllerListFluent<?> fluent, Boolean validationEnabled)
-
IngressControllerListBuilder
public IngressControllerListBuilder(IngressControllerListFluent<?> fluent, IngressControllerList instance)
-
IngressControllerListBuilder
public IngressControllerListBuilder(IngressControllerListFluent<?> fluent, IngressControllerList instance, Boolean validationEnabled)
-
IngressControllerListBuilder
public IngressControllerListBuilder(IngressControllerList instance)
-
IngressControllerListBuilder
public IngressControllerListBuilder(IngressControllerList instance, Boolean validationEnabled)
-
-
Method Detail
-
build
public IngressControllerList build()
- Specified by:
buildin interfaceio.fabric8.kubernetes.api.builder.Builder<IngressControllerList>
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classIngressControllerListFluentImpl<IngressControllerListBuilder>
-
hashCode
public int hashCode()
- Overrides:
hashCodein classIngressControllerListFluentImpl<IngressControllerListBuilder>
-
-