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