Package io.fabric8.kubernetes.api.model
Class APIResourceListBuilder
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.kubernetes.api.model.APIResourceListFluent<APIResourceListBuilder>
-
- io.fabric8.kubernetes.api.model.APIResourceListBuilder
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Builder<APIResourceList>,io.fabric8.kubernetes.api.builder.Visitable<APIResourceListBuilder>,io.fabric8.kubernetes.api.builder.VisitableBuilder<APIResourceList,APIResourceListBuilder>
public class APIResourceListBuilder extends APIResourceListFluent<APIResourceListBuilder> implements io.fabric8.kubernetes.api.builder.VisitableBuilder<APIResourceList,APIResourceListBuilder>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class io.fabric8.kubernetes.api.model.APIResourceListFluent
APIResourceListFluent.ResourcesNested<N>
-
-
Constructor Summary
Constructors Constructor Description APIResourceListBuilder()APIResourceListBuilder(APIResourceList instance)APIResourceListBuilder(APIResourceListFluent<?> fluent)APIResourceListBuilder(APIResourceListFluent<?> fluent, APIResourceList instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description APIResourceListbuild()-
Methods inherited from class io.fabric8.kubernetes.api.model.APIResourceListFluent
addAllToResources, addNewResource, addNewResourceLike, addToAdditionalProperties, addToAdditionalProperties, addToResources, addToResources, buildFirstResource, buildLastResource, buildMatchingResource, buildResource, buildResources, copyInstance, editFirstResource, editLastResource, editMatchingResource, editResource, equals, getAdditionalProperties, getApiVersion, getGroupVersion, getKind, hasAdditionalProperties, hasApiVersion, hasGroupVersion, hashCode, hasKind, hasMatchingResource, hasResources, removeAllFromResources, removeFromAdditionalProperties, removeFromAdditionalProperties, removeFromResources, removeMatchingFromResources, setNewResourceLike, setToResources, toString, withAdditionalProperties, withApiVersion, withGroupVersion, withKind, withResources, withResources
-
Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
aggregate, aggregate, build, build, builderOf, getVisitableMap
-
-
-
-
Constructor Detail
-
APIResourceListBuilder
public APIResourceListBuilder()
-
APIResourceListBuilder
public APIResourceListBuilder(APIResourceListFluent<?> fluent)
-
APIResourceListBuilder
public APIResourceListBuilder(APIResourceListFluent<?> fluent, APIResourceList instance)
-
APIResourceListBuilder
public APIResourceListBuilder(APIResourceList instance)
-
-
Method Detail
-
build
public APIResourceList build()
- Specified by:
buildin interfaceio.fabric8.kubernetes.api.builder.Builder<APIResourceList>
-
-