Package io.fabric8.kubernetes.api.model
Class ServiceListBuilder
java.lang.Object
io.fabric8.kubernetes.api.builder.BaseFluent<A>
io.fabric8.kubernetes.api.model.ServiceListFluentImpl<ServiceListBuilder>
io.fabric8.kubernetes.api.model.ServiceListBuilder
- All Implemented Interfaces:
Builder<ServiceList>,Fluent<ServiceListBuilder>,Visitable<ServiceListBuilder>,VisitableBuilder<ServiceList,ServiceListBuilder>,ServiceListFluent<ServiceListBuilder>
public class ServiceListBuilder extends ServiceListFluentImpl<ServiceListBuilder> implements VisitableBuilder<ServiceList,ServiceListBuilder>
-
Nested Class Summary
Nested classes/interfaces inherited from class io.fabric8.kubernetes.api.model.ServiceListFluentImpl
ServiceListFluentImpl.ItemsNestedImpl<N>, ServiceListFluentImpl.MetadataNestedImpl<N>Nested classes/interfaces inherited from interface io.fabric8.kubernetes.api.model.ServiceListFluent
ServiceListFluent.ItemsNested<N>, ServiceListFluent.MetadataNested<N> -
Field Summary
-
Constructor Summary
Constructors Constructor Description ServiceListBuilder()ServiceListBuilder(ServiceList instance)ServiceListBuilder(ServiceListFluent<?> fluent)ServiceListBuilder(ServiceListFluent<?> fluent, ServiceList instance)ServiceListBuilder(ServiceListFluent<?> fluent, ServiceList instance, Boolean validationEnabled)ServiceListBuilder(ServiceListFluent<?> fluent, Boolean validationEnabled)ServiceListBuilder(ServiceList instance, Boolean validationEnabled)ServiceListBuilder(Boolean validationEnabled) -
Method Summary
Modifier and Type Method Description ServiceListbuild()booleanequals(Object o)Methods inherited from class io.fabric8.kubernetes.api.model.ServiceListFluentImpl
addAllToItems, addNewItem, addNewItemLike, addToItems, addToItems, buildFirstItem, buildItem, buildItems, buildLastItem, buildMatchingItem, buildMetadata, editFirstItem, editItem, editLastItem, editMatchingItem, editMetadata, editOrNewMetadata, editOrNewMetadataLike, 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, withNewMetadata, withNewMetadataLikeMethods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
accept, aggregate, aggregate, build, build, builderOf
-
Constructor Details
-
ServiceListBuilder
public ServiceListBuilder() -
ServiceListBuilder
-
ServiceListBuilder
-
ServiceListBuilder
-
ServiceListBuilder
-
ServiceListBuilder
public ServiceListBuilder(ServiceListFluent<?> fluent, ServiceList instance, Boolean validationEnabled) -
ServiceListBuilder
-
ServiceListBuilder
-
-
Method Details
-
build
- Specified by:
buildin interfaceBuilder<ServiceList>
-
equals
- Overrides:
equalsin classServiceListFluentImpl<ServiceListBuilder>
-