Class IngressListBuilder
java.lang.Object
io.fabric8.kubernetes.api.builder.BaseFluent<A>
io.fabric8.kubernetes.api.model.networking.v1beta1.IngressListFluentImpl<IngressListBuilder>
io.fabric8.kubernetes.api.model.networking.v1beta1.IngressListBuilder
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Builder<IngressList>,io.fabric8.kubernetes.api.builder.Fluent<IngressListBuilder>,io.fabric8.kubernetes.api.builder.Visitable<IngressListBuilder>,io.fabric8.kubernetes.api.builder.VisitableBuilder<IngressList,IngressListBuilder>,IngressListFluent<IngressListBuilder>
public class IngressListBuilder extends IngressListFluentImpl<IngressListBuilder> implements io.fabric8.kubernetes.api.builder.VisitableBuilder<IngressList,IngressListBuilder>
-
Nested Class Summary
Nested classes/interfaces inherited from class io.fabric8.kubernetes.api.model.networking.v1beta1.IngressListFluentImpl
IngressListFluentImpl.ItemsNestedImpl<N>Nested classes/interfaces inherited from interface io.fabric8.kubernetes.api.model.networking.v1beta1.IngressListFluent
IngressListFluent.ItemsNested<N> -
Field Summary
-
Constructor Summary
Constructors Constructor Description IngressListBuilder()IngressListBuilder(IngressList instance)IngressListBuilder(IngressListFluent<?> fluent)IngressListBuilder(IngressListFluent<?> fluent, IngressList instance)IngressListBuilder(IngressListFluent<?> fluent, IngressList instance, Boolean validationEnabled)IngressListBuilder(IngressListFluent<?> fluent, Boolean validationEnabled)IngressListBuilder(IngressList instance, Boolean validationEnabled)IngressListBuilder(Boolean validationEnabled) -
Method Summary
Modifier and Type Method Description IngressListbuild()booleanequals(Object o)Methods inherited from class io.fabric8.kubernetes.api.model.networking.v1beta1.IngressListFluentImpl
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, withNewMetadataMethods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
accept, aggregate, aggregate, build, build, builderOf
-
Constructor Details
-
IngressListBuilder
public IngressListBuilder() -
IngressListBuilder
-
IngressListBuilder
-
IngressListBuilder
-
IngressListBuilder
-
IngressListBuilder
public IngressListBuilder(IngressListFluent<?> fluent, IngressList instance, Boolean validationEnabled) -
IngressListBuilder
-
IngressListBuilder
-
-
Method Details
-
build
- Specified by:
buildin interfaceio.fabric8.kubernetes.api.builder.Builder<IngressList>
-
equals
- Overrides:
equalsin classIngressListFluentImpl<IngressListBuilder>
-