Package io.fabric8.kubernetes.api.model
Class APIResourceBuilder
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.kubernetes.api.model.APIResourceFluent<APIResourceBuilder>
-
- io.fabric8.kubernetes.api.model.APIResourceBuilder
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Builder<APIResource>
,io.fabric8.kubernetes.api.builder.Visitable<APIResourceBuilder>
,io.fabric8.kubernetes.api.builder.VisitableBuilder<APIResource,APIResourceBuilder>
public class APIResourceBuilder extends APIResourceFluent<APIResourceBuilder> implements io.fabric8.kubernetes.api.builder.VisitableBuilder<APIResource,APIResourceBuilder>
-
-
Constructor Summary
Constructors Constructor Description APIResourceBuilder()
APIResourceBuilder(APIResource instance)
APIResourceBuilder(APIResourceFluent<?> fluent)
APIResourceBuilder(APIResourceFluent<?> fluent, APIResource instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description APIResource
build()
-
Methods inherited from class io.fabric8.kubernetes.api.model.APIResourceFluent
addAllToCategories, addAllToShortNames, addAllToVerbs, addToAdditionalProperties, addToAdditionalProperties, addToCategories, addToCategories, addToShortNames, addToShortNames, addToVerbs, addToVerbs, copyInstance, equals, getAdditionalProperties, getCategories, getCategory, getFirstCategory, getFirstShortName, getFirstVerb, getGroup, getKind, getLastCategory, getLastShortName, getLastVerb, getMatchingCategory, getMatchingShortName, getMatchingVerb, getName, getNamespaced, getShortName, getShortNames, getSingularName, getStorageVersionHash, getVerb, getVerbs, getVersion, hasAdditionalProperties, hasCategories, hasGroup, hashCode, hasKind, hasMatchingCategory, hasMatchingShortName, hasMatchingVerb, hasName, hasNamespaced, hasShortNames, hasSingularName, hasStorageVersionHash, hasVerbs, hasVersion, removeAllFromCategories, removeAllFromShortNames, removeAllFromVerbs, removeFromAdditionalProperties, removeFromAdditionalProperties, removeFromCategories, removeFromShortNames, removeFromVerbs, setToCategories, setToShortNames, setToVerbs, toString, withAdditionalProperties, withCategories, withCategories, withGroup, withKind, withName, withNamespaced, withNamespaced, withShortNames, withShortNames, withSingularName, withStorageVersionHash, withVerbs, withVerbs, withVersion
-
Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
aggregate, aggregate, build, build, builderOf, getVisitableMap
-
-
-
-
Constructor Detail
-
APIResourceBuilder
public APIResourceBuilder()
-
APIResourceBuilder
public APIResourceBuilder(APIResourceFluent<?> fluent)
-
APIResourceBuilder
public APIResourceBuilder(APIResourceFluent<?> fluent, APIResource instance)
-
APIResourceBuilder
public APIResourceBuilder(APIResource instance)
-
-
Method Detail
-
build
public APIResource build()
- Specified by:
build
in interfaceio.fabric8.kubernetes.api.builder.Builder<APIResource>
-
-