Class DownwardAPIBuilder
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.volumes.projected.sources.DownwardAPIFluent<DownwardAPIBuilder>
-
- io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.volumes.projected.sources.DownwardAPIBuilder
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Builder<DownwardAPI>,io.fabric8.kubernetes.api.builder.Fluent<DownwardAPIBuilder>,io.fabric8.kubernetes.api.builder.Visitable<DownwardAPIBuilder>,io.fabric8.kubernetes.api.builder.VisitableBuilder<DownwardAPI,DownwardAPIBuilder>
public class DownwardAPIBuilder extends DownwardAPIFluent<DownwardAPIBuilder> implements io.fabric8.kubernetes.api.builder.VisitableBuilder<DownwardAPI,DownwardAPIBuilder>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.volumes.projected.sources.DownwardAPIFluent
DownwardAPIFluent.DownwardapiItemsNested<N>
-
-
Constructor Summary
Constructors Constructor Description DownwardAPIBuilder()DownwardAPIBuilder(DownwardAPI instance)DownwardAPIBuilder(DownwardAPIFluent<?> fluent)DownwardAPIBuilder(DownwardAPIFluent<?> fluent, DownwardAPI instance)DownwardAPIBuilder(DownwardAPIFluent<?> fluent, DownwardAPI instance, Boolean validationEnabled)DownwardAPIBuilder(DownwardAPIFluent<?> fluent, Boolean validationEnabled)DownwardAPIBuilder(DownwardAPI instance, Boolean validationEnabled)DownwardAPIBuilder(Boolean validationEnabled)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DownwardAPIbuild()-
Methods inherited from class io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.volumes.projected.sources.DownwardAPIFluent
addAllToDownwardapiItems, addNewDownwardapiItem, addNewItemLike, addToItems, addToItems, buildFirstItem, buildItem, buildItems, buildLastItem, buildMatchingItem, editFirstItem, editItem, editLastItem, editMatchingItem, equals, hashCode, hasItems, hasMatchingItem, removeAllFromDownwardapiItems, removeFromItems, removeMatchingFromDownwardapiItems, setNewItemLike, setToItems, toString, withItems, withItems
-
Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOf
-
-
-
-
Constructor Detail
-
DownwardAPIBuilder
public DownwardAPIBuilder()
-
DownwardAPIBuilder
public DownwardAPIBuilder(Boolean validationEnabled)
-
DownwardAPIBuilder
public DownwardAPIBuilder(DownwardAPIFluent<?> fluent)
-
DownwardAPIBuilder
public DownwardAPIBuilder(DownwardAPIFluent<?> fluent, Boolean validationEnabled)
-
DownwardAPIBuilder
public DownwardAPIBuilder(DownwardAPIFluent<?> fluent, DownwardAPI instance)
-
DownwardAPIBuilder
public DownwardAPIBuilder(DownwardAPIFluent<?> fluent, DownwardAPI instance, Boolean validationEnabled)
-
DownwardAPIBuilder
public DownwardAPIBuilder(DownwardAPI instance)
-
DownwardAPIBuilder
public DownwardAPIBuilder(DownwardAPI instance, Boolean validationEnabled)
-
-
Method Detail
-
build
public DownwardAPI build()
- Specified by:
buildin interfaceio.fabric8.kubernetes.api.builder.Builder<DownwardAPI>
-
-