Class QuarkusProject
java.lang.Object
com.azure.runtime.host.resources.Resource<QuarkusProject>
com.azure.runtime.host.resources.Container<QuarkusProject>
com.azure.runtime.host.extensions.microservice.common.resources.MicroserviceProject<QuarkusProject>
com.azure.runtime.host.extensions.quarkus.resources.QuarkusProject
- All Implemented Interfaces:
IntrospectiveResource
,ResourceTrait<QuarkusProject>
,ResourceWithArguments<QuarkusProject>
,ResourceWithEndpoints<QuarkusProject>
,ResourceWithEnvironment<QuarkusProject>
,ResourceWithLifecycle
,ResourceWithReference<QuarkusProject>
,ResourceWithTemplate<QuarkusProject>
,SelfAware<QuarkusProject>
public class QuarkusProject
extends MicroserviceProject<QuarkusProject>
implements ResourceWithTemplate<QuarkusProject>, IntrospectiveResource
-
Nested Class Summary
Nested classes/interfaces inherited from class com.azure.runtime.host.resources.Container
Container.BindMount, Container.Volume
-
Constructor Summary
-
Method Summary
Methods inherited from class com.azure.runtime.host.extensions.microservice.common.resources.MicroserviceProject
getPath, introspect, isOpenTelemetryEnabled, onResourcePrecommit, processTemplate, self, withOpenTelemetry, withPath
Methods inherited from class com.azure.runtime.host.resources.Container
withBindMount, withEntryPoint, withImage, withVolume
Methods inherited from class com.azure.runtime.host.resources.Resource
copyInto, getAnnotations, getName, getType, withAnnotation
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.azure.runtime.host.resources.traits.IntrospectiveResource
introspect
Methods inherited from interface com.azure.runtime.host.resources.traits.ResourceWithArguments
withArgument, withArguments, withArguments
Methods inherited from interface com.azure.runtime.host.resources.traits.ResourceWithEndpoints
getEndpoint, getEndpoints, withExternalHttpEndpoints, withHttpEndpoint, withHttpEndpoint, withHttpsEndpoint, withHttpsEndpoint
Methods inherited from interface com.azure.runtime.host.resources.traits.ResourceWithEnvironment
withEnvironment, withEnvironment, withEnvironment, withReference, withReference, withReference
Methods inherited from interface com.azure.runtime.host.resources.traits.ResourceWithLifecycle
onResourceAdded, onResourceRemoved
Methods inherited from interface com.azure.runtime.host.resources.traits.ResourceWithReference
withReference
Methods inherited from interface com.azure.runtime.host.resources.traits.ResourceWithTemplate
processTemplate
-
Constructor Details
-
QuarkusProject
-