Uses of Class
io.quarkiverse.operatorsdk.runtime.DependentResourceSpecMetadata
Packages that use DependentResourceSpecMetadata
-
Uses of DependentResourceSpecMetadata in io.quarkiverse.operatorsdk.runtime
Methods in io.quarkiverse.operatorsdk.runtime that return DependentResourceSpecMetadataModifier and TypeMethodDescriptionQuarkusConfigurationService.getDependentByName(String controllerName, String dependentName) Methods in io.quarkiverse.operatorsdk.runtime that return types with arguments of type DependentResourceSpecMetadataModifier and TypeMethodDescriptionio.javaoperatorsdk.operator.api.reconciler.dependent.DependentResourceFactory<QuarkusControllerConfiguration<?>,DependentResourceSpecMetadata<?, ?, ?>> BuildTimeConfigurationService.dependentResourceFactory()io.javaoperatorsdk.operator.api.reconciler.dependent.DependentResourceFactory<QuarkusControllerConfiguration<?>,DependentResourceSpecMetadata<?, ?, ?>> QuarkusConfigurationService.dependentResourceFactory()QuarkusControllerConfiguration.dependentsMetadata()QuarkusWorkflowSpec.getDependentResourceSpecMetadata()Methods in io.quarkiverse.operatorsdk.runtime with parameters of type DependentResourceSpecMetadataModifier and TypeMethodDescriptionClass<?>BuildTimeConfigurationService.associatedResourceType(DependentResourceSpecMetadata spec) Class<?>QuarkusConfigurationService.associatedResourceType(DependentResourceSpecMetadata spec) io.javaoperatorsdk.operator.api.reconciler.dependent.DependentResourceQuarkusConfigurationService.createFrom(DependentResourceSpecMetadata spec, QuarkusControllerConfiguration configuration) Constructor parameters in io.quarkiverse.operatorsdk.runtime with type arguments of type DependentResourceSpecMetadataModifierConstructorDescriptionQuarkusWorkflowSpec(Map<String, DependentResourceSpecMetadata> dependentResourceSpecMetadata, boolean explicitInvocation, boolean handleExceptionsInReconciler)