Class V1EndpointSliceListBuilder
java.lang.Object
io.kubernetes.client.fluent.BaseFluent<A>
io.kubernetes.client.openapi.models.V1EndpointSliceListFluentImpl<V1EndpointSliceListBuilder>
io.kubernetes.client.openapi.models.V1EndpointSliceListBuilder
- All Implemented Interfaces:
Builder<io.kubernetes.client.openapi.models.V1EndpointSliceList>
,Fluent<V1EndpointSliceListBuilder>
,Visitable<V1EndpointSliceListBuilder>
,VisitableBuilder<io.kubernetes.client.openapi.models.V1EndpointSliceList,
,V1EndpointSliceListBuilder> V1EndpointSliceListFluent<V1EndpointSliceListBuilder>
public class V1EndpointSliceListBuilder
extends V1EndpointSliceListFluentImpl<V1EndpointSliceListBuilder>
implements VisitableBuilder<io.kubernetes.client.openapi.models.V1EndpointSliceList,V1EndpointSliceListBuilder>
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.kubernetes.client.openapi.models.V1EndpointSliceListFluent
V1EndpointSliceListFluent.ItemsNested<N>, V1EndpointSliceListFluent.MetadataNested<N>
-
Field Summary
Fields inherited from class io.kubernetes.client.fluent.BaseFluent
_visitables, VISIT
-
Constructor Summary
ConstructorsConstructorDescriptionV1EndpointSliceListBuilder
(io.kubernetes.client.openapi.models.V1EndpointSliceList instance) V1EndpointSliceListBuilder
(V1EndpointSliceListFluent<?> fluent, io.kubernetes.client.openapi.models.V1EndpointSliceList instance) V1EndpointSliceListBuilder
(V1EndpointSliceListFluent<?> fluent, io.kubernetes.client.openapi.models.V1EndpointSliceList instance, Boolean validationEnabled) V1EndpointSliceListBuilder
(V1EndpointSliceListFluent<?> fluent, Boolean validationEnabled) V1EndpointSliceListBuilder
(io.kubernetes.client.openapi.models.V1EndpointSliceList instance, Boolean validationEnabled) V1EndpointSliceListBuilder
(Boolean validationEnabled) -
Method Summary
Modifier and TypeMethodDescriptionio.kubernetes.client.openapi.models.V1EndpointSliceList
build()
Methods inherited from class io.kubernetes.client.openapi.models.V1EndpointSliceListFluentImpl
addAllToItems, addNewItem, addNewItemLike, addToItems, addToItems, buildFirstItem, buildItem, buildItems, buildLastItem, buildMatchingItem, buildMetadata, editFirstItem, editItem, editLastItem, editMatchingItem, editMetadata, editOrNewMetadata, editOrNewMetadataLike, equals, getApiVersion, getItems, getKind, getMetadata, hasApiVersion, hashCode, hasItems, hasKind, hasMatchingItem, hasMetadata, removeAllFromItems, removeFromItems, removeMatchingFromItems, setNewItemLike, setToItems, toString, withApiVersion, withItems, withItems, withKind, withMetadata, withNewMetadata, withNewMetadataLike
Methods inherited from class io.kubernetes.client.fluent.BaseFluent
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOf
-
Constructor Details
-
V1EndpointSliceListBuilder
public V1EndpointSliceListBuilder() -
V1EndpointSliceListBuilder
-
V1EndpointSliceListBuilder
-
V1EndpointSliceListBuilder
-
V1EndpointSliceListBuilder
public V1EndpointSliceListBuilder(V1EndpointSliceListFluent<?> fluent, io.kubernetes.client.openapi.models.V1EndpointSliceList instance) -
V1EndpointSliceListBuilder
public V1EndpointSliceListBuilder(V1EndpointSliceListFluent<?> fluent, io.kubernetes.client.openapi.models.V1EndpointSliceList instance, Boolean validationEnabled) -
V1EndpointSliceListBuilder
public V1EndpointSliceListBuilder(io.kubernetes.client.openapi.models.V1EndpointSliceList instance) -
V1EndpointSliceListBuilder
public V1EndpointSliceListBuilder(io.kubernetes.client.openapi.models.V1EndpointSliceList instance, Boolean validationEnabled)
-
-
Method Details