Class V1beta2FlowSchemaListBuilder
java.lang.Object
io.kubernetes.client.fluent.BaseFluent<A>
io.kubernetes.client.openapi.models.V1beta2FlowSchemaListFluentImpl<V1beta2FlowSchemaListBuilder>
io.kubernetes.client.openapi.models.V1beta2FlowSchemaListBuilder
- All Implemented Interfaces:
Builder<io.kubernetes.client.openapi.models.V1beta2FlowSchemaList>
,Fluent<V1beta2FlowSchemaListBuilder>
,Visitable<V1beta2FlowSchemaListBuilder>
,VisitableBuilder<io.kubernetes.client.openapi.models.V1beta2FlowSchemaList,
,V1beta2FlowSchemaListBuilder> V1beta2FlowSchemaListFluent<V1beta2FlowSchemaListBuilder>
public class V1beta2FlowSchemaListBuilder
extends V1beta2FlowSchemaListFluentImpl<V1beta2FlowSchemaListBuilder>
implements VisitableBuilder<io.kubernetes.client.openapi.models.V1beta2FlowSchemaList,V1beta2FlowSchemaListBuilder>
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.kubernetes.client.openapi.models.V1beta2FlowSchemaListFluent
V1beta2FlowSchemaListFluent.ItemsNested<N>, V1beta2FlowSchemaListFluent.MetadataNested<N>
-
Field Summary
Fields inherited from class io.kubernetes.client.fluent.BaseFluent
_visitables, VISIT
-
Constructor Summary
ConstructorsConstructorDescriptionV1beta2FlowSchemaListBuilder
(io.kubernetes.client.openapi.models.V1beta2FlowSchemaList instance) V1beta2FlowSchemaListBuilder
(V1beta2FlowSchemaListFluent<?> fluent, io.kubernetes.client.openapi.models.V1beta2FlowSchemaList instance) V1beta2FlowSchemaListBuilder
(V1beta2FlowSchemaListFluent<?> fluent, io.kubernetes.client.openapi.models.V1beta2FlowSchemaList instance, Boolean validationEnabled) V1beta2FlowSchemaListBuilder
(V1beta2FlowSchemaListFluent<?> fluent, Boolean validationEnabled) V1beta2FlowSchemaListBuilder
(io.kubernetes.client.openapi.models.V1beta2FlowSchemaList instance, Boolean validationEnabled) V1beta2FlowSchemaListBuilder
(Boolean validationEnabled) -
Method Summary
Modifier and TypeMethodDescriptionio.kubernetes.client.openapi.models.V1beta2FlowSchemaList
build()
Methods inherited from class io.kubernetes.client.openapi.models.V1beta2FlowSchemaListFluentImpl
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
-
V1beta2FlowSchemaListBuilder
public V1beta2FlowSchemaListBuilder() -
V1beta2FlowSchemaListBuilder
-
V1beta2FlowSchemaListBuilder
-
V1beta2FlowSchemaListBuilder
public V1beta2FlowSchemaListBuilder(V1beta2FlowSchemaListFluent<?> fluent, Boolean validationEnabled) -
V1beta2FlowSchemaListBuilder
public V1beta2FlowSchemaListBuilder(V1beta2FlowSchemaListFluent<?> fluent, io.kubernetes.client.openapi.models.V1beta2FlowSchemaList instance) -
V1beta2FlowSchemaListBuilder
public V1beta2FlowSchemaListBuilder(V1beta2FlowSchemaListFluent<?> fluent, io.kubernetes.client.openapi.models.V1beta2FlowSchemaList instance, Boolean validationEnabled) -
V1beta2FlowSchemaListBuilder
public V1beta2FlowSchemaListBuilder(io.kubernetes.client.openapi.models.V1beta2FlowSchemaList instance) -
V1beta2FlowSchemaListBuilder
public V1beta2FlowSchemaListBuilder(io.kubernetes.client.openapi.models.V1beta2FlowSchemaList instance, Boolean validationEnabled)
-
-
Method Details