Class ServiceListBuilder
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.knative.serving.v1beta1.ServiceListFluentImpl<ServiceListBuilder>
-
- io.fabric8.knative.serving.v1beta1.ServiceListBuilder
-
- All Implemented Interfaces:
ServiceListFluent<ServiceListBuilder>,io.fabric8.kubernetes.api.builder.Builder<ServiceList>,io.fabric8.kubernetes.api.builder.Fluent<ServiceListBuilder>,io.fabric8.kubernetes.api.builder.Visitable<ServiceListBuilder>,io.fabric8.kubernetes.api.builder.VisitableBuilder<ServiceList,ServiceListBuilder>
public class ServiceListBuilder extends ServiceListFluentImpl<ServiceListBuilder> implements io.fabric8.kubernetes.api.builder.VisitableBuilder<ServiceList,ServiceListBuilder>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class io.fabric8.knative.serving.v1beta1.ServiceListFluentImpl
ServiceListFluentImpl.ItemsNestedImpl<N>
-
Nested classes/interfaces inherited from interface io.fabric8.knative.serving.v1beta1.ServiceListFluent
ServiceListFluent.ItemsNested<N>
-
-
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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EditableServiceListbuild()booleanequals(Object o)inthashCode()-
Methods inherited from class io.fabric8.knative.serving.v1beta1.ServiceListFluentImpl
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
-
ServiceListBuilder
public ServiceListBuilder()
-
ServiceListBuilder
public ServiceListBuilder(Boolean validationEnabled)
-
ServiceListBuilder
public ServiceListBuilder(ServiceListFluent<?> fluent)
-
ServiceListBuilder
public ServiceListBuilder(ServiceListFluent<?> fluent, Boolean validationEnabled)
-
ServiceListBuilder
public ServiceListBuilder(ServiceListFluent<?> fluent, ServiceList instance)
-
ServiceListBuilder
public ServiceListBuilder(ServiceListFluent<?> fluent, ServiceList instance, Boolean validationEnabled)
-
ServiceListBuilder
public ServiceListBuilder(ServiceList instance)
-
ServiceListBuilder
public ServiceListBuilder(ServiceList instance, Boolean validationEnabled)
-
-
Method Detail
-
build
public EditableServiceList build()
- Specified by:
buildin interfaceio.fabric8.kubernetes.api.builder.Builder<ServiceList>
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classServiceListFluentImpl<ServiceListBuilder>
-
hashCode
public int hashCode()
- Overrides:
hashCodein classServiceListFluentImpl<ServiceListBuilder>
-
-