Class ClusterRoleListBuilder
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.kubernetes.api.model.rbac.ClusterRoleListFluent<ClusterRoleListBuilder>
-
- io.fabric8.kubernetes.api.model.rbac.ClusterRoleListBuilder
-
- All Implemented Interfaces:
Builder<ClusterRoleList>,Visitable<ClusterRoleListBuilder>,VisitableBuilder<ClusterRoleList,ClusterRoleListBuilder>
public class ClusterRoleListBuilder extends ClusterRoleListFluent<ClusterRoleListBuilder> implements VisitableBuilder<ClusterRoleList,ClusterRoleListBuilder>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class io.fabric8.kubernetes.api.model.rbac.ClusterRoleListFluent
ClusterRoleListFluent.ItemsNested<N>
-
-
Field Summary
-
Fields inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
_visitables, VISIT
-
-
Constructor Summary
Constructors Constructor Description ClusterRoleListBuilder()ClusterRoleListBuilder(ClusterRoleList instance)ClusterRoleListBuilder(ClusterRoleListFluent<?> fluent)ClusterRoleListBuilder(ClusterRoleListFluent<?> fluent, ClusterRoleList instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ClusterRoleListbuild()-
Methods inherited from class io.fabric8.kubernetes.api.model.rbac.ClusterRoleListFluent
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
-
ClusterRoleListBuilder
public ClusterRoleListBuilder()
-
ClusterRoleListBuilder
public ClusterRoleListBuilder(ClusterRoleListFluent<?> fluent)
-
ClusterRoleListBuilder
public ClusterRoleListBuilder(ClusterRoleList instance)
-
ClusterRoleListBuilder
public ClusterRoleListBuilder(ClusterRoleListFluent<?> fluent, ClusterRoleList instance)
-
-
Method Detail
-
build
public ClusterRoleList build()
- Specified by:
buildin interfaceBuilder<ClusterRoleList>
-
-