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:
io.fabric8.kubernetes.api.builder.Builder<RoleList>,io.fabric8.kubernetes.api.builder.Visitable<RoleListBuilder>,io.fabric8.kubernetes.api.builder.VisitableBuilder<RoleList,RoleListBuilder>
public class RoleListBuilder extends RoleListFluent<RoleListBuilder> implements io.fabric8.kubernetes.api.builder.VisitableBuilder<RoleList,RoleListBuilder>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class io.fabric8.kubernetes.api.model.rbac.RoleListFluent
RoleListFluent.ItemsNested<N>
-
-
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, withNewMetadata
-
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)
-
-