Index
All Classes and Interfaces|All Packages
A
- AbstractKubernetesConfigSourceUtil - Class in io.quarkus.kubernetes.config.runtime
- AbstractKubernetesConfigSourceUtil() - Constructor for class io.quarkus.kubernetes.config.runtime.AbstractKubernetesConfigSourceUtil
C
- clusterWide() - Method in interface io.quarkus.kubernetes.config.runtime.SecretsRoleConfig
-
Whether the role is cluster wide or not.
- CONFIG_MAP - Enum constant in enum class io.quarkus.kubernetes.config.runtime.OrdinalData
- configBuilder(SmallRyeConfigBuilder) - Method in class io.quarkus.kubernetes.config.runtime.KubernetesConfigSourceFactoryBuilder
- ConfigMapConfigSourceUtil - Class in io.quarkus.kubernetes.config.runtime
- ConfigMapConfigSourceUtil() - Constructor for class io.quarkus.kubernetes.config.runtime.ConfigMapConfigSourceUtil
- configMaps() - Method in interface io.quarkus.kubernetes.config.runtime.KubernetesConfigSourceConfig
-
ConfigMaps to look for in the namespace that the Kubernetes Client has been configured for.
- createLiteralDataConfigSource(String, Map<String, String>, int) - Method in class io.quarkus.kubernetes.config.runtime.AbstractKubernetesConfigSourceUtil
- createLiteralDataConfigSource(String, Map<String, String>, int) - Method in class io.quarkus.kubernetes.config.runtime.ConfigMapConfigSourceUtil
- createLiteralDataConfigSource(String, Map<String, String>, int) - Method in class io.quarkus.kubernetes.config.runtime.SecretConfigSourceUtil
- createPropertiesConfigSource(String, String, String, int) - Method in class io.quarkus.kubernetes.config.runtime.AbstractKubernetesConfigSourceUtil
- createPropertiesConfigSource(String, String, String, int) - Method in class io.quarkus.kubernetes.config.runtime.ConfigMapConfigSourceUtil
- createPropertiesConfigSource(String, String, String, int) - Method in class io.quarkus.kubernetes.config.runtime.SecretConfigSourceUtil
- createYamlConfigSource(String, String, String, int) - Method in class io.quarkus.kubernetes.config.runtime.AbstractKubernetesConfigSourceUtil
- createYamlConfigSource(String, String, String, int) - Method in class io.quarkus.kubernetes.config.runtime.ConfigMapConfigSourceUtil
- createYamlConfigSource(String, String, String, int) - Method in class io.quarkus.kubernetes.config.runtime.SecretConfigSourceUtil
D
- decodeMapValues(Map<String, String>) - Static method in class io.quarkus.kubernetes.config.runtime.SecretConfigSourceUtil
- decodeValue(String) - Static method in class io.quarkus.kubernetes.config.runtime.SecretConfigSourceUtil
E
- enabled() - Method in interface io.quarkus.kubernetes.config.runtime.KubernetesConfigSourceConfig
-
If set to true, the application will attempt to look up the configuration from the API server
F
- failOnMissingConfig() - Method in interface io.quarkus.kubernetes.config.runtime.KubernetesConfigSourceConfig
-
If set to true, the application will not start if any of the configured config sources cannot be located
G
- generate() - Method in interface io.quarkus.kubernetes.config.runtime.SecretsRoleConfig
-
If the current role is meant to be generated or not.
- getBase() - Method in enum class io.quarkus.kubernetes.config.runtime.OrdinalData
- getConfigSources(KubernetesConfigSourceConfig, boolean) - Method in class io.quarkus.kubernetes.config.runtime.KubernetesConfigSourceFactory
- getConfigSources(ConfigSourceContext) - Method in class io.quarkus.kubernetes.config.runtime.KubernetesConfigSourceFactory
- getConfigSources(ConfigSourceContext, KubernetesClientBuildConfig) - Method in class io.quarkus.kubernetes.config.runtime.KubernetesConfigSourceFactoryBuilder.KubernetesConfigFactory
- getMax() - Method in enum class io.quarkus.kubernetes.config.runtime.OrdinalData
- getType() - Method in class io.quarkus.kubernetes.config.runtime.AbstractKubernetesConfigSourceUtil
- getType() - Method in class io.quarkus.kubernetes.config.runtime.ConfigMapConfigSourceUtil
- getType() - Method in class io.quarkus.kubernetes.config.runtime.SecretConfigSourceUtil
I
- io.quarkus.kubernetes.config.runtime - package io.quarkus.kubernetes.config.runtime
K
- KubernetesConfigBuildTimeConfig - Interface in io.quarkus.kubernetes.config.runtime
- KubernetesConfigFactory() - Constructor for class io.quarkus.kubernetes.config.runtime.KubernetesConfigSourceFactoryBuilder.KubernetesConfigFactory
- KubernetesConfigRecorder - Class in io.quarkus.kubernetes.config.runtime
- KubernetesConfigRecorder() - Constructor for class io.quarkus.kubernetes.config.runtime.KubernetesConfigRecorder
- KubernetesConfigSourceConfig - Interface in io.quarkus.kubernetes.config.runtime
- KubernetesConfigSourceFactory - Class in io.quarkus.kubernetes.config.runtime
- KubernetesConfigSourceFactory(KubernetesClient) - Constructor for class io.quarkus.kubernetes.config.runtime.KubernetesConfigSourceFactory
- KubernetesConfigSourceFactoryBuilder - Class in io.quarkus.kubernetes.config.runtime
- KubernetesConfigSourceFactoryBuilder() - Constructor for class io.quarkus.kubernetes.config.runtime.KubernetesConfigSourceFactoryBuilder
- KubernetesConfigSourceFactoryBuilder.KubernetesConfigFactory - Class in io.quarkus.kubernetes.config.runtime
N
- name() - Method in interface io.quarkus.kubernetes.config.runtime.SecretsRoleConfig
-
The name of the role.
- namespace() - Method in interface io.quarkus.kubernetes.config.runtime.KubernetesConfigSourceConfig
-
Namespace to look for config maps and secrets.
- namespace() - Method in interface io.quarkus.kubernetes.config.runtime.SecretsRoleConfig
-
The namespace of the role.
O
- ordinalData() - Method in class io.quarkus.kubernetes.config.runtime.AbstractKubernetesConfigSourceUtil
- ordinalData() - Method in class io.quarkus.kubernetes.config.runtime.ConfigMapConfigSourceUtil
- ordinalData() - Method in class io.quarkus.kubernetes.config.runtime.SecretConfigSourceUtil
- OrdinalData - Enum Class in io.quarkus.kubernetes.config.runtime
S
- SECRET - Enum constant in enum class io.quarkus.kubernetes.config.runtime.OrdinalData
- SecretConfigSourceUtil - Class in io.quarkus.kubernetes.config.runtime
- SecretConfigSourceUtil() - Constructor for class io.quarkus.kubernetes.config.runtime.SecretConfigSourceUtil
- secrets() - Method in interface io.quarkus.kubernetes.config.runtime.KubernetesConfigSourceConfig
-
Secrets to look for in the namespace that the Kubernetes Client has been configured for.
- secretsEnabled() - Method in interface io.quarkus.kubernetes.config.runtime.KubernetesConfigBuildTimeConfig
-
Whether configuration can be read from secrets.
- secretsRoleConfig() - Method in interface io.quarkus.kubernetes.config.runtime.KubernetesConfigBuildTimeConfig
-
Role configuration to generate if the "secrets-enabled" property is true.
- SecretsRoleConfig - Interface in io.quarkus.kubernetes.config.runtime
T
- toConfigSources(ObjectMeta, Map<String, String>, int) - Method in class io.quarkus.kubernetes.config.runtime.AbstractKubernetesConfigSourceUtil
-
Returns a list of
ConfigSourcefor the literal data that is contained in the ConfigMap/Secret and for the application.{properties|yaml|yml} files that might be contained in it as well All theConfigSourceobjects use the same ordinal which is higher than the ordinal of normal configuration files, but lower than that of environment variables
V
- valueOf(String) - Static method in enum class io.quarkus.kubernetes.config.runtime.OrdinalData
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class io.quarkus.kubernetes.config.runtime.OrdinalData
-
Returns an array containing the constants of this enum class, in the order they are declared.
W
- warnAboutSecrets(KubernetesConfigBuildTimeConfig, KubernetesConfigSourceConfig) - Method in class io.quarkus.kubernetes.config.runtime.KubernetesConfigRecorder
All Classes and Interfaces|All Packages