Class RoleListBuilder
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.kubernetes.api.model.rbac.RoleListFluent<RoleListBuilder>
-
- io.fabric8.kubernetes.api.model.rbac.RoleListBuilder
-
- All Implemented Interfaces:
Builder<RoleList>,Visitable<RoleListBuilder>,VisitableBuilder<RoleList,RoleListBuilder>
public class RoleListBuilder extends RoleListFluent<RoleListBuilder> implements VisitableBuilder<RoleList,RoleListBuilder>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class io.fabric8.kubernetes.api.model.rbac.RoleListFluent
RoleListFluent.ItemsNested<N>
-
-
Field Summary
-
Fields inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
_visitables, VISIT
-
-
Constructor Summary
Constructors Constructor Description RoleListBuilder()RoleListBuilder(RoleList instance)RoleListBuilder(RoleListFluent<?> fluent)RoleListBuilder(RoleListFluent<?> fluent, RoleList instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RoleListbuild()-
Methods inherited from class io.fabric8.kubernetes.api.model.rbac.RoleListFluent
addAllToItems, addNewItem, addNewItemLike, addToAdditionalProperties, addToAdditionalProperties, addToItems, addToItems, buildFirstItem, buildItem, buildItems, buildLastItem, buildMatchingItem, copyInstance, editFirstItem, editItem, editLastItem, editMatchingItem, equals, getAdditionalProperties, getApiVersion, getKind, getMetadata, hasAdditionalProperties, hasApiVersion, hashCode, hasItems, hasKind, hasMatchingItem, hasMetadata, removeAllFromItems, removeFromAdditionalProperties, removeFromAdditionalProperties, removeFromItems, removeMatchingFromItems, setNewItemLike, setToItems, toString, withAdditionalProperties, withApiVersion, withItems, withItems, withKind, withMetadata
-
Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
aggregate, aggregate, build, build, builderOf, getVisitableMap
-
-
-
-
Constructor Detail
-
RoleListBuilder
public RoleListBuilder()
-
RoleListBuilder
public RoleListBuilder(RoleListFluent<?> fluent)
-
RoleListBuilder
public RoleListBuilder(RoleList instance)
-
RoleListBuilder
public RoleListBuilder(RoleListFluent<?> fluent, RoleList instance)
-
-