A C D E F G I M N O P Q R V
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- asSet(String[]) - Static method in class io.quarkiverse.operatorsdk.runtime.QuarkusControllerConfiguration
C
- checkCRDAndValidateLocalModel - Variable in class io.quarkiverse.operatorsdk.runtime.ExternalConfiguration
-
Whether the operator should check that the CRD is properly deployed and that the associated
CustomResourceimplementation matches its information before registering the associated controller. - checkCRDAndValidateLocalModel() - Method in class io.quarkiverse.operatorsdk.runtime.QuarkusConfigurationService
- ConfigurationServiceRecorder - Class in io.quarkiverse.operatorsdk.runtime
- ConfigurationServiceRecorder() - Constructor for class io.quarkiverse.operatorsdk.runtime.ConfigurationServiceRecorder
- configurationServiceSupplier(Version, List<ControllerConfiguration>, boolean) - Method in class io.quarkiverse.operatorsdk.runtime.ConfigurationServiceRecorder
- controllers - Variable in class io.quarkiverse.operatorsdk.runtime.ExternalConfiguration
-
Maps a controller name to its configuration.
- crdOutputDirectory - Variable in class io.quarkiverse.operatorsdk.runtime.ExternalConfiguration
-
The directory where the CRDs will be generated, relative to the project's output directory.
D
- DelayRegistrationUntil - Annotation Type in io.quarkiverse.operatorsdk.runtime
-
Delay registration until specified CDI event is fired.
- delayRegistrationUntilEvent - Variable in class io.quarkiverse.operatorsdk.runtime.ExternalControllerConfiguration
-
The optional fully qualified name of a CDI event class that the controller will wait for before registering with the Operator.
E
- event() - Method in annotation type io.quarkiverse.operatorsdk.runtime.DelayRegistrationUntil
-
The class of the CDI event that will trigger the registration
- ExternalConfiguration - Class in io.quarkiverse.operatorsdk.runtime
- ExternalConfiguration() - Constructor for class io.quarkiverse.operatorsdk.runtime.ExternalConfiguration
- ExternalControllerConfiguration - Class in io.quarkiverse.operatorsdk.runtime
- ExternalControllerConfiguration() - Constructor for class io.quarkiverse.operatorsdk.runtime.ExternalControllerConfiguration
- ExternalIntervalConfiguration - Class in io.quarkiverse.operatorsdk.runtime
- ExternalIntervalConfiguration() - Constructor for class io.quarkiverse.operatorsdk.runtime.ExternalIntervalConfiguration
- ExternalRetryConfiguration - Class in io.quarkiverse.operatorsdk.runtime
- ExternalRetryConfiguration() - Constructor for class io.quarkiverse.operatorsdk.runtime.ExternalRetryConfiguration
F
- finalizer - Variable in class io.quarkiverse.operatorsdk.runtime.ExternalControllerConfiguration
-
The optional name of the finalizer for the controller.
G
- generationAware - Variable in class io.quarkiverse.operatorsdk.runtime.ExternalControllerConfiguration
-
Whether the controller should only process events if the associated resource generation has increased since last reconciliation, otherwise will process all events.
- getClientConfiguration() - Method in class io.quarkiverse.operatorsdk.runtime.QuarkusConfigurationService
- getConfigurationFor(ResourceController<R>) - Method in class io.quarkiverse.operatorsdk.runtime.QuarkusConfigurationService
- getCrClass() - Method in class io.quarkiverse.operatorsdk.runtime.QuarkusControllerConfiguration
- getCrdName() - Method in class io.quarkiverse.operatorsdk.runtime.QuarkusControllerConfiguration
- getCustomResourceClass() - Method in class io.quarkiverse.operatorsdk.runtime.QuarkusControllerConfiguration
- getInitialInterval() - Method in class io.quarkiverse.operatorsdk.runtime.PlainRetryConfiguration
- getIntervalMultiplier() - Method in class io.quarkiverse.operatorsdk.runtime.PlainRetryConfiguration
- getMaxAttempts() - Method in class io.quarkiverse.operatorsdk.runtime.PlainRetryConfiguration
- getMaxInterval() - Method in class io.quarkiverse.operatorsdk.runtime.PlainRetryConfiguration
I
- initial - Variable in class io.quarkiverse.operatorsdk.runtime.ExternalIntervalConfiguration
-
The initial interval that the controller waits for before attempting the first retry
- interval - Variable in class io.quarkiverse.operatorsdk.runtime.ExternalRetryConfiguration
-
The configuration of the retry interval.
- io.quarkiverse.operatorsdk.runtime - package io.quarkiverse.operatorsdk.runtime
- isRegistrationDelayed() - Method in class io.quarkiverse.operatorsdk.runtime.QuarkusControllerConfiguration
M
- max - Variable in class io.quarkiverse.operatorsdk.runtime.ExternalIntervalConfiguration
-
The maximum interval that the controller will wait for before attempting a retry, regardless of all other configuration
- maxAttempts - Variable in class io.quarkiverse.operatorsdk.runtime.ExternalRetryConfiguration
-
How many times an operation should be retried before giving up
- multiplier - Variable in class io.quarkiverse.operatorsdk.runtime.ExternalIntervalConfiguration
-
The value by which the initial interval is multiplied by for each retry
N
- namespaces - Variable in class io.quarkiverse.operatorsdk.runtime.ExternalControllerConfiguration
-
An optional list of comma-separated namespace names the controller should watch.
O
- OperatorProducer - Class in io.quarkiverse.operatorsdk.runtime
- OperatorProducer() - Constructor for class io.quarkiverse.operatorsdk.runtime.OperatorProducer
P
- PlainRetryConfiguration - Class in io.quarkiverse.operatorsdk.runtime
- PlainRetryConfiguration(int, long, double, long) - Constructor for class io.quarkiverse.operatorsdk.runtime.PlainRetryConfiguration
Q
- QuarkusConfigurationService - Class in io.quarkiverse.operatorsdk.runtime
- QuarkusConfigurationService(Version, List<ControllerConfiguration>, KubernetesClient, boolean) - Constructor for class io.quarkiverse.operatorsdk.runtime.QuarkusConfigurationService
- QuarkusControllerConfiguration<R extends io.fabric8.kubernetes.client.CustomResource> - Class in io.quarkiverse.operatorsdk.runtime
- QuarkusControllerConfiguration(String, String, String, String, boolean, Set<String>, String, RetryConfiguration, boolean) - Constructor for class io.quarkiverse.operatorsdk.runtime.QuarkusControllerConfiguration
R
- retry - Variable in class io.quarkiverse.operatorsdk.runtime.ExternalControllerConfiguration
-
The optional controller retry configuration
V
- Version - Class in io.quarkiverse.operatorsdk.runtime
-
Re-publish with a recordable constructor so that quarkus can do its thing with it!
- Version(String, String, Date) - Constructor for class io.quarkiverse.operatorsdk.runtime.Version
All Classes All Packages