A C D E F G I K N O S T V W
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- AbstractKubernetesConfigSourceUtil - Class in io.quarkus.kubernetes.config.runtime
- AbstractKubernetesConfigSourceUtil() - Constructor for class io.quarkus.kubernetes.config.runtime.AbstractKubernetesConfigSourceUtil
C
- clusterWide - Variable in class io.quarkus.kubernetes.config.runtime.SecretsRoleConfig
-
Whether the role is cluster wide or not.
- CONFIG_MAP - io.quarkus.kubernetes.config.runtime.OrdinalData
- ConfigMapConfigSourceUtil - Class in io.quarkus.kubernetes.config.runtime
- ConfigMapConfigSourceUtil() - Constructor for class io.quarkus.kubernetes.config.runtime.ConfigMapConfigSourceUtil
- configMaps - Variable in class io.quarkus.kubernetes.config.runtime.KubernetesConfigSourceConfig
-
ConfigMaps to look for in the namespace that the Kubernetes Client has been configured for.
- configSources(KubernetesConfigSourceConfig, KubernetesConfigBuildTimeConfig, KubernetesClientBuildConfig, TlsConfig) - Method in class io.quarkus.kubernetes.config.runtime.KubernetesConfigRecorder
- 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 - Variable in class 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 - Variable in class 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 - Variable in class io.quarkus.kubernetes.config.runtime.SecretsRoleConfig
-
If the current role is meant to be generated or not.
- getBase() - Method in enum io.quarkus.kubernetes.config.runtime.OrdinalData
- getConfigSources(ClassLoader) - Method in class io.quarkus.kubernetes.config.runtime.KubernetesConfigSourceProvider
- getMax() - Method in enum 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 - Class in io.quarkus.kubernetes.config.runtime
- KubernetesConfigBuildTimeConfig() - Constructor for class io.quarkus.kubernetes.config.runtime.KubernetesConfigBuildTimeConfig
- KubernetesConfigRecorder - Class in io.quarkus.kubernetes.config.runtime
- KubernetesConfigRecorder() - Constructor for class io.quarkus.kubernetes.config.runtime.KubernetesConfigRecorder
- KubernetesConfigSourceConfig - Class in io.quarkus.kubernetes.config.runtime
- KubernetesConfigSourceConfig() - Constructor for class io.quarkus.kubernetes.config.runtime.KubernetesConfigSourceConfig
- KubernetesConfigSourceProvider - Class in io.quarkus.kubernetes.config.runtime
- KubernetesConfigSourceProvider(KubernetesConfigSourceConfig, KubernetesConfigBuildTimeConfig, KubernetesClient) - Constructor for class io.quarkus.kubernetes.config.runtime.KubernetesConfigSourceProvider
N
- name - Variable in class io.quarkus.kubernetes.config.runtime.SecretsRoleConfig
-
The name of the role.
- namespace - Variable in class io.quarkus.kubernetes.config.runtime.KubernetesConfigSourceConfig
-
Namespace to look for config maps and secrets.
- namespace - Variable in class 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 in io.quarkus.kubernetes.config.runtime
S
- SECRET - 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 - Variable in class io.quarkus.kubernetes.config.runtime.KubernetesConfigSourceConfig
-
Secrets to look for in the namespace that the Kubernetes Client has been configured for.
- secretsEnabled - Variable in class io.quarkus.kubernetes.config.runtime.KubernetesConfigBuildTimeConfig
-
Whether configuration can be read from secrets.
- secretsRoleConfig - Variable in class io.quarkus.kubernetes.config.runtime.KubernetesConfigBuildTimeConfig
-
Role configuration to generate if the "secrets-enabled" property is true.
- SecretsRoleConfig - Class in io.quarkus.kubernetes.config.runtime
- SecretsRoleConfig() - Constructor for class io.quarkus.kubernetes.config.runtime.SecretsRoleConfig
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 io.quarkus.kubernetes.config.runtime.OrdinalData
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum io.quarkus.kubernetes.config.runtime.OrdinalData
-
Returns an array containing the constants of this enum type, in the order they are declared.
W
- warnAboutSecrets(KubernetesConfigSourceConfig, KubernetesConfigBuildTimeConfig) - Method in class io.quarkus.kubernetes.config.runtime.KubernetesConfigRecorder
All Classes All Packages