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