A B C D E F G H I K L M N O P Q R S T V W
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- accepts(Class<? extends Configuration>) - Method in class io.quarkus.kubernetes.deployment.MinikubeManifestGenerator
- adapt(Container) - Static method in class io.quarkus.kubernetes.deployment.ContainerAdapter
- addBuildTimestamp - Variable in class io.quarkus.kubernetes.deployment.KnativeConfig
-
Whether or not to add the build timestamp to the Kubernetes annotations This is a very useful way to have manifests of successive builds of the same application differ - thus ensuring that Kubernetes will apply the updated resources
- addBuildTimestamp - Variable in class io.quarkus.kubernetes.deployment.KubernetesConfig
-
Whether or not to add the build timestamp to the Kubernetes annotations This is a very useful way to have manifests of successive builds of the same application differ - thus ensuring that Kubernetes will apply the updated resources
- addBuildTimestamp - Variable in class io.quarkus.kubernetes.deployment.OpenshiftConfig
-
Whether or not to add the build timestamp to the Kubernetes annotations This is a very useful way to have manifests of successive builds of the same application differ - thus ensuring that Kubernetes will apply the updated resources
- addDecorators(String, KubernetesConfig) - Method in class io.quarkus.kubernetes.deployment.MinikubeManifestGenerator
- AddDeploymentResourceDecorator - Class in io.quarkus.kubernetes.deployment
- AddDeploymentResourceDecorator(String, PlatformConfiguration) - Constructor for class io.quarkus.kubernetes.deployment.AddDeploymentResourceDecorator
- AddNamespaceDecorator - Class in io.quarkus.kubernetes.deployment
- AddNamespaceDecorator(String) - Constructor for class io.quarkus.kubernetes.deployment.AddNamespaceDecorator
- AddNamespaceToSubjectDecorator - Class in io.quarkus.kubernetes.deployment
- AddNamespaceToSubjectDecorator(String) - Constructor for class io.quarkus.kubernetes.deployment.AddNamespaceToSubjectDecorator
- AddNamespaceToSubjectDecorator(String, String) - Constructor for class io.quarkus.kubernetes.deployment.AddNamespaceToSubjectDecorator
- AddNodePortDecorator - Class in io.quarkus.kubernetes.deployment
- AddNodePortDecorator(String, int) - Constructor for class io.quarkus.kubernetes.deployment.AddNodePortDecorator
- AddNodePortDecorator(String, int, Optional<String>) - Constructor for class io.quarkus.kubernetes.deployment.AddNodePortDecorator
- AddPortToKnativeConfig - Class in io.quarkus.kubernetes.deployment
- AddPortToKnativeConfig(Port) - Constructor for class io.quarkus.kubernetes.deployment.AddPortToKnativeConfig
- AddPortToKubernetesConfig - Class in io.quarkus.kubernetes.deployment
- AddPortToKubernetesConfig(Port) - Constructor for class io.quarkus.kubernetes.deployment.AddPortToKubernetesConfig
- AddPortToOpenshiftConfig - Class in io.quarkus.kubernetes.deployment
- AddPortToOpenshiftConfig(Port) - Constructor for class io.quarkus.kubernetes.deployment.AddPortToOpenshiftConfig
- AddRoleResourceDecorator - Class in io.quarkus.kubernetes.deployment
- AddRoleResourceDecorator(KubernetesRoleBuildItem) - Constructor for class io.quarkus.kubernetes.deployment.AddRoleResourceDecorator
- AddSelectorToDeploymentDecorator - Class in io.quarkus.kubernetes.deployment
- AddSelectorToDeploymentDecorator(String) - Constructor for class io.quarkus.kubernetes.deployment.AddSelectorToDeploymentDecorator
- AddSidecarDecorator - Class in io.quarkus.kubernetes.deployment
-
Copied from dekorate in order to fix some issues
- AddSidecarDecorator(Container) - Constructor for class io.quarkus.kubernetes.deployment.AddSidecarDecorator
- AddSidecarDecorator(String, Container) - Constructor for class io.quarkus.kubernetes.deployment.AddSidecarDecorator
- AddStatefulSetResourceDecorator - Class in io.quarkus.kubernetes.deployment
- AddStatefulSetResourceDecorator(String, PlatformConfiguration) - Constructor for class io.quarkus.kubernetes.deployment.AddStatefulSetResourceDecorator
- addVersionToLabelSelectors - Variable in class io.quarkus.kubernetes.deployment.KubernetesConfig
-
If true, the 'app.kubernetes.io/version' label will be part of the selectors of Service and Deployment
- addVersionToLabelSelectors - Variable in class io.quarkus.kubernetes.deployment.OpenshiftConfig
-
If true, the 'app.kubernetes.io/version' label will be part of the selectors of Service and DeploymentConfig
- after() - Method in class io.quarkus.kubernetes.deployment.AddNamespaceDecorator
- after() - Method in class io.quarkus.kubernetes.deployment.AddNamespaceToSubjectDecorator
- after() - Method in class io.quarkus.kubernetes.deployment.AddNodePortDecorator
- after() - Method in class io.quarkus.kubernetes.deployment.AddSelectorToDeploymentDecorator
- after() - Method in class io.quarkus.kubernetes.deployment.AddSidecarDecorator
- after() - Method in class io.quarkus.kubernetes.deployment.ApplyBuilderImageDecorator
- after() - Method in class io.quarkus.kubernetes.deployment.ApplyContainerImageDecorator
- after() - Method in class io.quarkus.kubernetes.deployment.ApplyHttpGetActionPortDecorator
- after() - Method in class io.quarkus.kubernetes.deployment.ApplyServiceAccountNameDecorator
- after() - Method in class io.quarkus.kubernetes.deployment.ApplyServiceAccountNameToRevisionSpecDecorator
- after() - Method in class io.quarkus.kubernetes.deployment.ApplyServiceTypeDecorator
- after() - Method in class io.quarkus.kubernetes.deployment.RemoveBuilderImageResourceDecorator
- after() - Method in class io.quarkus.kubernetes.deployment.RemoveDeploymentConfigResourceDecorator
- after() - Method in class io.quarkus.kubernetes.deployment.RemoveDeploymentResourceDecorator
- after() - Method in class io.quarkus.kubernetes.deployment.RemoveDeploymentTriggerDecorator
- after() - Method in class io.quarkus.kubernetes.deployment.RemoveOptionalFromConfigMapEnvSourceDecorator
- after() - Method in class io.quarkus.kubernetes.deployment.RemoveOptionalFromConfigMapKeySelectorDecorator
- after() - Method in class io.quarkus.kubernetes.deployment.RemoveOptionalFromSecretEnvSourceDecorator
- after() - Method in class io.quarkus.kubernetes.deployment.RemoveOptionalFromSecretKeySelectorDecorator
- andThenVisit(RevisionSpecFluent<?>, ObjectMeta) - Method in class io.quarkus.kubernetes.deployment.ApplyServiceAccountNameToRevisionSpecDecorator
- andThenVisit(DeploymentSpecFluent<?>, ObjectMeta) - Method in class io.quarkus.kubernetes.deployment.AddSelectorToDeploymentDecorator
- andThenVisit(StatefulSetSpecFluent, ObjectMeta) - Method in class io.quarkus.kubernetes.deployment.ApplyReplicasToStatefulSetDecorator
- andThenVisit(ConfigMapEnvSourceFluent) - Method in class io.quarkus.kubernetes.deployment.RemoveOptionalFromConfigMapEnvSourceDecorator
- andThenVisit(ConfigMapKeySelectorFluent) - Method in class io.quarkus.kubernetes.deployment.RemoveOptionalFromConfigMapKeySelectorDecorator
- andThenVisit(ContainerFluent) - Method in class io.quarkus.kubernetes.deployment.ApplyContainerImageDecorator
- andThenVisit(ContainerFluent<?>) - Method in class io.quarkus.kubernetes.deployment.RemoveCommandDecorator
- andThenVisit(HTTPGetActionFluent<?>) - Method in class io.quarkus.kubernetes.deployment.ApplyHttpGetActionPortDecorator
- andThenVisit(ObjectMetaBuilder, ObjectMeta) - Method in class io.quarkus.kubernetes.deployment.AddNamespaceDecorator
- andThenVisit(PodSpecBuilder, ObjectMeta) - Method in class io.quarkus.kubernetes.deployment.AddSidecarDecorator
- andThenVisit(PodSpecFluent, ObjectMeta) - Method in class io.quarkus.kubernetes.deployment.ApplyServiceAccountNameDecorator
- andThenVisit(SubjectFluent<?>, ObjectMeta) - Method in class io.quarkus.kubernetes.deployment.AddNamespaceToSubjectDecorator
- andThenVisit(SecretEnvSourceFluent) - Method in class io.quarkus.kubernetes.deployment.RemoveOptionalFromSecretEnvSourceDecorator
- andThenVisit(SecretKeySelectorFluent) - Method in class io.quarkus.kubernetes.deployment.RemoveOptionalFromSecretKeySelectorDecorator
- andThenVisit(ServiceSpecFluent, ObjectMeta) - Method in class io.quarkus.kubernetes.deployment.AddNodePortDecorator
- andThenVisit(ServiceSpecFluent, ObjectMeta) - Method in class io.quarkus.kubernetes.deployment.ApplyServiceTypeDecorator
- andThenVisit(DeploymentConfigSpecFluent<?>, ObjectMeta) - Method in class io.quarkus.kubernetes.deployment.RemoveDeploymentTriggerDecorator
- andThenVisit(SourceBuildStrategyFluent<?>, ObjectMeta) - Method in class io.quarkus.kubernetes.deployment.ApplyBuilderImageDecorator
- annotations - Variable in class io.quarkus.kubernetes.deployment.ExpositionConfig
-
Custom annotations to add to exposition (route or ingress) resources
- annotations - Variable in class io.quarkus.kubernetes.deployment.KnativeConfig
-
Custom annotations to add to all resources
- annotations - Variable in class io.quarkus.kubernetes.deployment.KubernetesConfig
-
Custom annotations to add to all resources
- annotations - Variable in class io.quarkus.kubernetes.deployment.OpenshiftConfig
-
Custom annotations to add to all resources
- annotations - Variable in class io.quarkus.kubernetes.deployment.PrometheusConfig
-
When true (the default), emit a set of annotations to identify services that should be scraped by prometheus for metrics.
- apiGroup - Variable in enum io.quarkus.kubernetes.deployment.OpenshiftConfig.DeploymentResourceKind
- apiVersion - Variable in enum io.quarkus.kubernetes.deployment.OpenshiftConfig.DeploymentResourceKind
- appConfigMap - Variable in class io.quarkus.kubernetes.deployment.KnativeConfig
-
If set, the config amp will mounted to the application container and its contents will be used for application configuration.
- appConfigMap - Variable in class io.quarkus.kubernetes.deployment.KubernetesConfig
-
If set, the config amp will mounted to the application container and its contents will be used for application configuration.
- appConfigMap - Variable in class io.quarkus.kubernetes.deployment.OpenshiftConfig
-
If set, the config amp will mounted to the application container and its contents will be used for application configuration.
- ApplyBuilderImageDecorator - Class in io.quarkus.kubernetes.deployment
- ApplyBuilderImageDecorator(String) - Constructor for class io.quarkus.kubernetes.deployment.ApplyBuilderImageDecorator
- ApplyBuilderImageDecorator(String, String) - Constructor for class io.quarkus.kubernetes.deployment.ApplyBuilderImageDecorator
- ApplyContainerImageDecorator - Class in io.quarkus.kubernetes.deployment
-
A decorator for applying an image to a container capable of overriding the internal
ApplyImageDecorator. - ApplyContainerImageDecorator(String, String) - Constructor for class io.quarkus.kubernetes.deployment.ApplyContainerImageDecorator
- ApplyContainerImageDecorator(String, String, String) - Constructor for class io.quarkus.kubernetes.deployment.ApplyContainerImageDecorator
- ApplyExpositionConfigurator - Class in io.quarkus.kubernetes.deployment
- ApplyExpositionConfigurator(ExpositionConfig) - Constructor for class io.quarkus.kubernetes.deployment.ApplyExpositionConfigurator
- ApplyHttpGetActionPortDecorator - Class in io.quarkus.kubernetes.deployment
- ApplyHttpGetActionPortDecorator(Integer) - Constructor for class io.quarkus.kubernetes.deployment.ApplyHttpGetActionPortDecorator
- ApplyHttpGetActionPortDecorator(String, String, Integer) - Constructor for class io.quarkus.kubernetes.deployment.ApplyHttpGetActionPortDecorator
- ApplyImageGroupConfigurator - Class in io.quarkus.kubernetes.deployment
- ApplyImageGroupConfigurator(String) - Constructor for class io.quarkus.kubernetes.deployment.ApplyImageGroupConfigurator
- ApplyImageRegistryConfigurator - Class in io.quarkus.kubernetes.deployment
- ApplyImageRegistryConfigurator(String) - Constructor for class io.quarkus.kubernetes.deployment.ApplyImageRegistryConfigurator
- ApplyReplicasToStatefulSetDecorator - Class in io.quarkus.kubernetes.deployment
- ApplyReplicasToStatefulSetDecorator(int) - Constructor for class io.quarkus.kubernetes.deployment.ApplyReplicasToStatefulSetDecorator
- ApplyReplicasToStatefulSetDecorator(String, int) - Constructor for class io.quarkus.kubernetes.deployment.ApplyReplicasToStatefulSetDecorator
- ApplyServiceAccountNameDecorator - Class in io.quarkus.kubernetes.deployment
- ApplyServiceAccountNameDecorator() - Constructor for class io.quarkus.kubernetes.deployment.ApplyServiceAccountNameDecorator
- ApplyServiceAccountNameDecorator(String) - Constructor for class io.quarkus.kubernetes.deployment.ApplyServiceAccountNameDecorator
- ApplyServiceAccountNameDecorator(String, String) - Constructor for class io.quarkus.kubernetes.deployment.ApplyServiceAccountNameDecorator
- ApplyServiceAccountNameToRevisionSpecDecorator - Class in io.quarkus.kubernetes.deployment
- ApplyServiceAccountNameToRevisionSpecDecorator() - Constructor for class io.quarkus.kubernetes.deployment.ApplyServiceAccountNameToRevisionSpecDecorator
- ApplyServiceAccountNameToRevisionSpecDecorator(String) - Constructor for class io.quarkus.kubernetes.deployment.ApplyServiceAccountNameToRevisionSpecDecorator
- ApplyServiceAccountNameToRevisionSpecDecorator(String, String) - Constructor for class io.quarkus.kubernetes.deployment.ApplyServiceAccountNameToRevisionSpecDecorator
- ApplyServiceTypeDecorator - Class in io.quarkus.kubernetes.deployment
-
A decorator for applying a serviceType to the container
- ApplyServiceTypeDecorator(String, String) - Constructor for class io.quarkus.kubernetes.deployment.ApplyServiceTypeDecorator
- appSecret - Variable in class io.quarkus.kubernetes.deployment.KnativeConfig
-
If set, the secret will mounted to the application container and its contents will be used for application configuration.
- appSecret - Variable in class io.quarkus.kubernetes.deployment.KubernetesConfig
-
If set, the secret will mounted to the application container and its contents will be used for application configuration.
- appSecret - Variable in class io.quarkus.kubernetes.deployment.OpenshiftConfig
-
If set, the secret will mounted to the application container and its contents will be used for application configuration.
- arguments - Variable in class io.quarkus.kubernetes.deployment.ContainerConfig
-
The arguments
- arguments - Variable in class io.quarkus.kubernetes.deployment.KnativeConfig
-
The arguments
- arguments - Variable in class io.quarkus.kubernetes.deployment.KubernetesConfig
-
The arguments
- arguments - Variable in class io.quarkus.kubernetes.deployment.OpenshiftConfig
-
The arguments
- autoScalerClass - Variable in class io.quarkus.kubernetes.deployment.AutoScalingConfig
-
The Autoscaler class.
- autoScalerClass - Variable in class io.quarkus.kubernetes.deployment.GlobalAutoScalingConfig
-
The Autoscaler class.
- AutoScalerClass - Enum in io.quarkus.kubernetes.deployment
- AutoScalerClassConverter - Class in io.quarkus.kubernetes.deployment
- AutoScalerClassConverter() - Constructor for class io.quarkus.kubernetes.deployment.AutoScalerClassConverter
- AutoScalingConfig - Class in io.quarkus.kubernetes.deployment
- AutoScalingConfig() - Constructor for class io.quarkus.kubernetes.deployment.AutoScalingConfig
- AutoScalingConfig$$accessor - Class in io.quarkus.kubernetes.deployment
- AutoScalingMetric - Enum in io.quarkus.kubernetes.deployment
- AutoScalingMetricConverter - Class in io.quarkus.kubernetes.deployment
- AutoScalingMetricConverter() - Constructor for class io.quarkus.kubernetes.deployment.AutoScalingMetricConverter
- AwsElasticBlockStoreVolumeConfig - Class in io.quarkus.kubernetes.deployment
- AwsElasticBlockStoreVolumeConfig() - Constructor for class io.quarkus.kubernetes.deployment.AwsElasticBlockStoreVolumeConfig
- AwsElasticBlockStoreVolumeConfig$$accessor - Class in io.quarkus.kubernetes.deployment
- AwsElasticBlockStoreVolumeConverter - Class in io.quarkus.kubernetes.deployment
- AwsElasticBlockStoreVolumeConverter() - Constructor for class io.quarkus.kubernetes.deployment.AwsElasticBlockStoreVolumeConverter
- awsElasticBlockStoreVolumes - Variable in class io.quarkus.kubernetes.deployment.KnativeConfig
-
AWS Elastic BlockStore volumes
- awsElasticBlockStoreVolumes - Variable in class io.quarkus.kubernetes.deployment.KubernetesConfig
-
AWS Elastic BlockStore volumes
- awsElasticBlockStoreVolumes - Variable in class io.quarkus.kubernetes.deployment.OpenshiftConfig
-
AWS Elastic BlockStore volumes
- AzureDiskVolumeConfig - Class in io.quarkus.kubernetes.deployment
- AzureDiskVolumeConfig() - Constructor for class io.quarkus.kubernetes.deployment.AzureDiskVolumeConfig
- AzureDiskVolumeConfig.CachingMode - Enum in io.quarkus.kubernetes.deployment
- AzureDiskVolumeConfig.Kind - Enum in io.quarkus.kubernetes.deployment
- AzureDiskVolumeConfig$$accessor - Class in io.quarkus.kubernetes.deployment
- AzureDiskVolumeConverter - Class in io.quarkus.kubernetes.deployment
- AzureDiskVolumeConverter() - Constructor for class io.quarkus.kubernetes.deployment.AzureDiskVolumeConverter
- azureDiskVolumes - Variable in class io.quarkus.kubernetes.deployment.KnativeConfig
-
Azure disk volumes
- azureDiskVolumes - Variable in class io.quarkus.kubernetes.deployment.KubernetesConfig
-
Azure disk volumes
- azureDiskVolumes - Variable in class io.quarkus.kubernetes.deployment.OpenshiftConfig
-
Azure disk volumes
- AzureFileVolumeConfig - Class in io.quarkus.kubernetes.deployment
- AzureFileVolumeConfig() - Constructor for class io.quarkus.kubernetes.deployment.AzureFileVolumeConfig
- AzureFileVolumeConfig$$accessor - Class in io.quarkus.kubernetes.deployment
- AzureFileVolumeConverter - Class in io.quarkus.kubernetes.deployment
- AzureFileVolumeConverter() - Constructor for class io.quarkus.kubernetes.deployment.AzureFileVolumeConverter
- azureFileVolumes - Variable in class io.quarkus.kubernetes.deployment.KnativeConfig
-
Azure file volumes
- azureFileVolumes - Variable in class io.quarkus.kubernetes.deployment.KubernetesConfig
-
Azure file volumes
- azureFileVolumes - Variable in class io.quarkus.kubernetes.deployment.OpenshiftConfig
-
Azure file volumes
B
- before() - Method in class io.quarkus.kubernetes.deployment.AddSelectorToDeploymentDecorator
- build(ApplicationInfoBuildItem, OutputTargetBuildItem, PackageConfig, KubernetesConfig, OpenshiftConfig, KnativeConfig, Capabilities, LaunchModeBuildItem, List<KubernetesPortBuildItem>, EnabledKubernetesDeploymentTargetsBuildItem, List<ConfiguratorBuildItem>, List<DecoratorBuildItem>, Optional<CustomProjectRootBuildItem>, BuildProducer<GeneratedFileSystemResourceBuildItem>, BuildProducer<GeneratedKubernetesResourceBuildItem>) - Method in class io.quarkus.kubernetes.deployment.KubernetesProcessor
- builder(ProbeConfig) - Static method in class io.quarkus.kubernetes.deployment.ProbeConverter
C
- cachingMode - Variable in class io.quarkus.kubernetes.deployment.AzureDiskVolumeConfig
-
Disk caching mode.
- check() - Method in class io.quarkus.kubernetes.deployment.KubernetesDeploy
- checkKnative(ApplicationInfoBuildItem, KnativeConfig, BuildProducer<KubernetesDeploymentTargetBuildItem>, BuildProducer<KubernetesResourceMetadataBuildItem>) - Method in class io.quarkus.kubernetes.deployment.KnativeProcessor
- checkOpenshift(ApplicationInfoBuildItem, OpenshiftConfig, BuildProducer<KubernetesDeploymentTargetBuildItem>, BuildProducer<KubernetesResourceMetadataBuildItem>) - Method in class io.quarkus.kubernetes.deployment.OpenshiftProcessor
- checkSilently() - Method in class io.quarkus.kubernetes.deployment.KubernetesDeploy
- checkVanillaKubernetes(ApplicationInfoBuildItem, KubernetesConfig, BuildProducer<KubernetesDeploymentTargetBuildItem>, BuildProducer<KubernetesResourceMetadataBuildItem>) - Method in class io.quarkus.kubernetes.deployment.VanillaKubernetesProcessor
- claimName - Variable in class io.quarkus.kubernetes.deployment.PvcVolumeConfig
-
The name of the claim to mount.
- clusterLocal - Variable in class io.quarkus.kubernetes.deployment.KnativeConfig
-
Whether or not this service is cluster-local.
- combinePorts(List<KubernetesPortBuildItem>, PlatformConfiguration) - Static method in class io.quarkus.kubernetes.deployment.KubernetesCommonHelper
-
Creates the configurator build items.
- command - Variable in class io.quarkus.kubernetes.deployment.ContainerConfig
-
The commands
- command - Variable in class io.quarkus.kubernetes.deployment.KnativeConfig
-
The commands
- command - Variable in class io.quarkus.kubernetes.deployment.KubernetesConfig
-
The commands
- command - Variable in class io.quarkus.kubernetes.deployment.OpenshiftConfig
-
The commands
- concurrency - io.quarkus.kubernetes.deployment.AutoScalingMetric
-
Concurrency
- configmap - Variable in class io.quarkus.kubernetes.deployment.EnvConfig
-
The environment variable config map.
- configmap - Variable in class io.quarkus.kubernetes.deployment.EnvVarFromConfigMapKeyConfig
-
The name of the ConfigMap from which a value is to be extracted.
- configMapName - Variable in class io.quarkus.kubernetes.deployment.ConfigMapVolumeConfig
-
The name of the ConfigMap to mount.
- configmaps - Variable in class io.quarkus.kubernetes.deployment.EnvVarsConfig
-
The optional list of ConfigMap names to load environment variables from.
- ConfigMapVolumeConfig - Class in io.quarkus.kubernetes.deployment
- ConfigMapVolumeConfig() - Constructor for class io.quarkus.kubernetes.deployment.ConfigMapVolumeConfig
- ConfigMapVolumeConfig$$accessor - Class in io.quarkus.kubernetes.deployment
- ConfigMapVolumeConverter - Class in io.quarkus.kubernetes.deployment
- ConfigMapVolumeConverter() - Constructor for class io.quarkus.kubernetes.deployment.ConfigMapVolumeConverter
- configMapVolumes - Variable in class io.quarkus.kubernetes.deployment.KnativeConfig
-
ConfigMap volumes
- configMapVolumes - Variable in class io.quarkus.kubernetes.deployment.KubernetesConfig
-
ConfigMap volumes
- configMapVolumes - Variable in class io.quarkus.kubernetes.deployment.OpenshiftConfig
-
ConfigMap volumes
- Constants - Class in io.quarkus.kubernetes.deployment
- construct() - Static method in class io.quarkus.kubernetes.deployment.KubernetesProcessor$$accessor
- ContainerAdapter - Class in io.quarkus.kubernetes.deployment
-
Copied from dekorate in order to fix some issues
- ContainerAdapter() - Constructor for class io.quarkus.kubernetes.deployment.ContainerAdapter
- containerConcurrency - Variable in class io.quarkus.kubernetes.deployment.AutoScalingConfig
-
The exact amount of requests allowed to the replica at a time.
- containerConcurrency - Variable in class io.quarkus.kubernetes.deployment.GlobalAutoScalingConfig
-
The exact amount of requests allowed to the replica at a time.
- ContainerConfig - Class in io.quarkus.kubernetes.deployment
- ContainerConfig() - Constructor for class io.quarkus.kubernetes.deployment.ContainerConfig
- ContainerConfig$$accessor - Class in io.quarkus.kubernetes.deployment
- ContainerConverter - Class in io.quarkus.kubernetes.deployment
- ContainerConverter() - Constructor for class io.quarkus.kubernetes.deployment.ContainerConverter
- ContainerImageUtil - Class in io.quarkus.kubernetes.deployment
- containerPort - Variable in class io.quarkus.kubernetes.deployment.PortConfig
-
The port number.
- containers - Variable in class io.quarkus.kubernetes.deployment.KnativeConfig
-
Sidecar containers
- containers - Variable in class io.quarkus.kubernetes.deployment.OpenshiftConfig
-
Deprecated.Use the
sidecarsproperty instead - convert(AutoScalerClass) - Static method in class io.quarkus.kubernetes.deployment.AutoScalerClassConverter
- convert(AutoScalingMetric) - Static method in class io.quarkus.kubernetes.deployment.AutoScalingMetricConverter
- convert(ConfigMapVolumeConfig) - Static method in class io.quarkus.kubernetes.deployment.ConfigMapVolumeConverter
- convert(EnvVarsConfig) - Static method in class io.quarkus.kubernetes.deployment.EnvConverter
- convert(HostAliasConfig) - Static method in class io.quarkus.kubernetes.deployment.HostAliasConverter
- convert(ProbeConfig) - Static method in class io.quarkus.kubernetes.deployment.ProbeConverter
- convert(PvcVolumeConfig) - Static method in class io.quarkus.kubernetes.deployment.PvcVolumeConverter
- convert(SecretVolumeConfig) - Static method in class io.quarkus.kubernetes.deployment.SecretVolumeConverter
- convert(Map.Entry<String, AwsElasticBlockStoreVolumeConfig>) - Static method in class io.quarkus.kubernetes.deployment.AwsElasticBlockStoreVolumeConverter
- convert(Map.Entry<String, AzureDiskVolumeConfig>) - Static method in class io.quarkus.kubernetes.deployment.AzureDiskVolumeConverter
- convert(Map.Entry<String, AzureFileVolumeConfig>) - Static method in class io.quarkus.kubernetes.deployment.AzureFileVolumeConverter
- convert(Map.Entry<String, ConfigMapVolumeConfig>) - Static method in class io.quarkus.kubernetes.deployment.ConfigMapVolumeConverter
- convert(Map.Entry<String, ContainerConfig>) - Static method in class io.quarkus.kubernetes.deployment.ContainerConverter
- convert(Map.Entry<String, EnvConfig>) - Static method in class io.quarkus.kubernetes.deployment.EnvConverter
- convert(Map.Entry<String, HostAliasConfig>) - Static method in class io.quarkus.kubernetes.deployment.HostAliasConverter
- convert(Map.Entry<String, MountConfig>) - Static method in class io.quarkus.kubernetes.deployment.MountConverter
- convert(Map.Entry<String, PortConfig>) - Static method in class io.quarkus.kubernetes.deployment.PortConverter
- convert(Map.Entry<String, PvcVolumeConfig>) - Static method in class io.quarkus.kubernetes.deployment.PvcVolumeConverter
- convert(Map.Entry<String, SecretVolumeConfig>) - Static method in class io.quarkus.kubernetes.deployment.SecretVolumeConverter
- convertName(String) - Static method in class io.quarkus.kubernetes.deployment.EnvConverter
- convertToBuildItems() - Method in interface io.quarkus.kubernetes.deployment.EnvVarHolder
-
Converts the environment variable configuration held by this EnvVarHolder (as returned by
EnvVarHolder.getEnv()andEnvVarHolder.getEnvVars()) into a collection of associatedKubernetesEnvBuildItem. - convertToEnvs() - Method in class io.quarkus.kubernetes.deployment.ContainerConfig
- cpu - io.quarkus.kubernetes.deployment.AutoScalingMetric
-
CPU
- cpu - Variable in class io.quarkus.kubernetes.deployment.ResourcesConfig.ResourcesRequirementsConfig
-
CPU Requirements
- create(ResourceRegistry, ConfigurationRegistry) - Method in class io.quarkus.kubernetes.deployment.MinikubeManifestGeneratorFactory
- createAnnotations(KnativeConfig, BuildProducer<KubernetesAnnotationBuildItem>) - Method in class io.quarkus.kubernetes.deployment.KnativeProcessor
- createAnnotations(KubernetesConfig, BuildProducer<KubernetesAnnotationBuildItem>) - Method in class io.quarkus.kubernetes.deployment.VanillaKubernetesProcessor
- createAnnotations(OpenshiftConfig, BuildProducer<KubernetesAnnotationBuildItem>) - Method in class io.quarkus.kubernetes.deployment.OpenshiftProcessor
- createConfigurators(ApplicationInfoBuildItem, OpenshiftConfig, Capabilities, Optional<ContainerImageInfoBuildItem>, List<KubernetesPortBuildItem>) - Method in class io.quarkus.kubernetes.deployment.OpenshiftProcessor
- createConfigurators(KnativeConfig, List<KubernetesPortBuildItem>) - Method in class io.quarkus.kubernetes.deployment.KnativeProcessor
- createConfigurators(KubernetesConfig, List<KubernetesPortBuildItem>) - Method in class io.quarkus.kubernetes.deployment.VanillaKubernetesProcessor
- createDecorators(ApplicationInfoBuildItem, OutputTargetBuildItem, KnativeConfig, PackageConfig, Optional<MetricsCapabilityBuildItem>, List<KubernetesAnnotationBuildItem>, List<KubernetesLabelBuildItem>, List<KubernetesEnvBuildItem>, Optional<BaseImageInfoBuildItem>, Optional<ContainerImageInfoBuildItem>, Optional<KubernetesCommandBuildItem>, List<KubernetesPortBuildItem>, Optional<KubernetesHealthLivenessPathBuildItem>, Optional<KubernetesHealthReadinessPathBuildItem>, List<KubernetesRoleBuildItem>, List<KubernetesRoleBindingBuildItem>, Optional<CustomProjectRootBuildItem>) - Method in class io.quarkus.kubernetes.deployment.KnativeProcessor
- createDecorators(ApplicationInfoBuildItem, OutputTargetBuildItem, KubernetesConfig, PackageConfig, Optional<MetricsCapabilityBuildItem>, List<KubernetesAnnotationBuildItem>, List<KubernetesLabelBuildItem>, List<KubernetesEnvBuildItem>, Optional<ContainerImageInfoBuildItem>, Optional<KubernetesCommandBuildItem>, List<KubernetesPortBuildItem>, Optional<KubernetesHealthLivenessPathBuildItem>, Optional<KubernetesHealthReadinessPathBuildItem>, List<KubernetesRoleBuildItem>, List<KubernetesRoleBindingBuildItem>, Optional<CustomProjectRootBuildItem>) - Method in class io.quarkus.kubernetes.deployment.VanillaKubernetesProcessor
- createDecorators(ApplicationInfoBuildItem, OutputTargetBuildItem, OpenshiftConfig, PackageConfig, Optional<MetricsCapabilityBuildItem>, Capabilities, List<KubernetesAnnotationBuildItem>, List<KubernetesLabelBuildItem>, List<KubernetesEnvBuildItem>, Optional<BaseImageInfoBuildItem>, Optional<ContainerImageInfoBuildItem>, Optional<KubernetesCommandBuildItem>, List<KubernetesPortBuildItem>, Optional<KubernetesHealthLivenessPathBuildItem>, Optional<KubernetesHealthReadinessPathBuildItem>, List<KubernetesRoleBuildItem>, List<KubernetesRoleBindingBuildItem>, Optional<CustomProjectRootBuildItem>) - Method in class io.quarkus.kubernetes.deployment.OpenshiftProcessor
- createDecorators(Optional<Project>, String, String, PlatformConfiguration, Optional<MetricsCapabilityBuildItem>, List<KubernetesAnnotationBuildItem>, List<KubernetesLabelBuildItem>, Optional<KubernetesCommandBuildItem>, List<KubernetesPortBuildItem>, Optional<KubernetesHealthLivenessPathBuildItem>, Optional<KubernetesHealthReadinessPathBuildItem>, List<KubernetesRoleBuildItem>, List<KubernetesRoleBindingBuildItem>) - Static method in class io.quarkus.kubernetes.deployment.KubernetesCommonHelper
-
Creates the common decorator build items.
- createDeployment(KubernetesConfig, ImageConfiguration) - Method in class io.quarkus.kubernetes.deployment.MinikubeManifestGenerator
-
Creates a
Deploymentfor theKubernetesConfig. - createLabels(KnativeConfig, BuildProducer<KubernetesLabelBuildItem>, BuildProducer<ContainerImageLabelBuildItem>) - Method in class io.quarkus.kubernetes.deployment.KnativeProcessor
- createLabels(KubernetesConfig, BuildProducer<KubernetesLabelBuildItem>, BuildProducer<ContainerImageLabelBuildItem>) - Method in class io.quarkus.kubernetes.deployment.VanillaKubernetesProcessor
- createLabels(OpenshiftConfig, BuildProducer<KubernetesLabelBuildItem>, BuildProducer<ContainerImageLabelBuildItem>) - Method in class io.quarkus.kubernetes.deployment.OpenshiftProcessor
- createPodSpec(KubernetesConfig, ImageConfiguration) - Static method in class io.quarkus.kubernetes.deployment.MinikubeManifestGenerator
-
Creates a
PodSpecfor theKubernetesConfig. - createPodTemplateSpec(KubernetesConfig, ImageConfiguration) - Static method in class io.quarkus.kubernetes.deployment.MinikubeManifestGenerator
-
Creates a
PodTemplateSpecfor theKubernetesConfig. - createProject(ApplicationInfoBuildItem, Optional<CustomProjectRootBuildItem>, OutputTargetBuildItem, PackageConfig) - Static method in class io.quarkus.kubernetes.deployment.KubernetesCommonHelper
- createProject(ApplicationInfoBuildItem, Optional<CustomProjectRootBuildItem>, Path) - Static method in class io.quarkus.kubernetes.deployment.KubernetesCommonHelper
- createSelector(KubernetesConfig) - Method in class io.quarkus.kubernetes.deployment.MinikubeManifestGenerator
-
Creates a
LabelSelectorthat matches the labels for theKubernetesConfig.
D
- DEFAULT_HASH_ALGORITHM - Static variable in class io.quarkus.kubernetes.deployment.KubernetesProcessor
- DEFAULT_HTTP_PORT - Static variable in class io.quarkus.kubernetes.deployment.Constants
- DEFAULT_S2I_IMAGE_NAME - Static variable in class io.quarkus.kubernetes.deployment.Constants
- defaultMode - Variable in class io.quarkus.kubernetes.deployment.ConfigMapVolumeConfig
-
Default mode.
- defaultMode - Variable in class io.quarkus.kubernetes.deployment.PvcVolumeConfig
-
Default mode.
- defaultMode - Variable in class io.quarkus.kubernetes.deployment.SecretVolumeConfig
-
Default mode.
- deploy - Variable in class io.quarkus.kubernetes.deployment.KubernetesConfig
-
If set to true, Quarkus will attempt to deploy the application to the target Kubernetes cluster
- deploy(KubernetesClientBuildItem, Capabilities, Optional<SelectedKubernetesDeploymentTargetBuildItem>, OutputTargetBuildItem, OpenshiftConfig, ApplicationInfoBuildItem, List<KubernetesOptionalResourceDefinitionBuildItem>, BuildProducer<DeploymentResultBuildItem>, List<ArtifactResultBuildItem>) - Method in class io.quarkus.kubernetes.deployment.KubernetesDeployer
- DEPLOY - Static variable in class io.quarkus.kubernetes.deployment.Constants
- Deployment - io.quarkus.kubernetes.deployment.KubernetesConfig.DeploymentResourceKind
- Deployment - io.quarkus.kubernetes.deployment.OpenshiftConfig.DeploymentResourceKind
- DEPLOYMENT - Static variable in class io.quarkus.kubernetes.deployment.Constants
- DEPLOYMENT_CONFIG - Static variable in class io.quarkus.kubernetes.deployment.Constants
- DEPLOYMENT_CONFIG_GROUP - Static variable in class io.quarkus.kubernetes.deployment.Constants
- DEPLOYMENT_CONFIG_VERSION - Static variable in class io.quarkus.kubernetes.deployment.Constants
- DEPLOYMENT_GROUP - Static variable in class io.quarkus.kubernetes.deployment.Constants
- DEPLOYMENT_TARGET - Static variable in class io.quarkus.kubernetes.deployment.Constants
- DEPLOYMENT_VERSION - Static variable in class io.quarkus.kubernetes.deployment.Constants
- DeploymentConfig - io.quarkus.kubernetes.deployment.OpenshiftConfig.DeploymentResourceKind
- deploymentKind - Variable in class io.quarkus.kubernetes.deployment.KubernetesConfig
-
The kind of the deployment resource to use.
- deploymentKind - Variable in class io.quarkus.kubernetes.deployment.OpenshiftConfig
-
The kind of the deployment resource to use.
- deploymentTarget - Variable in class io.quarkus.kubernetes.deployment.KubernetesConfig
-
The target deployment platform.
- DeploymentTargetEntry - Class in io.quarkus.kubernetes.deployment
- DeploymentTargetEntry(String, String, int) - Constructor for class io.quarkus.kubernetes.deployment.DeploymentTargetEntry
- directory - Variable in class io.quarkus.kubernetes.deployment.GitRepoVolumeConfig
-
The directory of the repository to mount.
- DisableS2iConfigurator - Class in io.quarkus.kubernetes.deployment
- DisableS2iConfigurator() - Constructor for class io.quarkus.kubernetes.deployment.DisableS2iConfigurator
- diskName - Variable in class io.quarkus.kubernetes.deployment.AzureDiskVolumeConfig
-
The name of the disk to mount.
- diskURI - Variable in class io.quarkus.kubernetes.deployment.AzureDiskVolumeConfig
-
The URI of the vhd blob object OR the resourceID of an Azure managed data disk if Kind is Managed
- DOCKER - Static variable in class io.quarkus.kubernetes.deployment.Constants
E
- enabledKubernetesDeploymentTargets(List<KubernetesDeploymentTargetBuildItem>) - Method in class io.quarkus.kubernetes.deployment.KubernetesProcessor
- EnabledKubernetesDeploymentTargetsBuildItem - Class in io.quarkus.kubernetes.deployment
- EnabledKubernetesDeploymentTargetsBuildItem(List<DeploymentTargetEntry>) - Constructor for class io.quarkus.kubernetes.deployment.EnabledKubernetesDeploymentTargetsBuildItem
- env - Variable in class io.quarkus.kubernetes.deployment.ContainerConfig
-
Environment variables to add to all containers.
- env - Variable in class io.quarkus.kubernetes.deployment.KnativeConfig
-
Environment variables to add to all containers.
- env - Variable in class io.quarkus.kubernetes.deployment.KubernetesConfig
-
Environment variables to add to all containers.
- env - Variable in class io.quarkus.kubernetes.deployment.OpenshiftConfig
-
Environment variables to add to all containers.
- EnvConfig - Class in io.quarkus.kubernetes.deployment
- EnvConfig() - Constructor for class io.quarkus.kubernetes.deployment.EnvConfig
- EnvConfig$$accessor - Class in io.quarkus.kubernetes.deployment
- EnvConverter - Class in io.quarkus.kubernetes.deployment
- EnvConverter() - Constructor for class io.quarkus.kubernetes.deployment.EnvConverter
- EnvVarFromConfigMapKeyConfig - Class in io.quarkus.kubernetes.deployment
-
The configuration of environment variables taking their value from a ConfigMap field identified by its key.
- EnvVarFromConfigMapKeyConfig() - Constructor for class io.quarkus.kubernetes.deployment.EnvVarFromConfigMapKeyConfig
- EnvVarFromConfigMapKeyConfig$$accessor - Class in io.quarkus.kubernetes.deployment
- EnvVarFromKeyConfig - Class in io.quarkus.kubernetes.deployment
-
The configuration of environment variables taking their value from a Secret or ConfigMap field identified by its key.
- EnvVarFromKeyConfig() - Constructor for class io.quarkus.kubernetes.deployment.EnvVarFromKeyConfig
- EnvVarFromKeyConfig$$accessor - Class in io.quarkus.kubernetes.deployment
- EnvVarHolder - Interface in io.quarkus.kubernetes.deployment
-
Common interface for configuration entities holding environment variables meant to be injected into containers.
- envVars - Variable in class io.quarkus.kubernetes.deployment.ContainerConfig
-
Deprecated.Use
ContainerConfig.envinstead using the new syntax as follows:quarkus.kubernetes.env-vars.foo.field=fieldNamebecomesquarkus.kubernetes.env.fields.foo=fieldNamequarkus.kubernetes.env-vars.envvar.value=valuebecomesquarkus.kubernetes.env.vars.envvar=valuequarkus.kubernetes.env-vars.bar.configmap=configNamebecomesquarkus.kubernetes.env.configmaps=configNamequarkus.kubernetes.env-vars.baz.secret=secretNamebecomesquarkus.kubernetes.env.secrets=secretName
- envVars - Variable in class io.quarkus.kubernetes.deployment.KnativeConfig
-
Deprecated.Use
KnativeConfig.envinstead using the new syntax as follows:quarkus.kubernetes.env-vars.foo.field=fieldNamebecomesquarkus.kubernetes.env.fields.foo=fieldNamequarkus.kubernetes.env-vars.envvar.value=valuebecomesquarkus.kubernetes.env.vars.envvar=valuequarkus.kubernetes.env-vars.bar.configmap=configNamebecomesquarkus.kubernetes.env.configmaps=configNamequarkus.kubernetes.env-vars.baz.secret=secretNamebecomesquarkus.kubernetes.env.secrets=secretName
- envVars - Variable in class io.quarkus.kubernetes.deployment.KubernetesConfig
-
Deprecated.Use
KubernetesConfig.envinstead using the new syntax as follows:quarkus.kubernetes.env-vars.foo.field=fieldNamebecomesquarkus.kubernetes.env.fields.foo=fieldNamequarkus.kubernetes.env-vars.foo.value=valuebecomesquarkus.kubernetes.env.vars.foo=barquarkus.kubernetes.env-vars.bar.configmap=configNamebecomesquarkus.kubernetes.env.configmaps=configNamequarkus.kubernetes.env-vars.baz.secret=secretNamebecomesquarkus.kubernetes.env.secrets=secretName
- envVars - Variable in class io.quarkus.kubernetes.deployment.OpenshiftConfig
-
Deprecated.Use
OpenshiftConfig.envinstead using the new syntax as follows:quarkus.kubernetes.env-vars.foo.field=fieldNamebecomesquarkus.kubernetes.env.fields.foo=fieldNamequarkus.kubernetes.env-vars.envvar.value=valuebecomesquarkus.kubernetes.env.vars.envvar=valuequarkus.kubernetes.env-vars.bar.configmap=configNamebecomesquarkus.kubernetes.env.configmaps=configNamequarkus.kubernetes.env-vars.baz.secret=secretNamebecomesquarkus.kubernetes.env.secrets=secretName
- EnvVarsConfig - Class in io.quarkus.kubernetes.deployment
-
The configuration specifying which environment variables to inject into the application's container.
- EnvVarsConfig() - Constructor for class io.quarkus.kubernetes.deployment.EnvVarsConfig
- EnvVarsConfig$$accessor - Class in io.quarkus.kubernetes.deployment
- EnvVarValidator - Class in io.quarkus.kubernetes.deployment
-
Validates that the set of provided environment variables is valid.
- EnvVarValidator() - Constructor for class io.quarkus.kubernetes.deployment.EnvVarValidator
- equals(Object) - Method in class io.quarkus.kubernetes.deployment.AddNamespaceDecorator
- equals(Object) - Method in class io.quarkus.kubernetes.deployment.AddNamespaceToSubjectDecorator
- equals(Object) - Method in class io.quarkus.kubernetes.deployment.AddPortToKnativeConfig
- equals(Object) - Method in class io.quarkus.kubernetes.deployment.AddPortToKubernetesConfig
- equals(Object) - Method in class io.quarkus.kubernetes.deployment.AddPortToOpenshiftConfig
- execAction - Variable in class io.quarkus.kubernetes.deployment.ProbeConfig
-
The command to use for the probe.
- expose - Variable in class io.quarkus.kubernetes.deployment.ExpositionConfig
-
If true, the service will be exposed
- expose - Variable in class io.quarkus.kubernetes.deployment.KubernetesConfig
-
Deprecated.Use the
quarkus.kubernetes.ingress.exposeinstead - expose - Variable in class io.quarkus.kubernetes.deployment.OpenshiftConfig
-
Deprecated.Use the
quarkus.openshift.route.expositioninstead - ExpositionConfig - Class in io.quarkus.kubernetes.deployment
- ExpositionConfig() - Constructor for class io.quarkus.kubernetes.deployment.ExpositionConfig
- ExpositionConfig$$accessor - Class in io.quarkus.kubernetes.deployment
F
- failureThreshold - Variable in class io.quarkus.kubernetes.deployment.ProbeConfig
-
The failure threshold to use.
- field - Variable in class io.quarkus.kubernetes.deployment.EnvConfig
-
The environment variable field.
- fields - Variable in class io.quarkus.kubernetes.deployment.EnvVarsConfig
-
The map associating environment variable names to their associated field references they take their value from.
- FilePermissionUtil - Class in io.quarkus.kubernetes.deployment
- FilePermissionUtil() - Constructor for class io.quarkus.kubernetes.deployment.FilePermissionUtil
- flavor - Variable in class io.quarkus.kubernetes.deployment.OpenshiftConfig
-
The OpenShift flavor / version to use.
- fromConfigmap - Variable in class io.quarkus.kubernetes.deployment.EnvVarFromKeyConfig
-
The optional name of the ConfigMap from which a value is to be extracted.
- fromSecret - Variable in class io.quarkus.kubernetes.deployment.EnvVarFromKeyConfig
-
The optional name of the Secret from which a value is to be extracted.
- fsType - Variable in class io.quarkus.kubernetes.deployment.AwsElasticBlockStoreVolumeConfig
-
Filesystem type.
- fsType - Variable in class io.quarkus.kubernetes.deployment.AzureDiskVolumeConfig
-
File system type.
G
- generate(KubernetesConfig) - Method in class io.quarkus.kubernetes.deployment.MinikubeManifestGenerator
- get_addBuildTimestamp(Object) - Static method in class io.quarkus.kubernetes.deployment.KnativeConfig$$accessor
- get_addBuildTimestamp(Object) - Static method in class io.quarkus.kubernetes.deployment.KubernetesConfig$$accessor
- get_addBuildTimestamp(Object) - Static method in class io.quarkus.kubernetes.deployment.OpenshiftConfig$$accessor
- get_addVersionToLabelSelectors(Object) - Static method in class io.quarkus.kubernetes.deployment.KubernetesConfig$$accessor
- get_addVersionToLabelSelectors(Object) - Static method in class io.quarkus.kubernetes.deployment.OpenshiftConfig$$accessor
- get_annotations(Object) - Static method in class io.quarkus.kubernetes.deployment.ExpositionConfig$$accessor
- get_annotations(Object) - Static method in class io.quarkus.kubernetes.deployment.KnativeConfig$$accessor
- get_annotations(Object) - Static method in class io.quarkus.kubernetes.deployment.KubernetesConfig$$accessor
- get_annotations(Object) - Static method in class io.quarkus.kubernetes.deployment.OpenshiftConfig$$accessor
- get_annotations(Object) - Static method in class io.quarkus.kubernetes.deployment.PrometheusConfig$$accessor
- get_appConfigMap(Object) - Static method in class io.quarkus.kubernetes.deployment.KnativeConfig$$accessor
- get_appConfigMap(Object) - Static method in class io.quarkus.kubernetes.deployment.KubernetesConfig$$accessor
- get_appConfigMap(Object) - Static method in class io.quarkus.kubernetes.deployment.OpenshiftConfig$$accessor
- get_appSecret(Object) - Static method in class io.quarkus.kubernetes.deployment.KnativeConfig$$accessor
- get_appSecret(Object) - Static method in class io.quarkus.kubernetes.deployment.KubernetesConfig$$accessor
- get_appSecret(Object) - Static method in class io.quarkus.kubernetes.deployment.OpenshiftConfig$$accessor
- get_arguments(Object) - Static method in class io.quarkus.kubernetes.deployment.ContainerConfig$$accessor
- get_arguments(Object) - Static method in class io.quarkus.kubernetes.deployment.KnativeConfig$$accessor
- get_arguments(Object) - Static method in class io.quarkus.kubernetes.deployment.KubernetesConfig$$accessor
- get_arguments(Object) - Static method in class io.quarkus.kubernetes.deployment.OpenshiftConfig$$accessor
- get_autoScalerClass(Object) - Static method in class io.quarkus.kubernetes.deployment.AutoScalingConfig$$accessor
- get_autoScalerClass(Object) - Static method in class io.quarkus.kubernetes.deployment.GlobalAutoScalingConfig$$accessor
- get_awsElasticBlockStoreVolumes(Object) - Static method in class io.quarkus.kubernetes.deployment.KnativeConfig$$accessor
- get_awsElasticBlockStoreVolumes(Object) - Static method in class io.quarkus.kubernetes.deployment.KubernetesConfig$$accessor
- get_awsElasticBlockStoreVolumes(Object) - Static method in class io.quarkus.kubernetes.deployment.OpenshiftConfig$$accessor
- get_azureDiskVolumes(Object) - Static method in class io.quarkus.kubernetes.deployment.KnativeConfig$$accessor
- get_azureDiskVolumes(Object) - Static method in class io.quarkus.kubernetes.deployment.KubernetesConfig$$accessor
- get_azureDiskVolumes(Object) - Static method in class io.quarkus.kubernetes.deployment.OpenshiftConfig$$accessor
- get_azureFileVolumes(Object) - Static method in class io.quarkus.kubernetes.deployment.KnativeConfig$$accessor
- get_azureFileVolumes(Object) - Static method in class io.quarkus.kubernetes.deployment.KubernetesConfig$$accessor
- get_azureFileVolumes(Object) - Static method in class io.quarkus.kubernetes.deployment.OpenshiftConfig$$accessor
- get_cachingMode(Object) - Static method in class io.quarkus.kubernetes.deployment.AzureDiskVolumeConfig$$accessor
- get_claimName(Object) - Static method in class io.quarkus.kubernetes.deployment.PvcVolumeConfig$$accessor
- get_command(Object) - Static method in class io.quarkus.kubernetes.deployment.ContainerConfig$$accessor
- get_command(Object) - Static method in class io.quarkus.kubernetes.deployment.KnativeConfig$$accessor
- get_command(Object) - Static method in class io.quarkus.kubernetes.deployment.KubernetesConfig$$accessor
- get_command(Object) - Static method in class io.quarkus.kubernetes.deployment.OpenshiftConfig$$accessor
- get_configmap(Object) - Static method in class io.quarkus.kubernetes.deployment.EnvConfig$$accessor
- get_configmap(Object) - Static method in class io.quarkus.kubernetes.deployment.EnvVarFromConfigMapKeyConfig$$accessor
- get_configMapName(Object) - Static method in class io.quarkus.kubernetes.deployment.ConfigMapVolumeConfig$$accessor
- get_configmaps(Object) - Static method in class io.quarkus.kubernetes.deployment.EnvVarsConfig$$accessor
- get_configMapVolumes(Object) - Static method in class io.quarkus.kubernetes.deployment.KnativeConfig$$accessor
- get_configMapVolumes(Object) - Static method in class io.quarkus.kubernetes.deployment.KubernetesConfig$$accessor
- get_configMapVolumes(Object) - Static method in class io.quarkus.kubernetes.deployment.OpenshiftConfig$$accessor
- get_containerConcurrency(Object) - Static method in class io.quarkus.kubernetes.deployment.AutoScalingConfig$$accessor
- get_containerConcurrency(Object) - Static method in class io.quarkus.kubernetes.deployment.GlobalAutoScalingConfig$$accessor
- get_containers(Object) - Static method in class io.quarkus.kubernetes.deployment.KnativeConfig$$accessor
- get_containers(Object) - Static method in class io.quarkus.kubernetes.deployment.OpenshiftConfig$$accessor
- get_cpu(Object) - Static method in class io.quarkus.kubernetes.deployment.ResourcesConfig$ResourcesRequirementsConfig$$accessor
- get_defaultMode(Object) - Static method in class io.quarkus.kubernetes.deployment.ConfigMapVolumeConfig$$accessor
- get_defaultMode(Object) - Static method in class io.quarkus.kubernetes.deployment.PvcVolumeConfig$$accessor
- get_defaultMode(Object) - Static method in class io.quarkus.kubernetes.deployment.SecretVolumeConfig$$accessor
- get_deploy(Object) - Static method in class io.quarkus.kubernetes.deployment.KubernetesConfig$$accessor
- get_deploymentKind(Object) - Static method in class io.quarkus.kubernetes.deployment.KubernetesConfig$$accessor
- get_deploymentKind(Object) - Static method in class io.quarkus.kubernetes.deployment.OpenshiftConfig$$accessor
- get_deploymentTarget(Object) - Static method in class io.quarkus.kubernetes.deployment.KubernetesConfig$$accessor
- get_directory(Object) - Static method in class io.quarkus.kubernetes.deployment.GitRepoVolumeConfig$$accessor
- get_diskName(Object) - Static method in class io.quarkus.kubernetes.deployment.AzureDiskVolumeConfig$$accessor
- get_diskURI(Object) - Static method in class io.quarkus.kubernetes.deployment.AzureDiskVolumeConfig$$accessor
- get_env(Object) - Static method in class io.quarkus.kubernetes.deployment.ContainerConfig$$accessor
- get_env(Object) - Static method in class io.quarkus.kubernetes.deployment.KnativeConfig$$accessor
- get_env(Object) - Static method in class io.quarkus.kubernetes.deployment.KubernetesConfig$$accessor
- get_env(Object) - Static method in class io.quarkus.kubernetes.deployment.OpenshiftConfig$$accessor
- get_envVars(Object) - Static method in class io.quarkus.kubernetes.deployment.ContainerConfig$$accessor
- get_envVars(Object) - Static method in class io.quarkus.kubernetes.deployment.KnativeConfig$$accessor
- get_envVars(Object) - Static method in class io.quarkus.kubernetes.deployment.KubernetesConfig$$accessor
- get_envVars(Object) - Static method in class io.quarkus.kubernetes.deployment.OpenshiftConfig$$accessor
- get_execAction(Object) - Static method in class io.quarkus.kubernetes.deployment.ProbeConfig$$accessor
- get_expose(Object) - Static method in class io.quarkus.kubernetes.deployment.ExpositionConfig$$accessor
- get_expose(Object) - Static method in class io.quarkus.kubernetes.deployment.KubernetesConfig$$accessor
- get_expose(Object) - Static method in class io.quarkus.kubernetes.deployment.OpenshiftConfig$$accessor
- get_failureThreshold(Object) - Static method in class io.quarkus.kubernetes.deployment.ProbeConfig$$accessor
- get_field(Object) - Static method in class io.quarkus.kubernetes.deployment.EnvConfig$$accessor
- get_fields(Object) - Static method in class io.quarkus.kubernetes.deployment.EnvVarsConfig$$accessor
- get_flavor(Object) - Static method in class io.quarkus.kubernetes.deployment.OpenshiftConfig$$accessor
- get_fromConfigmap(Object) - Static method in class io.quarkus.kubernetes.deployment.EnvVarFromKeyConfig$$accessor
- get_fromSecret(Object) - Static method in class io.quarkus.kubernetes.deployment.EnvVarFromKeyConfig$$accessor
- get_fsType(Object) - Static method in class io.quarkus.kubernetes.deployment.AwsElasticBlockStoreVolumeConfig$$accessor
- get_fsType(Object) - Static method in class io.quarkus.kubernetes.deployment.AzureDiskVolumeConfig$$accessor
- get_gitRepoVolumes(Object) - Static method in class io.quarkus.kubernetes.deployment.KnativeConfig$$accessor
- get_gitRepoVolumes(Object) - Static method in class io.quarkus.kubernetes.deployment.KubernetesConfig$$accessor
- get_gitRepoVolumes(Object) - Static method in class io.quarkus.kubernetes.deployment.OpenshiftConfig$$accessor
- get_globalAutoScaling(Object) - Static method in class io.quarkus.kubernetes.deployment.KnativeConfig$$accessor
- get_host(Object) - Static method in class io.quarkus.kubernetes.deployment.ContainerConfig$$accessor
- get_host(Object) - Static method in class io.quarkus.kubernetes.deployment.ExpositionConfig$$accessor
- get_host(Object) - Static method in class io.quarkus.kubernetes.deployment.KnativeConfig$$accessor
- get_host(Object) - Static method in class io.quarkus.kubernetes.deployment.KubernetesConfig$$accessor
- get_host(Object) - Static method in class io.quarkus.kubernetes.deployment.OpenshiftConfig$$accessor
- get_hostAliases(Object) - Static method in class io.quarkus.kubernetes.deployment.KnativeConfig$$accessor
- get_hostAliases(Object) - Static method in class io.quarkus.kubernetes.deployment.KubernetesConfig$$accessor
- get_hostAliases(Object) - Static method in class io.quarkus.kubernetes.deployment.OpenshiftConfig$$accessor
- get_hostnames(Object) - Static method in class io.quarkus.kubernetes.deployment.HostAliasConfig$$accessor
- get_httpActionPath(Object) - Static method in class io.quarkus.kubernetes.deployment.ProbeConfig$$accessor
- get_image(Object) - Static method in class io.quarkus.kubernetes.deployment.ContainerConfig$$accessor
- get_imagePullPolicy(Object) - Static method in class io.quarkus.kubernetes.deployment.ContainerConfig$$accessor
- get_imagePullPolicy(Object) - Static method in class io.quarkus.kubernetes.deployment.KnativeConfig$$accessor
- get_imagePullPolicy(Object) - Static method in class io.quarkus.kubernetes.deployment.KubernetesConfig$$accessor
- get_imagePullPolicy(Object) - Static method in class io.quarkus.kubernetes.deployment.OpenshiftConfig$$accessor
- get_imagePullSecrets(Object) - Static method in class io.quarkus.kubernetes.deployment.ContainerConfig$$accessor
- get_imagePullSecrets(Object) - Static method in class io.quarkus.kubernetes.deployment.KnativeConfig$$accessor
- get_imagePullSecrets(Object) - Static method in class io.quarkus.kubernetes.deployment.KubernetesConfig$$accessor
- get_imagePullSecrets(Object) - Static method in class io.quarkus.kubernetes.deployment.OpenshiftConfig$$accessor
- get_ingress(Object) - Static method in class io.quarkus.kubernetes.deployment.KubernetesConfig$$accessor
- get_initContainers(Object) - Static method in class io.quarkus.kubernetes.deployment.KnativeConfig$$accessor
- get_initContainers(Object) - Static method in class io.quarkus.kubernetes.deployment.KubernetesConfig$$accessor
- get_initContainers(Object) - Static method in class io.quarkus.kubernetes.deployment.OpenshiftConfig$$accessor
- get_initialDelay(Object) - Static method in class io.quarkus.kubernetes.deployment.ProbeConfig$$accessor
- get_ip(Object) - Static method in class io.quarkus.kubernetes.deployment.HostAliasConfig$$accessor
- get_key(Object) - Static method in class io.quarkus.kubernetes.deployment.EnvVarFromConfigMapKeyConfig$$accessor
- get_kind(Object) - Static method in class io.quarkus.kubernetes.deployment.AzureDiskVolumeConfig$$accessor
- get_labels(Object) - Static method in class io.quarkus.kubernetes.deployment.KnativeConfig$$accessor
- get_labels(Object) - Static method in class io.quarkus.kubernetes.deployment.KubernetesConfig$$accessor
- get_labels(Object) - Static method in class io.quarkus.kubernetes.deployment.OpenshiftConfig$$accessor
- get_latestRevision(Object) - Static method in class io.quarkus.kubernetes.deployment.TrafficConfig$$accessor
- get_limits(Object) - Static method in class io.quarkus.kubernetes.deployment.ResourcesConfig$$accessor
- get_livenessProbe(Object) - Static method in class io.quarkus.kubernetes.deployment.ContainerConfig$$accessor
- get_livenessProbe(Object) - Static method in class io.quarkus.kubernetes.deployment.KnativeConfig$$accessor
- get_livenessProbe(Object) - Static method in class io.quarkus.kubernetes.deployment.KubernetesConfig$$accessor
- get_livenessProbe(Object) - Static method in class io.quarkus.kubernetes.deployment.OpenshiftConfig$$accessor
- get_mapping(Object) - Static method in class io.quarkus.kubernetes.deployment.EnvVarsConfig$$accessor
- get_maxScale(Object) - Static method in class io.quarkus.kubernetes.deployment.KnativeConfig$$accessor
- get_memory(Object) - Static method in class io.quarkus.kubernetes.deployment.ResourcesConfig$ResourcesRequirementsConfig$$accessor
- get_metric(Object) - Static method in class io.quarkus.kubernetes.deployment.AutoScalingConfig$$accessor
- get_minScale(Object) - Static method in class io.quarkus.kubernetes.deployment.KnativeConfig$$accessor
- get_mounts(Object) - Static method in class io.quarkus.kubernetes.deployment.ContainerConfig$$accessor
- get_mounts(Object) - Static method in class io.quarkus.kubernetes.deployment.KnativeConfig$$accessor
- get_mounts(Object) - Static method in class io.quarkus.kubernetes.deployment.KubernetesConfig$$accessor
- get_mounts(Object) - Static method in class io.quarkus.kubernetes.deployment.OpenshiftConfig$$accessor
- get_name(Object) - Static method in class io.quarkus.kubernetes.deployment.EnvConfig$$accessor
- get_name(Object) - Static method in class io.quarkus.kubernetes.deployment.KnativeConfig$$accessor
- get_name(Object) - Static method in class io.quarkus.kubernetes.deployment.KubernetesConfig$$accessor
- get_name(Object) - Static method in class io.quarkus.kubernetes.deployment.MountConfig$$accessor
- get_name(Object) - Static method in class io.quarkus.kubernetes.deployment.OpenshiftConfig$$accessor
- get_namespace(Object) - Static method in class io.quarkus.kubernetes.deployment.KnativeConfig$$accessor
- get_namespace(Object) - Static method in class io.quarkus.kubernetes.deployment.KubernetesConfig$$accessor
- get_namespace(Object) - Static method in class io.quarkus.kubernetes.deployment.OpenshiftConfig$$accessor
- get_nodePort(Object) - Static method in class io.quarkus.kubernetes.deployment.KubernetesConfig$$accessor
- get_nodePort(Object) - Static method in class io.quarkus.kubernetes.deployment.OpenshiftConfig$$accessor
- get_optional(Object) - Static method in class io.quarkus.kubernetes.deployment.ConfigMapVolumeConfig$$accessor
- get_optional(Object) - Static method in class io.quarkus.kubernetes.deployment.PvcVolumeConfig$$accessor
- get_optional(Object) - Static method in class io.quarkus.kubernetes.deployment.SecretVolumeConfig$$accessor
- get_partition(Object) - Static method in class io.quarkus.kubernetes.deployment.AwsElasticBlockStoreVolumeConfig$$accessor
- get_partOf(Object) - Static method in class io.quarkus.kubernetes.deployment.KnativeConfig$$accessor
- get_partOf(Object) - Static method in class io.quarkus.kubernetes.deployment.KubernetesConfig$$accessor
- get_partOf(Object) - Static method in class io.quarkus.kubernetes.deployment.OpenshiftConfig$$accessor
- get_path(Object) - Static method in class io.quarkus.kubernetes.deployment.MountConfig$$accessor
- get_path(Object) - Static method in class io.quarkus.kubernetes.deployment.PrometheusConfig$$accessor
- get_percent(Object) - Static method in class io.quarkus.kubernetes.deployment.TrafficConfig$$accessor
- get_period(Object) - Static method in class io.quarkus.kubernetes.deployment.ProbeConfig$$accessor
- get_port(Object) - Static method in class io.quarkus.kubernetes.deployment.PrometheusConfig$$accessor
- get_ports(Object) - Static method in class io.quarkus.kubernetes.deployment.ContainerConfig$$accessor
- get_ports(Object) - Static method in class io.quarkus.kubernetes.deployment.KnativeConfig$$accessor
- get_ports(Object) - Static method in class io.quarkus.kubernetes.deployment.KubernetesConfig$$accessor
- get_ports(Object) - Static method in class io.quarkus.kubernetes.deployment.OpenshiftConfig$$accessor
- get_prefix(Object) - Static method in class io.quarkus.kubernetes.deployment.PrometheusConfig$$accessor
- get_prometheus(Object) - Static method in class io.quarkus.kubernetes.deployment.KnativeConfig$$accessor
- get_prometheus(Object) - Static method in class io.quarkus.kubernetes.deployment.KubernetesConfig$$accessor
- get_prometheus(Object) - Static method in class io.quarkus.kubernetes.deployment.OpenshiftConfig$$accessor
- get_pvcVolumes(Object) - Static method in class io.quarkus.kubernetes.deployment.KnativeConfig$$accessor
- get_pvcVolumes(Object) - Static method in class io.quarkus.kubernetes.deployment.KubernetesConfig$$accessor
- get_pvcVolumes(Object) - Static method in class io.quarkus.kubernetes.deployment.OpenshiftConfig$$accessor
- get_readinessProbe(Object) - Static method in class io.quarkus.kubernetes.deployment.ContainerConfig$$accessor
- get_readinessProbe(Object) - Static method in class io.quarkus.kubernetes.deployment.KnativeConfig$$accessor
- get_readinessProbe(Object) - Static method in class io.quarkus.kubernetes.deployment.KubernetesConfig$$accessor
- get_readinessProbe(Object) - Static method in class io.quarkus.kubernetes.deployment.OpenshiftConfig$$accessor
- get_readOnly(Object) - Static method in class io.quarkus.kubernetes.deployment.AwsElasticBlockStoreVolumeConfig$$accessor
- get_readOnly(Object) - Static method in class io.quarkus.kubernetes.deployment.AzureDiskVolumeConfig$$accessor
- get_readOnly(Object) - Static method in class io.quarkus.kubernetes.deployment.AzureFileVolumeConfig$$accessor
- get_readOnly(Object) - Static method in class io.quarkus.kubernetes.deployment.MountConfig$$accessor
- get_replicas(Object) - Static method in class io.quarkus.kubernetes.deployment.KubernetesConfig$$accessor
- get_replicas(Object) - Static method in class io.quarkus.kubernetes.deployment.OpenshiftConfig$$accessor
- get_repository(Object) - Static method in class io.quarkus.kubernetes.deployment.GitRepoVolumeConfig$$accessor
- get_requests(Object) - Static method in class io.quarkus.kubernetes.deployment.ResourcesConfig$$accessor
- get_requestsPerSecond(Object) - Static method in class io.quarkus.kubernetes.deployment.GlobalAutoScalingConfig$$accessor
- get_resources(Object) - Static method in class io.quarkus.kubernetes.deployment.ContainerConfig$$accessor
- get_resources(Object) - Static method in class io.quarkus.kubernetes.deployment.KnativeConfig$$accessor
- get_resources(Object) - Static method in class io.quarkus.kubernetes.deployment.KubernetesConfig$$accessor
- get_resources(Object) - Static method in class io.quarkus.kubernetes.deployment.OpenshiftConfig$$accessor
- get_revision(Object) - Static method in class io.quarkus.kubernetes.deployment.GitRepoVolumeConfig$$accessor
- get_revisionAutoScaling(Object) - Static method in class io.quarkus.kubernetes.deployment.KnativeConfig$$accessor
- get_revisionName(Object) - Static method in class io.quarkus.kubernetes.deployment.KnativeConfig$$accessor
- get_revisionName(Object) - Static method in class io.quarkus.kubernetes.deployment.TrafficConfig$$accessor
- get_route(Object) - Static method in class io.quarkus.kubernetes.deployment.OpenshiftConfig$$accessor
- get_scaleToZeroEnabled(Object) - Static method in class io.quarkus.kubernetes.deployment.KnativeConfig$$accessor
- get_scheme(Object) - Static method in class io.quarkus.kubernetes.deployment.PrometheusConfig$$accessor
- get_scrape(Object) - Static method in class io.quarkus.kubernetes.deployment.PrometheusConfig$$accessor
- get_secret(Object) - Static method in class io.quarkus.kubernetes.deployment.EnvConfig$$accessor
- get_secretName(Object) - Static method in class io.quarkus.kubernetes.deployment.AzureFileVolumeConfig$$accessor
- get_secretName(Object) - Static method in class io.quarkus.kubernetes.deployment.SecretVolumeConfig$$accessor
- get_secrets(Object) - Static method in class io.quarkus.kubernetes.deployment.EnvVarsConfig$$accessor
- get_secretVolumes(Object) - Static method in class io.quarkus.kubernetes.deployment.KnativeConfig$$accessor
- get_secretVolumes(Object) - Static method in class io.quarkus.kubernetes.deployment.KubernetesConfig$$accessor
- get_secretVolumes(Object) - Static method in class io.quarkus.kubernetes.deployment.OpenshiftConfig$$accessor
- get_serviceAccount(Object) - Static method in class io.quarkus.kubernetes.deployment.ContainerConfig$$accessor
- get_serviceAccount(Object) - Static method in class io.quarkus.kubernetes.deployment.KnativeConfig$$accessor
- get_serviceAccount(Object) - Static method in class io.quarkus.kubernetes.deployment.KubernetesConfig$$accessor
- get_serviceAccount(Object) - Static method in class io.quarkus.kubernetes.deployment.OpenshiftConfig$$accessor
- get_serviceType(Object) - Static method in class io.quarkus.kubernetes.deployment.KnativeConfig$$accessor
- get_serviceType(Object) - Static method in class io.quarkus.kubernetes.deployment.KubernetesConfig$$accessor
- get_serviceType(Object) - Static method in class io.quarkus.kubernetes.deployment.OpenshiftConfig$$accessor
- get_shareName(Object) - Static method in class io.quarkus.kubernetes.deployment.AzureFileVolumeConfig$$accessor
- get_sidecars(Object) - Static method in class io.quarkus.kubernetes.deployment.KubernetesConfig$$accessor
- get_sidecars(Object) - Static method in class io.quarkus.kubernetes.deployment.OpenshiftConfig$$accessor
- get_subPath(Object) - Static method in class io.quarkus.kubernetes.deployment.MountConfig$$accessor
- get_successThreshold(Object) - Static method in class io.quarkus.kubernetes.deployment.ProbeConfig$$accessor
- get_tag(Object) - Static method in class io.quarkus.kubernetes.deployment.TrafficConfig$$accessor
- get_target(Object) - Static method in class io.quarkus.kubernetes.deployment.AutoScalingConfig$$accessor
- get_targetUtilizationPercentage(Object) - Static method in class io.quarkus.kubernetes.deployment.AutoScalingConfig$$accessor
- get_targetUtilizationPercentage(Object) - Static method in class io.quarkus.kubernetes.deployment.GlobalAutoScalingConfig$$accessor
- get_tcpSocketAction(Object) - Static method in class io.quarkus.kubernetes.deployment.ProbeConfig$$accessor
- get_timeout(Object) - Static method in class io.quarkus.kubernetes.deployment.ProbeConfig$$accessor
- get_traffic(Object) - Static method in class io.quarkus.kubernetes.deployment.KnativeConfig$$accessor
- get_value(Object) - Static method in class io.quarkus.kubernetes.deployment.EnvConfig$$accessor
- get_vars(Object) - Static method in class io.quarkus.kubernetes.deployment.EnvVarsConfig$$accessor
- get_version(Object) - Static method in class io.quarkus.kubernetes.deployment.KnativeConfig$$accessor
- get_version(Object) - Static method in class io.quarkus.kubernetes.deployment.KubernetesConfig$$accessor
- get_version(Object) - Static method in class io.quarkus.kubernetes.deployment.OpenshiftConfig$$accessor
- get_volumeId(Object) - Static method in class io.quarkus.kubernetes.deployment.AwsElasticBlockStoreVolumeConfig$$accessor
- get_withKey(Object) - Static method in class io.quarkus.kubernetes.deployment.EnvVarFromKeyConfig$$accessor
- get_workingDir(Object) - Static method in class io.quarkus.kubernetes.deployment.ContainerConfig$$accessor
- get_workingDir(Object) - Static method in class io.quarkus.kubernetes.deployment.KnativeConfig$$accessor
- get_workingDir(Object) - Static method in class io.quarkus.kubernetes.deployment.KubernetesConfig$$accessor
- get_workingDir(Object) - Static method in class io.quarkus.kubernetes.deployment.OpenshiftConfig$$accessor
- getAnnotations() - Method in class io.quarkus.kubernetes.deployment.KnativeConfig
- getAnnotations() - Method in class io.quarkus.kubernetes.deployment.KubernetesConfig
- getAnnotations() - Method in class io.quarkus.kubernetes.deployment.OpenshiftConfig
- getAnnotations() - Method in interface io.quarkus.kubernetes.deployment.PlatformConfiguration
- getAppConfigMap() - Method in class io.quarkus.kubernetes.deployment.KnativeConfig
- getAppConfigMap() - Method in class io.quarkus.kubernetes.deployment.KubernetesConfig
- getAppConfigMap() - Method in class io.quarkus.kubernetes.deployment.OpenshiftConfig
- getAppConfigMap() - Method in interface io.quarkus.kubernetes.deployment.PlatformConfiguration
- getAppSecret() - Method in class io.quarkus.kubernetes.deployment.KnativeConfig
- getAppSecret() - Method in class io.quarkus.kubernetes.deployment.KubernetesConfig
- getAppSecret() - Method in class io.quarkus.kubernetes.deployment.OpenshiftConfig
- getAppSecret() - Method in interface io.quarkus.kubernetes.deployment.PlatformConfiguration
- getArguments() - Method in class io.quarkus.kubernetes.deployment.KnativeConfig
- getArguments() - Method in class io.quarkus.kubernetes.deployment.KubernetesConfig
- getArguments() - Method in class io.quarkus.kubernetes.deployment.OpenshiftConfig
- getArguments() - Method in interface io.quarkus.kubernetes.deployment.PlatformConfiguration
- getAwsElasticBlockStoreVolumes() - Method in class io.quarkus.kubernetes.deployment.KnativeConfig
- getAwsElasticBlockStoreVolumes() - Method in class io.quarkus.kubernetes.deployment.KubernetesConfig
- getAwsElasticBlockStoreVolumes() - Method in class io.quarkus.kubernetes.deployment.OpenshiftConfig
- getAwsElasticBlockStoreVolumes() - Method in interface io.quarkus.kubernetes.deployment.PlatformConfiguration
- getAzureDiskVolumes() - Method in class io.quarkus.kubernetes.deployment.KnativeConfig
- getAzureDiskVolumes() - Method in class io.quarkus.kubernetes.deployment.KubernetesConfig
- getAzureDiskVolumes() - Method in class io.quarkus.kubernetes.deployment.OpenshiftConfig
- getAzureDiskVolumes() - Method in interface io.quarkus.kubernetes.deployment.PlatformConfiguration
- getAzureFileVolumes() - Method in class io.quarkus.kubernetes.deployment.KnativeConfig
- getAzureFileVolumes() - Method in class io.quarkus.kubernetes.deployment.KubernetesConfig
- getAzureFileVolumes() - Method in class io.quarkus.kubernetes.deployment.OpenshiftConfig
- getAzureFileVolumes() - Method in interface io.quarkus.kubernetes.deployment.PlatformConfiguration
- getBuildItems() - Method in class io.quarkus.kubernetes.deployment.EnvVarValidator
-
Retrieves a collection of validated
KubernetesEnvBuildItemonce all of them have been processed. - getCommand() - Method in class io.quarkus.kubernetes.deployment.KnativeConfig
- getCommand() - Method in class io.quarkus.kubernetes.deployment.KubernetesConfig
- getCommand() - Method in class io.quarkus.kubernetes.deployment.OpenshiftConfig
- getCommand() - Method in interface io.quarkus.kubernetes.deployment.PlatformConfiguration
- getConfigMapVolumes() - Method in class io.quarkus.kubernetes.deployment.KnativeConfig
- getConfigMapVolumes() - Method in class io.quarkus.kubernetes.deployment.KubernetesConfig
- getConfigMapVolumes() - Method in class io.quarkus.kubernetes.deployment.OpenshiftConfig
- getConfigMapVolumes() - Method in interface io.quarkus.kubernetes.deployment.PlatformConfiguration
- getConfigName() - Method in interface io.quarkus.kubernetes.deployment.PlatformConfiguration
- getDeploymentResourceKind() - Method in class io.quarkus.kubernetes.deployment.KubernetesConfig
- getDepoymentResourceGroup() - Method in class io.quarkus.kubernetes.deployment.OpenshiftConfig
- getDepoymentResourceKind() - Method in class io.quarkus.kubernetes.deployment.OpenshiftConfig
- getDepoymentResourceVersion() - Method in class io.quarkus.kubernetes.deployment.OpenshiftConfig
- getEntriesSortedByPriority() - Method in class io.quarkus.kubernetes.deployment.EnabledKubernetesDeploymentTargetsBuildItem
- getEntry() - Method in class io.quarkus.kubernetes.deployment.SelectedKubernetesDeploymentTargetBuildItem
- getEnv() - Method in class io.quarkus.kubernetes.deployment.ContainerConfig
- getEnv() - Method in interface io.quarkus.kubernetes.deployment.EnvVarHolder
-
Retrieves the definition of environment variables to add to the application's container.
- getEnv() - Method in class io.quarkus.kubernetes.deployment.KnativeConfig
- getEnv() - Method in class io.quarkus.kubernetes.deployment.KubernetesConfig
- getEnv() - Method in class io.quarkus.kubernetes.deployment.OpenshiftConfig
- getEnvVars() - Method in class io.quarkus.kubernetes.deployment.ContainerConfig
-
Deprecated.use
ContainerConfig.getEnv()instead - getEnvVars() - Method in interface io.quarkus.kubernetes.deployment.EnvVarHolder
-
Deprecated.use
EnvVarHolder.getEnv()instead - getEnvVars() - Method in class io.quarkus.kubernetes.deployment.KnativeConfig
-
Deprecated.
- getEnvVars() - Method in class io.quarkus.kubernetes.deployment.KubernetesConfig
-
Deprecated.
- getEnvVars() - Method in class io.quarkus.kubernetes.deployment.OpenshiftConfig
-
Deprecated.
- getExposition() - Method in class io.quarkus.kubernetes.deployment.KubernetesConfig
- getExposition() - Method in class io.quarkus.kubernetes.deployment.OpenshiftConfig
- getExposition() - Method in interface io.quarkus.kubernetes.deployment.PlatformConfiguration
- getFallbackConfig() - Method in class io.quarkus.kubernetes.deployment.MinikubeManifestGenerator
- getGitRepoVolumes() - Method in class io.quarkus.kubernetes.deployment.KnativeConfig
- getGitRepoVolumes() - Method in class io.quarkus.kubernetes.deployment.KubernetesConfig
- getGitRepoVolumes() - Method in class io.quarkus.kubernetes.deployment.OpenshiftConfig
- getGitRepoVolumes() - Method in interface io.quarkus.kubernetes.deployment.PlatformConfiguration
- getHost() - Method in class io.quarkus.kubernetes.deployment.KnativeConfig
- getHost() - Method in class io.quarkus.kubernetes.deployment.KubernetesConfig
- getHost() - Method in class io.quarkus.kubernetes.deployment.OpenshiftConfig
- getHost() - Method in interface io.quarkus.kubernetes.deployment.PlatformConfiguration
- getHostAliases() - Method in class io.quarkus.kubernetes.deployment.KnativeConfig
- getHostAliases() - Method in class io.quarkus.kubernetes.deployment.KubernetesConfig
- getHostAliases() - Method in class io.quarkus.kubernetes.deployment.OpenshiftConfig
- getHostAliases() - Method in interface io.quarkus.kubernetes.deployment.PlatformConfiguration
- getImagePullPolicy() - Method in class io.quarkus.kubernetes.deployment.KnativeConfig
- getImagePullPolicy() - Method in class io.quarkus.kubernetes.deployment.KubernetesConfig
- getImagePullPolicy() - Method in class io.quarkus.kubernetes.deployment.OpenshiftConfig
- getImagePullPolicy() - Method in interface io.quarkus.kubernetes.deployment.PlatformConfiguration
- getImagePullSecrets() - Method in class io.quarkus.kubernetes.deployment.KnativeConfig
- getImagePullSecrets() - Method in class io.quarkus.kubernetes.deployment.KubernetesConfig
- getImagePullSecrets() - Method in class io.quarkus.kubernetes.deployment.OpenshiftConfig
- getImagePullSecrets() - Method in interface io.quarkus.kubernetes.deployment.PlatformConfiguration
- getInitContainers() - Method in class io.quarkus.kubernetes.deployment.KnativeConfig
- getInitContainers() - Method in class io.quarkus.kubernetes.deployment.KubernetesConfig
- getInitContainers() - Method in class io.quarkus.kubernetes.deployment.OpenshiftConfig
- getInitContainers() - Method in interface io.quarkus.kubernetes.deployment.PlatformConfiguration
- getKey() - Method in class io.quarkus.kubernetes.deployment.MinikubeManifestGenerator
- getKind() - Method in class io.quarkus.kubernetes.deployment.DeploymentTargetEntry
- getLabels() - Method in class io.quarkus.kubernetes.deployment.KnativeConfig
- getLabels() - Method in class io.quarkus.kubernetes.deployment.KubernetesConfig
- getLabels() - Method in class io.quarkus.kubernetes.deployment.OpenshiftConfig
- getLabels() - Method in interface io.quarkus.kubernetes.deployment.PlatformConfiguration
- getLivenessProbe() - Method in class io.quarkus.kubernetes.deployment.KnativeConfig
- getLivenessProbe() - Method in class io.quarkus.kubernetes.deployment.KubernetesConfig
- getLivenessProbe() - Method in class io.quarkus.kubernetes.deployment.OpenshiftConfig
- getLivenessProbe() - Method in interface io.quarkus.kubernetes.deployment.PlatformConfiguration
- getMounts() - Method in class io.quarkus.kubernetes.deployment.KnativeConfig
- getMounts() - Method in class io.quarkus.kubernetes.deployment.KubernetesConfig
- getMounts() - Method in class io.quarkus.kubernetes.deployment.OpenshiftConfig
- getMounts() - Method in interface io.quarkus.kubernetes.deployment.PlatformConfiguration
- getName() - Method in class io.quarkus.kubernetes.deployment.DeploymentTargetEntry
- getName() - Method in class io.quarkus.kubernetes.deployment.KnativeConfig
- getName() - Method in class io.quarkus.kubernetes.deployment.KubernetesConfig
- getName() - Method in class io.quarkus.kubernetes.deployment.OpenshiftConfig
- getName() - Method in interface io.quarkus.kubernetes.deployment.PlatformConfiguration
- getNamespace() - Method in class io.quarkus.kubernetes.deployment.KnativeConfig
- getNamespace() - Method in class io.quarkus.kubernetes.deployment.KubernetesConfig
- getNamespace() - Method in class io.quarkus.kubernetes.deployment.OpenshiftConfig
- getNamespace() - Method in interface io.quarkus.kubernetes.deployment.PlatformConfiguration
- getNodePort() - Method in class io.quarkus.kubernetes.deployment.KubernetesConfig
- getPartOf() - Method in class io.quarkus.kubernetes.deployment.KnativeConfig
- getPartOf() - Method in class io.quarkus.kubernetes.deployment.KubernetesConfig
- getPartOf() - Method in class io.quarkus.kubernetes.deployment.OpenshiftConfig
- getPartOf() - Method in interface io.quarkus.kubernetes.deployment.PlatformConfiguration
- getPorts() - Method in class io.quarkus.kubernetes.deployment.KnativeConfig
- getPorts() - Method in class io.quarkus.kubernetes.deployment.KubernetesConfig
- getPorts() - Method in class io.quarkus.kubernetes.deployment.OpenshiftConfig
- getPorts() - Method in interface io.quarkus.kubernetes.deployment.PlatformConfiguration
- getPriority() - Method in class io.quarkus.kubernetes.deployment.DeploymentTargetEntry
- getPrometheusConfig() - Method in class io.quarkus.kubernetes.deployment.KnativeConfig
- getPrometheusConfig() - Method in class io.quarkus.kubernetes.deployment.KubernetesConfig
- getPrometheusConfig() - Method in class io.quarkus.kubernetes.deployment.OpenshiftConfig
- getPrometheusConfig() - Method in interface io.quarkus.kubernetes.deployment.PlatformConfiguration
- getPvcVolumes() - Method in class io.quarkus.kubernetes.deployment.KnativeConfig
- getPvcVolumes() - Method in class io.quarkus.kubernetes.deployment.KubernetesConfig
- getPvcVolumes() - Method in class io.quarkus.kubernetes.deployment.OpenshiftConfig
- getPvcVolumes() - Method in interface io.quarkus.kubernetes.deployment.PlatformConfiguration
- getReadinessProbe() - Method in class io.quarkus.kubernetes.deployment.KnativeConfig
- getReadinessProbe() - Method in class io.quarkus.kubernetes.deployment.KubernetesConfig
- getReadinessProbe() - Method in class io.quarkus.kubernetes.deployment.OpenshiftConfig
- getReadinessProbe() - Method in interface io.quarkus.kubernetes.deployment.PlatformConfiguration
- getReplicas() - Method in class io.quarkus.kubernetes.deployment.KubernetesConfig
- getReplicas() - Method in class io.quarkus.kubernetes.deployment.OpenshiftConfig
- getResourceName(PlatformConfiguration, ApplicationInfoBuildItem) - Static method in class io.quarkus.kubernetes.deployment.ResourceNameUtil
-
Provides the name of a generated Kubernetes resource.
- getResources() - Method in class io.quarkus.kubernetes.deployment.KnativeConfig
- getResources() - Method in class io.quarkus.kubernetes.deployment.KubernetesConfig
- getResources() - Method in class io.quarkus.kubernetes.deployment.OpenshiftConfig
- getResources() - Method in interface io.quarkus.kubernetes.deployment.PlatformConfiguration
- getSecretVolumes() - Method in class io.quarkus.kubernetes.deployment.KnativeConfig
- getSecretVolumes() - Method in class io.quarkus.kubernetes.deployment.KubernetesConfig
- getSecretVolumes() - Method in class io.quarkus.kubernetes.deployment.OpenshiftConfig
- getSecretVolumes() - Method in interface io.quarkus.kubernetes.deployment.PlatformConfiguration
- getServiceAccount() - Method in class io.quarkus.kubernetes.deployment.KnativeConfig
- getServiceAccount() - Method in class io.quarkus.kubernetes.deployment.KubernetesConfig
- getServiceAccount() - Method in class io.quarkus.kubernetes.deployment.OpenshiftConfig
- getServiceAccount() - Method in interface io.quarkus.kubernetes.deployment.PlatformConfiguration
- getServiceType() - Method in class io.quarkus.kubernetes.deployment.KnativeConfig
- getServiceType() - Method in class io.quarkus.kubernetes.deployment.KubernetesConfig
- getServiceType() - Method in class io.quarkus.kubernetes.deployment.OpenshiftConfig
- getServiceType() - Method in interface io.quarkus.kubernetes.deployment.PlatformConfiguration
- getSidecars() - Method in class io.quarkus.kubernetes.deployment.KnativeConfig
- getSidecars() - Method in class io.quarkus.kubernetes.deployment.KubernetesConfig
- getSidecars() - Method in class io.quarkus.kubernetes.deployment.OpenshiftConfig
- getSidecars() - Method in interface io.quarkus.kubernetes.deployment.PlatformConfiguration
- getTargetPlatformName() - Method in class io.quarkus.kubernetes.deployment.ContainerConfig
- getTargetPlatformName() - Method in interface io.quarkus.kubernetes.deployment.EnvVarHolder
-
Specifies which the name of the platform this EnvVarHolder targets.
- getTargetPlatformName() - Method in class io.quarkus.kubernetes.deployment.KnativeConfig
- getTargetPlatformName() - Method in class io.quarkus.kubernetes.deployment.KubernetesConfig
- getTargetPlatformName() - Method in class io.quarkus.kubernetes.deployment.OpenshiftConfig
- getUserSpecifiedDeploymentTargets() - Static method in class io.quarkus.kubernetes.deployment.KubernetesConfigUtil
- getVersion() - Method in class io.quarkus.kubernetes.deployment.KnativeConfig
- getVersion() - Method in class io.quarkus.kubernetes.deployment.KubernetesConfig
- getVersion() - Method in class io.quarkus.kubernetes.deployment.OpenshiftConfig
- getVersion() - Method in interface io.quarkus.kubernetes.deployment.PlatformConfiguration
- getWorkingDir() - Method in class io.quarkus.kubernetes.deployment.KnativeConfig
- getWorkingDir() - Method in class io.quarkus.kubernetes.deployment.KubernetesConfig
- getWorkingDir() - Method in class io.quarkus.kubernetes.deployment.OpenshiftConfig
- getWorkingDir() - Method in interface io.quarkus.kubernetes.deployment.PlatformConfiguration
- GitRepoVolumeConfig - Class in io.quarkus.kubernetes.deployment
- GitRepoVolumeConfig() - Constructor for class io.quarkus.kubernetes.deployment.GitRepoVolumeConfig
- GitRepoVolumeConfig$$accessor - Class in io.quarkus.kubernetes.deployment
- gitRepoVolumes - Variable in class io.quarkus.kubernetes.deployment.KnativeConfig
-
Git Repository volumes
- gitRepoVolumes - Variable in class io.quarkus.kubernetes.deployment.KubernetesConfig
-
Git Repository volumes
- gitRepoVolumes - Variable in class io.quarkus.kubernetes.deployment.OpenshiftConfig
-
Git Repository volumes
- globalAutoScaling - Variable in class io.quarkus.kubernetes.deployment.KnativeConfig
-
Global autoscaling configuration.
- GlobalAutoScalingConfig - Class in io.quarkus.kubernetes.deployment
- GlobalAutoScalingConfig() - Constructor for class io.quarkus.kubernetes.deployment.GlobalAutoScalingConfig
- GlobalAutoScalingConfig$$accessor - Class in io.quarkus.kubernetes.deployment
H
- hashCode() - Method in class io.quarkus.kubernetes.deployment.AddNamespaceDecorator
- hashCode() - Method in class io.quarkus.kubernetes.deployment.AddNamespaceToSubjectDecorator
- hashCode() - Method in class io.quarkus.kubernetes.deployment.AddPortToKnativeConfig
- hashCode() - Method in class io.quarkus.kubernetes.deployment.AddPortToKubernetesConfig
- hashCode() - Method in class io.quarkus.kubernetes.deployment.AddPortToOpenshiftConfig
- hasUserSuppliedAction() - Method in class io.quarkus.kubernetes.deployment.ProbeConfig
- host - Variable in class io.quarkus.kubernetes.deployment.ContainerConfig
-
The host under which the application is going to be exposed.
- host - Variable in class io.quarkus.kubernetes.deployment.ExpositionConfig
-
The host under which the application is going to be exposed
- host - Variable in class io.quarkus.kubernetes.deployment.KnativeConfig
-
The host under which the application is going to be exposed
- host - Variable in class io.quarkus.kubernetes.deployment.KubernetesConfig
-
Deprecated.Use the
quarkus.kubernetes.ingress.hostinstead - host - Variable in class io.quarkus.kubernetes.deployment.OpenshiftConfig
-
Deprecated.Use the
quarkus.openshift.route.hostinstead - HostAliasConfig - Class in io.quarkus.kubernetes.deployment
- HostAliasConfig() - Constructor for class io.quarkus.kubernetes.deployment.HostAliasConfig
- HostAliasConfig$$accessor - Class in io.quarkus.kubernetes.deployment
- HostAliasConverter - Class in io.quarkus.kubernetes.deployment
- HostAliasConverter() - Constructor for class io.quarkus.kubernetes.deployment.HostAliasConverter
- hostAliases - Variable in class io.quarkus.kubernetes.deployment.KnativeConfig
-
The host aliases
- hostAliases - Variable in class io.quarkus.kubernetes.deployment.KubernetesConfig
-
The host aliases
- hostAliases - Variable in class io.quarkus.kubernetes.deployment.OpenshiftConfig
-
The host aliases
- hostnames - Variable in class io.quarkus.kubernetes.deployment.HostAliasConfig
-
The hostnames to resolve to the ip
- hostPort - Variable in class io.quarkus.kubernetes.deployment.PortConfig
-
The host port.
- hpa - io.quarkus.kubernetes.deployment.AutoScalerClass
-
Horizontal Pod Autoscaler
- HTTP_PORT - Static variable in class io.quarkus.kubernetes.deployment.Constants
- httpActionPath - Variable in class io.quarkus.kubernetes.deployment.ProbeConfig
-
The http path to use for the probe For this to work, the container port also needs to be set Assuming the container port has been set (as per above comment), if execAction or tcpSocketAction are not set, an http probe will be used automatically even if no path is set (which will result in the root path being used)
I
- image - Variable in class io.quarkus.kubernetes.deployment.ContainerConfig
-
The container image.
- imagePullPolicy - Variable in class io.quarkus.kubernetes.deployment.ContainerConfig
-
Image pull policy.
- imagePullPolicy - Variable in class io.quarkus.kubernetes.deployment.KnativeConfig
-
Image pull policy
- imagePullPolicy - Variable in class io.quarkus.kubernetes.deployment.KubernetesConfig
-
Image pull policy
- imagePullPolicy - Variable in class io.quarkus.kubernetes.deployment.OpenshiftConfig
-
Image pull policy
- imagePullSecrets - Variable in class io.quarkus.kubernetes.deployment.ContainerConfig
-
The image pull secret
- imagePullSecrets - Variable in class io.quarkus.kubernetes.deployment.KnativeConfig
-
The image pull secret
- imagePullSecrets - Variable in class io.quarkus.kubernetes.deployment.KubernetesConfig
-
The image pull secret
- imagePullSecrets - Variable in class io.quarkus.kubernetes.deployment.OpenshiftConfig
-
The image pull secret
- ingress - Variable in class io.quarkus.kubernetes.deployment.KubernetesConfig
-
Ingress configuration
- initContainers - Variable in class io.quarkus.kubernetes.deployment.KnativeConfig
-
Init containers
- initContainers - Variable in class io.quarkus.kubernetes.deployment.KubernetesConfig
-
Init containers
- initContainers - Variable in class io.quarkus.kubernetes.deployment.OpenshiftConfig
-
Init containers
- initialDelay - Variable in class io.quarkus.kubernetes.deployment.ProbeConfig
-
The amount of time to wait before starting to probe.
- INSTANCE - Static variable in class io.quarkus.kubernetes.deployment.KubernetesDeploy
- io.quarkus.kubernetes.deployment - package io.quarkus.kubernetes.deployment
- ip - Variable in class io.quarkus.kubernetes.deployment.HostAliasConfig
-
The ip address
- isAddBuildTimestamp() - Method in class io.quarkus.kubernetes.deployment.KnativeConfig
- isAddBuildTimestamp() - Method in class io.quarkus.kubernetes.deployment.KubernetesConfig
- isAddBuildTimestamp() - Method in class io.quarkus.kubernetes.deployment.OpenshiftConfig
- isAddBuildTimestamp() - Method in interface io.quarkus.kubernetes.deployment.PlatformConfiguration
- isExpose() - Method in class io.quarkus.kubernetes.deployment.KubernetesConfig
- isExpose() - Method in class io.quarkus.kubernetes.deployment.OpenshiftConfig
- isExpose() - Method in interface io.quarkus.kubernetes.deployment.PlatformConfiguration
- isRegistryMissingAndNotS2I(Capabilities, ContainerImageInfoBuildItem) - Static method in class io.quarkus.kubernetes.deployment.ContainerImageUtil
K
- key - Variable in class io.quarkus.kubernetes.deployment.EnvVarFromConfigMapKeyConfig
-
The key identifying the field from which the value is extracted.
- kind - Variable in class io.quarkus.kubernetes.deployment.AzureDiskVolumeConfig
-
Kind of disk.
- kind - Variable in enum io.quarkus.kubernetes.deployment.KubernetesConfig.DeploymentResourceKind
- kind - Variable in enum io.quarkus.kubernetes.deployment.OpenshiftConfig.DeploymentResourceKind
- KNATIVE - Static variable in class io.quarkus.kubernetes.deployment.Constants
- KNATIVE_SERVICE - Static variable in class io.quarkus.kubernetes.deployment.Constants
- KNATIVE_SERVICE_GROUP - Static variable in class io.quarkus.kubernetes.deployment.Constants
- KNATIVE_SERVICE_VERSION - Static variable in class io.quarkus.kubernetes.deployment.Constants
- KnativeConfig - Class in io.quarkus.kubernetes.deployment
- KnativeConfig() - Constructor for class io.quarkus.kubernetes.deployment.KnativeConfig
- KnativeConfig$$accessor - Class in io.quarkus.kubernetes.deployment
- KnativeProcessor - Class in io.quarkus.kubernetes.deployment
- KnativeProcessor() - Constructor for class io.quarkus.kubernetes.deployment.KnativeProcessor
- kpa - io.quarkus.kubernetes.deployment.AutoScalerClass
-
Kubernetes Pod Autoscaler
- KUBERNETES - Static variable in class io.quarkus.kubernetes.deployment.Constants
- KubernetesCommonHelper - Class in io.quarkus.kubernetes.deployment
- KubernetesCommonHelper() - Constructor for class io.quarkus.kubernetes.deployment.KubernetesCommonHelper
- KubernetesConfig - Class in io.quarkus.kubernetes.deployment
- KubernetesConfig() - Constructor for class io.quarkus.kubernetes.deployment.KubernetesConfig
- KubernetesConfig.DeploymentResourceKind - Enum in io.quarkus.kubernetes.deployment
- KubernetesConfig$$accessor - Class in io.quarkus.kubernetes.deployment
- KubernetesConfigUtil - Class in io.quarkus.kubernetes.deployment
- KubernetesConfigUtil() - Constructor for class io.quarkus.kubernetes.deployment.KubernetesConfigUtil
- KubernetesDeploy - Class in io.quarkus.kubernetes.deployment
- KubernetesDeployer - Class in io.quarkus.kubernetes.deployment
- KubernetesDeployer() - Constructor for class io.quarkus.kubernetes.deployment.KubernetesDeployer
- KubernetesDeployerPrerequisite - Class in io.quarkus.kubernetes.deployment
- KubernetesDeployerPrerequisite() - Constructor for class io.quarkus.kubernetes.deployment.KubernetesDeployerPrerequisite
- KubernetesProcessor - Class in io.quarkus.kubernetes.deployment
- KubernetesProcessor() - Constructor for class io.quarkus.kubernetes.deployment.KubernetesProcessor
- KubernetesProcessor$$accessor - Class in io.quarkus.kubernetes.deployment
L
- labels - Variable in class io.quarkus.kubernetes.deployment.KnativeConfig
-
Custom labels to add to all resources
- labels - Variable in class io.quarkus.kubernetes.deployment.KubernetesConfig
-
Custom labels to add to all resources
- labels - Variable in class io.quarkus.kubernetes.deployment.OpenshiftConfig
-
Custom labels to add to all resources
- latestRevision - Variable in class io.quarkus.kubernetes.deployment.TrafficConfig
-
LatestRevision may be optionally provided to indicate that the latest ready Revision of the Configuration should be used for this traffic target.
- limits - Variable in class io.quarkus.kubernetes.deployment.ResourcesConfig
-
Limits Requirements
- livenessProbe - Variable in class io.quarkus.kubernetes.deployment.ContainerConfig
-
The liveness probe.
- livenessProbe - Variable in class io.quarkus.kubernetes.deployment.KnativeConfig
-
The liveness probe
- livenessProbe - Variable in class io.quarkus.kubernetes.deployment.KubernetesConfig
-
The liveness probe
- livenessProbe - Variable in class io.quarkus.kubernetes.deployment.OpenshiftConfig
-
The liveness probe
M
- Managed - io.quarkus.kubernetes.deployment.AzureDiskVolumeConfig.Kind
- mapping - Variable in class io.quarkus.kubernetes.deployment.EnvVarsConfig
-
The map recording the configuration of environment variable taking their value from resource (Secret or ConfigMap) keys
- MAX_NODE_PORT_VALUE - Static variable in class io.quarkus.kubernetes.deployment.Constants
- MAX_PORT_NUMBER - Static variable in class io.quarkus.kubernetes.deployment.Constants
- maxScale - Variable in class io.quarkus.kubernetes.deployment.KnativeConfig
-
This value controls the maximum number of replicas each revision should have.
- memory - Variable in class io.quarkus.kubernetes.deployment.ResourcesConfig.ResourcesRequirementsConfig
-
Memory Requirements
- metric - Variable in class io.quarkus.kubernetes.deployment.AutoScalingConfig
-
The autoscaling metric to use.
- MIN_NODE_PORT_VALUE - Static variable in class io.quarkus.kubernetes.deployment.Constants
- MIN_PORT_NUMBER - Static variable in class io.quarkus.kubernetes.deployment.Constants
- MINIKUBE - Static variable in class io.quarkus.kubernetes.deployment.Constants
- MinikubeManifestGenerator - Class in io.quarkus.kubernetes.deployment
- MinikubeManifestGenerator(ResourceRegistry, ConfigurationRegistry) - Constructor for class io.quarkus.kubernetes.deployment.MinikubeManifestGenerator
- MinikubeManifestGeneratorFactory - Class in io.quarkus.kubernetes.deployment
- MinikubeManifestGeneratorFactory() - Constructor for class io.quarkus.kubernetes.deployment.MinikubeManifestGeneratorFactory
- minScale - Variable in class io.quarkus.kubernetes.deployment.KnativeConfig
-
This value controls the minimum number of replicas each revision should have.
- MountConfig - Class in io.quarkus.kubernetes.deployment
- MountConfig() - Constructor for class io.quarkus.kubernetes.deployment.MountConfig
- MountConfig$$accessor - Class in io.quarkus.kubernetes.deployment
- MountConverter - Class in io.quarkus.kubernetes.deployment
- MountConverter() - Constructor for class io.quarkus.kubernetes.deployment.MountConverter
- mounts - Variable in class io.quarkus.kubernetes.deployment.ContainerConfig
-
Volume mounts.
- mounts - Variable in class io.quarkus.kubernetes.deployment.KnativeConfig
-
Volume mounts
- mounts - Variable in class io.quarkus.kubernetes.deployment.KubernetesConfig
-
Volume mounts
- mounts - Variable in class io.quarkus.kubernetes.deployment.OpenshiftConfig
-
Volume mounts
N
- name - Variable in class io.quarkus.kubernetes.deployment.EnvConfig
-
The environment variable name.
- name - Variable in class io.quarkus.kubernetes.deployment.KnativeConfig
-
The name of the application.
- name - Variable in class io.quarkus.kubernetes.deployment.KubernetesConfig
-
The name of the application.
- name - Variable in class io.quarkus.kubernetes.deployment.MountConfig
-
The name of the volumeName to mount.
- name - Variable in class io.quarkus.kubernetes.deployment.OpenshiftConfig
-
The name of the application.
- namespace - Variable in class io.quarkus.kubernetes.deployment.KnativeConfig
-
The namespace the generated resources should belong to.
- namespace - Variable in class io.quarkus.kubernetes.deployment.KubernetesConfig
-
The namespace the generated resources should belong to.
- namespace - Variable in class io.quarkus.kubernetes.deployment.OpenshiftConfig
-
The namespace the generated resources should belong to.
- nodePort - Variable in class io.quarkus.kubernetes.deployment.KubernetesConfig
-
The nodePort to set when serviceType is set to node-port.
- nodePort - Variable in class io.quarkus.kubernetes.deployment.OpenshiftConfig
-
The nodePort to set when serviceType is set to nodePort
- nodePort - Variable in class io.quarkus.kubernetes.deployment.PortConfig
-
The nodePort to which this port should be mapped to.
- None - io.quarkus.kubernetes.deployment.AzureDiskVolumeConfig.CachingMode
O
- OLD_DEPLOYMENT_TARGET - Static variable in class io.quarkus.kubernetes.deployment.Constants
- OPENSHIFT - Static variable in class io.quarkus.kubernetes.deployment.Constants
- OPENSHIFT_APP_RUNTIME - Static variable in class io.quarkus.kubernetes.deployment.Constants
- OpenshiftConfig - Class in io.quarkus.kubernetes.deployment
- OpenshiftConfig() - Constructor for class io.quarkus.kubernetes.deployment.OpenshiftConfig
- OpenshiftConfig.DeploymentResourceKind - Enum in io.quarkus.kubernetes.deployment
- OpenshiftConfig.OpenshiftFlavor - Enum in io.quarkus.kubernetes.deployment
- OpenshiftConfig$$accessor - Class in io.quarkus.kubernetes.deployment
- OpenshiftProcessor - Class in io.quarkus.kubernetes.deployment
- OpenshiftProcessor() - Constructor for class io.quarkus.kubernetes.deployment.OpenshiftProcessor
- optional - Variable in class io.quarkus.kubernetes.deployment.ConfigMapVolumeConfig
-
Optional
- optional - Variable in class io.quarkus.kubernetes.deployment.PvcVolumeConfig
-
Optional
- optional - Variable in class io.quarkus.kubernetes.deployment.SecretVolumeConfig
-
Optional
- order() - Method in class io.quarkus.kubernetes.deployment.MinikubeManifestGenerator
P
- parseInt(String) - Static method in class io.quarkus.kubernetes.deployment.FilePermissionUtil
-
When
valuestarts with0, parses it as an octal integer, otherwise as decimal. - partition - Variable in class io.quarkus.kubernetes.deployment.AwsElasticBlockStoreVolumeConfig
-
The partition.
- partOf - Variable in class io.quarkus.kubernetes.deployment.KnativeConfig
-
The name of the group this component belongs too
- partOf - Variable in class io.quarkus.kubernetes.deployment.KubernetesConfig
-
The name of the group this component belongs too
- partOf - Variable in class io.quarkus.kubernetes.deployment.OpenshiftConfig
-
The name of the group this component belongs too
- path - Variable in class io.quarkus.kubernetes.deployment.MountConfig
-
The path to mount.
- path - Variable in class io.quarkus.kubernetes.deployment.PortConfig
-
The application path (refers to web application path).
- path - Variable in class io.quarkus.kubernetes.deployment.PrometheusConfig
-
Define the annotation used to indicate the path to scrape.
- percent - Variable in class io.quarkus.kubernetes.deployment.TrafficConfig
-
Percent indicates that percentage based routing should be used and the value indicates the percent of traffic that is be routed to this Revision or Configuration.
- period - Variable in class io.quarkus.kubernetes.deployment.ProbeConfig
-
The period in which the action should be called.
- PlatformConfiguration - Interface in io.quarkus.kubernetes.deployment
- populateInternalRegistry(OpenshiftConfig, ContainerImageConfig, BuildProducer<FallbackContainerImageRegistryBuildItem>) - Method in class io.quarkus.kubernetes.deployment.OpenshiftProcessor
- port - Variable in class io.quarkus.kubernetes.deployment.PrometheusConfig
-
Define the annotation used to indicate the port to scrape.
- PortConfig - Class in io.quarkus.kubernetes.deployment
- PortConfig() - Constructor for class io.quarkus.kubernetes.deployment.PortConfig
- PortConverter - Class in io.quarkus.kubernetes.deployment
- PortConverter() - Constructor for class io.quarkus.kubernetes.deployment.PortConverter
- ports - Variable in class io.quarkus.kubernetes.deployment.ContainerConfig
-
The application ports.
- ports - Variable in class io.quarkus.kubernetes.deployment.KnativeConfig
-
The application ports
- ports - Variable in class io.quarkus.kubernetes.deployment.KubernetesConfig
-
The application ports
- ports - Variable in class io.quarkus.kubernetes.deployment.OpenshiftConfig
-
The application ports
- prefix - Variable in class io.quarkus.kubernetes.deployment.PrometheusConfig
-
Define the annotation prefix used for scrape values, this value will be used as the base for other annotation name defaults.
- prepare(ContainerImageInfoBuildItem, Optional<SelectedKubernetesDeploymentTargetBuildItem>, BuildProducer<ContainerImageBuildRequestBuildItem>, BuildProducer<ContainerImagePushRequestBuildItem>) - Method in class io.quarkus.kubernetes.deployment.KubernetesDeployerPrerequisite
- ProbeConfig - Class in io.quarkus.kubernetes.deployment
- ProbeConfig() - Constructor for class io.quarkus.kubernetes.deployment.ProbeConfig
- ProbeConfig$$accessor - Class in io.quarkus.kubernetes.deployment
- ProbeConverter - Class in io.quarkus.kubernetes.deployment
- ProbeConverter() - Constructor for class io.quarkus.kubernetes.deployment.ProbeConverter
- process(KubernetesEnvBuildItem) - Method in class io.quarkus.kubernetes.deployment.EnvVarValidator
-
Processes the specified
KubernetesEnvBuildItemto check whether it's valid with respect to the set of already known configuration, accumulating errors or outputting warnings if needed. - process(String, Optional<String>, Optional<String>, Optional<String>, Optional<String>, String, boolean...) - Method in class io.quarkus.kubernetes.deployment.EnvVarValidator
- produceFeature() - Method in class io.quarkus.kubernetes.deployment.KubernetesProcessor
- prometheus - Variable in class io.quarkus.kubernetes.deployment.KnativeConfig
-
Prometheus configuration
- prometheus - Variable in class io.quarkus.kubernetes.deployment.KubernetesConfig
-
Prometheus configuration
- prometheus - Variable in class io.quarkus.kubernetes.deployment.OpenshiftConfig
-
Prometheus configuration
- PrometheusConfig - Class in io.quarkus.kubernetes.deployment
- PrometheusConfig() - Constructor for class io.quarkus.kubernetes.deployment.PrometheusConfig
- PrometheusConfig$$accessor - Class in io.quarkus.kubernetes.deployment
- protocol - Variable in class io.quarkus.kubernetes.deployment.PortConfig
-
The protocol.
- PvcVolumeConfig - Class in io.quarkus.kubernetes.deployment
- PvcVolumeConfig() - Constructor for class io.quarkus.kubernetes.deployment.PvcVolumeConfig
- PvcVolumeConfig$$accessor - Class in io.quarkus.kubernetes.deployment
- PvcVolumeConverter - Class in io.quarkus.kubernetes.deployment
- PvcVolumeConverter() - Constructor for class io.quarkus.kubernetes.deployment.PvcVolumeConverter
- pvcVolumes - Variable in class io.quarkus.kubernetes.deployment.KnativeConfig
-
Persistent Volume Claim volumes
- pvcVolumes - Variable in class io.quarkus.kubernetes.deployment.KubernetesConfig
-
Persistent Volume Claim volumes
- pvcVolumes - Variable in class io.quarkus.kubernetes.deployment.OpenshiftConfig
-
Persistent Volume Claim volumes
Q
- QUARKUS - Static variable in class io.quarkus.kubernetes.deployment.Constants
- QUARKUS_ANNOTATIONS_BUILD_TIMESTAMP - Static variable in class io.quarkus.kubernetes.deployment.Constants
- QUARKUS_ANNOTATIONS_COMMIT_ID - Static variable in class io.quarkus.kubernetes.deployment.Constants
- QUARKUS_ANNOTATIONS_VCS_URL - Static variable in class io.quarkus.kubernetes.deployment.Constants
R
- readinessProbe - Variable in class io.quarkus.kubernetes.deployment.ContainerConfig
-
The readiness probe.
- readinessProbe - Variable in class io.quarkus.kubernetes.deployment.KnativeConfig
-
The readiness probe
- readinessProbe - Variable in class io.quarkus.kubernetes.deployment.KubernetesConfig
-
The readiness probe
- readinessProbe - Variable in class io.quarkus.kubernetes.deployment.OpenshiftConfig
-
The readiness probe
- readOnly - Variable in class io.quarkus.kubernetes.deployment.AwsElasticBlockStoreVolumeConfig
-
Wether the volumeName is read only or not.
- readOnly - Variable in class io.quarkus.kubernetes.deployment.AzureDiskVolumeConfig
-
Wether the volumeName is read only or not.
- readOnly - Variable in class io.quarkus.kubernetes.deployment.AzureFileVolumeConfig
-
Wether the volumeName is read only or not.
- readOnly - Variable in class io.quarkus.kubernetes.deployment.MountConfig
-
ReadOnly
- ReadOnly - io.quarkus.kubernetes.deployment.AzureDiskVolumeConfig.CachingMode
- ReadWrite - io.quarkus.kubernetes.deployment.AzureDiskVolumeConfig.CachingMode
- RemoveBuilderImageResourceDecorator - Class in io.quarkus.kubernetes.deployment
- RemoveBuilderImageResourceDecorator(String) - Constructor for class io.quarkus.kubernetes.deployment.RemoveBuilderImageResourceDecorator
- RemoveCommandDecorator - Class in io.quarkus.kubernetes.deployment
- RemoveCommandDecorator(String, String) - Constructor for class io.quarkus.kubernetes.deployment.RemoveCommandDecorator
- RemoveDeploymentConfigResourceDecorator - Class in io.quarkus.kubernetes.deployment
- RemoveDeploymentConfigResourceDecorator(String) - Constructor for class io.quarkus.kubernetes.deployment.RemoveDeploymentConfigResourceDecorator
- RemoveDeploymentResourceDecorator - Class in io.quarkus.kubernetes.deployment
- RemoveDeploymentResourceDecorator(String) - Constructor for class io.quarkus.kubernetes.deployment.RemoveDeploymentResourceDecorator
- RemoveDeploymentTriggerDecorator - Class in io.quarkus.kubernetes.deployment
- RemoveDeploymentTriggerDecorator() - Constructor for class io.quarkus.kubernetes.deployment.RemoveDeploymentTriggerDecorator
- RemoveOptionalFromConfigMapEnvSourceDecorator - Class in io.quarkus.kubernetes.deployment
- RemoveOptionalFromConfigMapEnvSourceDecorator() - Constructor for class io.quarkus.kubernetes.deployment.RemoveOptionalFromConfigMapEnvSourceDecorator
- RemoveOptionalFromConfigMapKeySelectorDecorator - Class in io.quarkus.kubernetes.deployment
- RemoveOptionalFromConfigMapKeySelectorDecorator() - Constructor for class io.quarkus.kubernetes.deployment.RemoveOptionalFromConfigMapKeySelectorDecorator
- RemoveOptionalFromSecretEnvSourceDecorator - Class in io.quarkus.kubernetes.deployment
- RemoveOptionalFromSecretEnvSourceDecorator() - Constructor for class io.quarkus.kubernetes.deployment.RemoveOptionalFromSecretEnvSourceDecorator
- RemoveOptionalFromSecretKeySelectorDecorator - Class in io.quarkus.kubernetes.deployment
- RemoveOptionalFromSecretKeySelectorDecorator() - Constructor for class io.quarkus.kubernetes.deployment.RemoveOptionalFromSecretKeySelectorDecorator
- replicas - Variable in class io.quarkus.kubernetes.deployment.KubernetesConfig
-
The number of desired pods
- replicas - Variable in class io.quarkus.kubernetes.deployment.OpenshiftConfig
-
The number of desired pods
- repository - Variable in class io.quarkus.kubernetes.deployment.GitRepoVolumeConfig
-
Git repoistory URL.
- requests - Variable in class io.quarkus.kubernetes.deployment.ResourcesConfig
-
Requests Requirements
- requestsPerSecond - Variable in class io.quarkus.kubernetes.deployment.GlobalAutoScalingConfig
-
The requests per second per replica.
- ResourceNameUtil - Class in io.quarkus.kubernetes.deployment
- resources - Variable in class io.quarkus.kubernetes.deployment.ContainerConfig
-
Resources requirements
- resources - Variable in class io.quarkus.kubernetes.deployment.KnativeConfig
-
Resources requirements
- resources - Variable in class io.quarkus.kubernetes.deployment.KubernetesConfig
-
Resources requirements
- resources - Variable in class io.quarkus.kubernetes.deployment.OpenshiftConfig
-
Resources requirements
- ResourcesConfig - Class in io.quarkus.kubernetes.deployment
- ResourcesConfig() - Constructor for class io.quarkus.kubernetes.deployment.ResourcesConfig
- ResourcesConfig.ResourcesRequirementsConfig - Class in io.quarkus.kubernetes.deployment
- ResourcesConfig$$accessor - Class in io.quarkus.kubernetes.deployment
- ResourcesConfig$ResourcesRequirementsConfig$$accessor - Class in io.quarkus.kubernetes.deployment
- ResourcesRequirementsConfig() - Constructor for class io.quarkus.kubernetes.deployment.ResourcesConfig.ResourcesRequirementsConfig
- revision - Variable in class io.quarkus.kubernetes.deployment.GitRepoVolumeConfig
-
The commit hash to use.
- revisionAutoScaling - Variable in class io.quarkus.kubernetes.deployment.KnativeConfig
-
Revision autoscaling configuration.
- revisionName - Variable in class io.quarkus.kubernetes.deployment.KnativeConfig
-
The name of the revision.
- revisionName - Variable in class io.quarkus.kubernetes.deployment.TrafficConfig
-
RevisionName of a specific revision to which to send this portion of traffic.
- route - Variable in class io.quarkus.kubernetes.deployment.OpenshiftConfig
-
Openshift route configuration
- ROUTE - Static variable in class io.quarkus.kubernetes.deployment.Constants
- ROUTE_API_GROUP - Static variable in class io.quarkus.kubernetes.deployment.Constants
- rps - io.quarkus.kubernetes.deployment.AutoScalingMetric
-
Requests per second
S
- S2I - Static variable in class io.quarkus.kubernetes.deployment.Constants
- scaleToZeroEnabled - Variable in class io.quarkus.kubernetes.deployment.KnativeConfig
-
The scale-to-zero values control whether Knative allows revisions to scale down to zero, or stops at “1”.
- scheme - Variable in class io.quarkus.kubernetes.deployment.PrometheusConfig
-
Define the annotation used to indicate the scheme to use for scraping By default,
/schemewill be appended to the defined prefix. - scrape - Variable in class io.quarkus.kubernetes.deployment.PrometheusConfig
-
Define the annotation used to indicate services that should be scraped.
- secret - Variable in class io.quarkus.kubernetes.deployment.EnvConfig
-
The environment variable secret.
- secretName - Variable in class io.quarkus.kubernetes.deployment.AzureFileVolumeConfig
-
The secret name.
- secretName - Variable in class io.quarkus.kubernetes.deployment.SecretVolumeConfig
-
The name of the secret to mount.
- secrets - Variable in class io.quarkus.kubernetes.deployment.EnvVarsConfig
-
The optional list of Secret names to load environment variables from.
- SecretVolumeConfig - Class in io.quarkus.kubernetes.deployment
- SecretVolumeConfig() - Constructor for class io.quarkus.kubernetes.deployment.SecretVolumeConfig
- SecretVolumeConfig$$accessor - Class in io.quarkus.kubernetes.deployment
- SecretVolumeConverter - Class in io.quarkus.kubernetes.deployment
- SecretVolumeConverter() - Constructor for class io.quarkus.kubernetes.deployment.SecretVolumeConverter
- secretVolumes - Variable in class io.quarkus.kubernetes.deployment.KnativeConfig
-
Secret volumes
- secretVolumes - Variable in class io.quarkus.kubernetes.deployment.KubernetesConfig
-
Secret volumes
- secretVolumes - Variable in class io.quarkus.kubernetes.deployment.OpenshiftConfig
-
Secret volumes
- selectDeploymentTarget(ContainerImageInfoBuildItem, EnabledKubernetesDeploymentTargetsBuildItem, Capabilities, BuildProducer<SelectedKubernetesDeploymentTargetBuildItem>) - Method in class io.quarkus.kubernetes.deployment.KubernetesDeployer
- SelectedKubernetesDeploymentTargetBuildItem - Class in io.quarkus.kubernetes.deployment
- SelectedKubernetesDeploymentTargetBuildItem(DeploymentTargetEntry) - Constructor for class io.quarkus.kubernetes.deployment.SelectedKubernetesDeploymentTargetBuildItem
- serviceAccount - Variable in class io.quarkus.kubernetes.deployment.ContainerConfig
-
The service account.
- serviceAccount - Variable in class io.quarkus.kubernetes.deployment.KnativeConfig
-
The service account
- serviceAccount - Variable in class io.quarkus.kubernetes.deployment.KubernetesConfig
-
The service account
- serviceAccount - Variable in class io.quarkus.kubernetes.deployment.OpenshiftConfig
-
The service account
- serviceType - Variable in class io.quarkus.kubernetes.deployment.KnativeConfig
-
The type of service that will be generated for the application
- serviceType - Variable in class io.quarkus.kubernetes.deployment.KubernetesConfig
-
The type of service that will be generated for the application
- serviceType - Variable in class io.quarkus.kubernetes.deployment.OpenshiftConfig
-
The type of service that will be generated for the application
- set_addBuildTimestamp(Object, boolean) - Static method in class io.quarkus.kubernetes.deployment.KnativeConfig$$accessor
- set_addBuildTimestamp(Object, boolean) - Static method in class io.quarkus.kubernetes.deployment.KubernetesConfig$$accessor
- set_addBuildTimestamp(Object, boolean) - Static method in class io.quarkus.kubernetes.deployment.OpenshiftConfig$$accessor
- set_addVersionToLabelSelectors(Object, boolean) - Static method in class io.quarkus.kubernetes.deployment.KubernetesConfig$$accessor
- set_addVersionToLabelSelectors(Object, boolean) - Static method in class io.quarkus.kubernetes.deployment.OpenshiftConfig$$accessor
- set_annotations(Object, boolean) - Static method in class io.quarkus.kubernetes.deployment.PrometheusConfig$$accessor
- set_annotations(Object, Object) - Static method in class io.quarkus.kubernetes.deployment.ExpositionConfig$$accessor
- set_annotations(Object, Object) - Static method in class io.quarkus.kubernetes.deployment.KnativeConfig$$accessor
- set_annotations(Object, Object) - Static method in class io.quarkus.kubernetes.deployment.KubernetesConfig$$accessor
- set_annotations(Object, Object) - Static method in class io.quarkus.kubernetes.deployment.OpenshiftConfig$$accessor
- set_appConfigMap(Object, Object) - Static method in class io.quarkus.kubernetes.deployment.KnativeConfig$$accessor
- set_appConfigMap(Object, Object) - Static method in class io.quarkus.kubernetes.deployment.KubernetesConfig$$accessor
- set_appConfigMap(Object, Object) - Static method in class io.quarkus.kubernetes.deployment.OpenshiftConfig$$accessor
- set_appSecret(Object, Object) - Static method in class io.quarkus.kubernetes.deployment.KnativeConfig$$accessor
- set_appSecret(Object, Object) - Static method in class io.quarkus.kubernetes.deployment.KubernetesConfig$$accessor
- set_appSecret(Object, Object) - Static method in class io.quarkus.kubernetes.deployment.OpenshiftConfig$$accessor
- set_arguments(Object, Object) - Static method in class io.quarkus.kubernetes.deployment.ContainerConfig$$accessor
- set_arguments(Object, Object) - Static method in class io.quarkus.kubernetes.deployment.KnativeConfig$$accessor
- set_arguments(Object, Object) - Static method in class io.quarkus.kubernetes.deployment.KubernetesConfig$$accessor
- set_arguments(Object, Object) - Static method in class io.quarkus.kubernetes.deployment.OpenshiftConfig$$accessor
- set_autoScalerClass(Object, Object) - Static method in class io.quarkus.kubernetes.deployment.AutoScalingConfig$$accessor
- set_autoScalerClass(Object, Object) - Static method in class io.quarkus.kubernetes.deployment.GlobalAutoScalingConfig$$accessor
- set_awsElasticBlockStoreVolumes(Object, Object) - Static method in class io.quarkus.kubernetes.deployment.KnativeConfig$$accessor
- set_awsElasticBlockStoreVolumes(Object, Object) - Static method in class io.quarkus.kubernetes.deployment.KubernetesConfig$$accessor
- set_awsElasticBlockStoreVolumes(Object, Object) - Static method in class io.quarkus.kubernetes.deployment.OpenshiftConfig$$accessor
- set_azureDiskVolumes(Object, Object) - Static method in class io.quarkus.kubernetes.deployment.KnativeConfig$$accessor
- set_azureDiskVolumes(Object, Object) - Static method in class io.quarkus.kubernetes.deployment.KubernetesConfig$$accessor
- set_azureDiskVolumes(Object, Object) - Static method in class io.quarkus.kubernetes.deployment.OpenshiftConfig$$accessor
- set_azureFileVolumes(Object, Object) - Static method in class io.quarkus.kubernetes.deployment.KnativeConfig$$accessor
- set_azureFileVolumes(Object, Object) - Static method in class io.quarkus.kubernetes.deployment.KubernetesConfig$$accessor
- set_azureFileVolumes(Object, Object) - Static method in class io.quarkus.kubernetes.deployment.OpenshiftConfig$$accessor
- set_cachingMode(Object, Object) - Static method in class io.quarkus.kubernetes.deployment.AzureDiskVolumeConfig$$accessor
- set_claimName(Object, Object) - Static method in class io.quarkus.kubernetes.deployment.PvcVolumeConfig$$accessor
- set_command(Object, Object) - Static method in class io.quarkus.kubernetes.deployment.ContainerConfig$$accessor
- set_command(Object, Object) - Static method in class io.quarkus.kubernetes.deployment.KnativeConfig$$accessor
- set_command(Object, Object) - Static method in class io.quarkus.kubernetes.deployment.KubernetesConfig$$accessor
- set_command(Object, Object) - Static method in class io.quarkus.kubernetes.deployment.OpenshiftConfig$$accessor
- set_configmap(Object, Object) - Static method in class io.quarkus.kubernetes.deployment.EnvConfig$$accessor
- set_configmap(Object, Object) - Static method in class io.quarkus.kubernetes.deployment.EnvVarFromConfigMapKeyConfig$$accessor
- set_configMapName(Object, Object) - Static method in class io.quarkus.kubernetes.deployment.ConfigMapVolumeConfig$$accessor
- set_configmaps(Object, Object) - Static method in class io.quarkus.kubernetes.deployment.EnvVarsConfig$$accessor
- set_configMapVolumes(Object, Object) - Static method in class io.quarkus.kubernetes.deployment.KnativeConfig$$accessor
- set_configMapVolumes(Object, Object) - Static method in class io.quarkus.kubernetes.deployment.KubernetesConfig$$accessor
- set_configMapVolumes(Object, Object) - Static method in class io.quarkus.kubernetes.deployment.OpenshiftConfig$$accessor
- set_containerConcurrency(Object, Object) - Static method in class io.quarkus.kubernetes.deployment.AutoScalingConfig$$accessor
- set_containerConcurrency(Object, Object) - Static method in class io.quarkus.kubernetes.deployment.GlobalAutoScalingConfig$$accessor
- set_containers(Object, Object) - Static method in class io.quarkus.kubernetes.deployment.KnativeConfig$$accessor
- set_containers(Object, Object) - Static method in class io.quarkus.kubernetes.deployment.OpenshiftConfig$$accessor
- set_cpu(Object, Object) - Static method in class io.quarkus.kubernetes.deployment.ResourcesConfig$ResourcesRequirementsConfig$$accessor
- set_defaultMode(Object, Object) - Static method in class io.quarkus.kubernetes.deployment.ConfigMapVolumeConfig$$accessor
- set_defaultMode(Object, Object) - Static method in class io.quarkus.kubernetes.deployment.PvcVolumeConfig$$accessor
- set_defaultMode(Object, Object) - Static method in class io.quarkus.kubernetes.deployment.SecretVolumeConfig$$accessor
- set_deploy(Object, boolean) - Static method in class io.quarkus.kubernetes.deployment.KubernetesConfig$$accessor
- set_deploymentKind(Object, Object) - Static method in class io.quarkus.kubernetes.deployment.KubernetesConfig$$accessor
- set_deploymentKind(Object, Object) - Static method in class io.quarkus.kubernetes.deployment.OpenshiftConfig$$accessor
- set_deploymentTarget(Object, Object) - Static method in class io.quarkus.kubernetes.deployment.KubernetesConfig$$accessor
- set_directory(Object, Object) - Static method in class io.quarkus.kubernetes.deployment.GitRepoVolumeConfig$$accessor
- set_diskName(Object, Object) - Static method in class io.quarkus.kubernetes.deployment.AzureDiskVolumeConfig$$accessor
- set_diskURI(Object, Object) - Static method in class io.quarkus.kubernetes.deployment.AzureDiskVolumeConfig$$accessor
- set_env(Object, Object) - Static method in class io.quarkus.kubernetes.deployment.ContainerConfig$$accessor
- set_env(Object, Object) - Static method in class io.quarkus.kubernetes.deployment.KnativeConfig$$accessor
- set_env(Object, Object) - Static method in class io.quarkus.kubernetes.deployment.KubernetesConfig$$accessor
- set_env(Object, Object) - Static method in class io.quarkus.kubernetes.deployment.OpenshiftConfig$$accessor
- set_envVars(Object, Object) - Static method in class io.quarkus.kubernetes.deployment.ContainerConfig$$accessor
- set_envVars(Object, Object) - Static method in class io.quarkus.kubernetes.deployment.KnativeConfig$$accessor
- set_envVars(Object, Object) - Static method in class io.quarkus.kubernetes.deployment.KubernetesConfig$$accessor
- set_envVars(Object, Object) - Static method in class io.quarkus.kubernetes.deployment.OpenshiftConfig$$accessor
- set_execAction(Object, Object) - Static method in class io.quarkus.kubernetes.deployment.ProbeConfig$$accessor
- set_expose(Object, boolean) - Static method in class io.quarkus.kubernetes.deployment.ExpositionConfig$$accessor
- set_expose(Object, boolean) - Static method in class io.quarkus.kubernetes.deployment.KubernetesConfig$$accessor
- set_expose(Object, boolean) - Static method in class io.quarkus.kubernetes.deployment.OpenshiftConfig$$accessor
- set_failureThreshold(Object, Object) - Static method in class io.quarkus.kubernetes.deployment.ProbeConfig$$accessor
- set_field(Object, Object) - Static method in class io.quarkus.kubernetes.deployment.EnvConfig$$accessor
- set_fields(Object, Object) - Static method in class io.quarkus.kubernetes.deployment.EnvVarsConfig$$accessor
- set_flavor(Object, Object) - Static method in class io.quarkus.kubernetes.deployment.OpenshiftConfig$$accessor
- set_fromConfigmap(Object, Object) - Static method in class io.quarkus.kubernetes.deployment.EnvVarFromKeyConfig$$accessor
- set_fromSecret(Object, Object) - Static method in class io.quarkus.kubernetes.deployment.EnvVarFromKeyConfig$$accessor
- set_fsType(Object, Object) - Static method in class io.quarkus.kubernetes.deployment.AwsElasticBlockStoreVolumeConfig$$accessor
- set_fsType(Object, Object) - Static method in class io.quarkus.kubernetes.deployment.AzureDiskVolumeConfig$$accessor
- set_gitRepoVolumes(Object, Object) - Static method in class io.quarkus.kubernetes.deployment.KnativeConfig$$accessor
- set_gitRepoVolumes(Object, Object) - Static method in class io.quarkus.kubernetes.deployment.KubernetesConfig$$accessor
- set_gitRepoVolumes(Object, Object) - Static method in class io.quarkus.kubernetes.deployment.OpenshiftConfig$$accessor
- set_globalAutoScaling(Object, Object) - Static method in class io.quarkus.kubernetes.deployment.KnativeConfig$$accessor
- set_host(Object, Object) - Static method in class io.quarkus.kubernetes.deployment.ContainerConfig$$accessor
- set_host(Object, Object) - Static method in class io.quarkus.kubernetes.deployment.ExpositionConfig$$accessor
- set_host(Object, Object) - Static method in class io.quarkus.kubernetes.deployment.KnativeConfig$$accessor
- set_host(Object, Object) - Static method in class io.quarkus.kubernetes.deployment.KubernetesConfig$$accessor
- set_host(Object, Object) - Static method in class io.quarkus.kubernetes.deployment.OpenshiftConfig$$accessor
- set_hostAliases(Object, Object) - Static method in class io.quarkus.kubernetes.deployment.KnativeConfig$$accessor
- set_hostAliases(Object, Object) - Static method in class io.quarkus.kubernetes.deployment.KubernetesConfig$$accessor
- set_hostAliases(Object, Object) - Static method in class io.quarkus.kubernetes.deployment.OpenshiftConfig$$accessor
- set_hostnames(Object, Object) - Static method in class io.quarkus.kubernetes.deployment.HostAliasConfig$$accessor
- set_httpActionPath(Object, Object) - Static method in class io.quarkus.kubernetes.deployment.ProbeConfig$$accessor
- set_image(Object, Object) - Static method in class io.quarkus.kubernetes.deployment.ContainerConfig$$accessor
- set_imagePullPolicy(Object, Object) - Static method in class io.quarkus.kubernetes.deployment.ContainerConfig$$accessor
- set_imagePullPolicy(Object, Object) - Static method in class io.quarkus.kubernetes.deployment.KnativeConfig$$accessor
- set_imagePullPolicy(Object, Object) - Static method in class io.quarkus.kubernetes.deployment.KubernetesConfig$$accessor
- set_imagePullPolicy(Object, Object) - Static method in class io.quarkus.kubernetes.deployment.OpenshiftConfig$$accessor
- set_imagePullSecrets(Object, Object) - Static method in class io.quarkus.kubernetes.deployment.ContainerConfig$$accessor
- set_imagePullSecrets(Object, Object) - Static method in class io.quarkus.kubernetes.deployment.KnativeConfig$$accessor
- set_imagePullSecrets(Object, Object) - Static method in class io.quarkus.kubernetes.deployment.KubernetesConfig$$accessor
- set_imagePullSecrets(Object, Object) - Static method in class io.quarkus.kubernetes.deployment.OpenshiftConfig$$accessor
- set_ingress(Object, Object) - Static method in class io.quarkus.kubernetes.deployment.KubernetesConfig$$accessor
- set_initContainers(Object, Object) - Static method in class io.quarkus.kubernetes.deployment.KnativeConfig$$accessor
- set_initContainers(Object, Object) - Static method in class io.quarkus.kubernetes.deployment.KubernetesConfig$$accessor
- set_initContainers(Object, Object) - Static method in class io.quarkus.kubernetes.deployment.OpenshiftConfig$$accessor
- set_initialDelay(Object, Object) - Static method in class io.quarkus.kubernetes.deployment.ProbeConfig$$accessor
- set_ip(Object, Object) - Static method in class io.quarkus.kubernetes.deployment.HostAliasConfig$$accessor
- set_key(Object, Object) - Static method in class io.quarkus.kubernetes.deployment.EnvVarFromConfigMapKeyConfig$$accessor
- set_kind(Object, Object) - Static method in class io.quarkus.kubernetes.deployment.AzureDiskVolumeConfig$$accessor
- set_labels(Object, Object) - Static method in class io.quarkus.kubernetes.deployment.KnativeConfig$$accessor
- set_labels(Object, Object) - Static method in class io.quarkus.kubernetes.deployment.KubernetesConfig$$accessor
- set_labels(Object, Object) - Static method in class io.quarkus.kubernetes.deployment.OpenshiftConfig$$accessor
- set_latestRevision(Object, Object) - Static method in class io.quarkus.kubernetes.deployment.TrafficConfig$$accessor
- set_limits(Object, Object) - Static method in class io.quarkus.kubernetes.deployment.ResourcesConfig$$accessor
- set_livenessProbe(Object, Object) - Static method in class io.quarkus.kubernetes.deployment.ContainerConfig$$accessor
- set_livenessProbe(Object, Object) - Static method in class io.quarkus.kubernetes.deployment.KnativeConfig$$accessor
- set_livenessProbe(Object, Object) - Static method in class io.quarkus.kubernetes.deployment.KubernetesConfig$$accessor
- set_livenessProbe(Object, Object) - Static method in class io.quarkus.kubernetes.deployment.OpenshiftConfig$$accessor
- set_mapping(Object, Object) - Static method in class io.quarkus.kubernetes.deployment.EnvVarsConfig$$accessor
- set_maxScale(Object, Object) - Static method in class io.quarkus.kubernetes.deployment.KnativeConfig$$accessor
- set_memory(Object, Object) - Static method in class io.quarkus.kubernetes.deployment.ResourcesConfig$ResourcesRequirementsConfig$$accessor
- set_metric(Object, Object) - Static method in class io.quarkus.kubernetes.deployment.AutoScalingConfig$$accessor
- set_minScale(Object, Object) - Static method in class io.quarkus.kubernetes.deployment.KnativeConfig$$accessor
- set_mounts(Object, Object) - Static method in class io.quarkus.kubernetes.deployment.ContainerConfig$$accessor
- set_mounts(Object, Object) - Static method in class io.quarkus.kubernetes.deployment.KnativeConfig$$accessor
- set_mounts(Object, Object) - Static method in class io.quarkus.kubernetes.deployment.KubernetesConfig$$accessor
- set_mounts(Object, Object) - Static method in class io.quarkus.kubernetes.deployment.OpenshiftConfig$$accessor
- set_name(Object, Object) - Static method in class io.quarkus.kubernetes.deployment.EnvConfig$$accessor
- set_name(Object, Object) - Static method in class io.quarkus.kubernetes.deployment.KnativeConfig$$accessor
- set_name(Object, Object) - Static method in class io.quarkus.kubernetes.deployment.KubernetesConfig$$accessor
- set_name(Object, Object) - Static method in class io.quarkus.kubernetes.deployment.MountConfig$$accessor
- set_name(Object, Object) - Static method in class io.quarkus.kubernetes.deployment.OpenshiftConfig$$accessor
- set_namespace(Object, Object) - Static method in class io.quarkus.kubernetes.deployment.KnativeConfig$$accessor
- set_namespace(Object, Object) - Static method in class io.quarkus.kubernetes.deployment.KubernetesConfig$$accessor
- set_namespace(Object, Object) - Static method in class io.quarkus.kubernetes.deployment.OpenshiftConfig$$accessor
- set_nodePort(Object, Object) - Static method in class io.quarkus.kubernetes.deployment.KubernetesConfig$$accessor
- set_nodePort(Object, Object) - Static method in class io.quarkus.kubernetes.deployment.OpenshiftConfig$$accessor
- set_optional(Object, boolean) - Static method in class io.quarkus.kubernetes.deployment.ConfigMapVolumeConfig$$accessor
- set_optional(Object, boolean) - Static method in class io.quarkus.kubernetes.deployment.PvcVolumeConfig$$accessor
- set_optional(Object, boolean) - Static method in class io.quarkus.kubernetes.deployment.SecretVolumeConfig$$accessor
- set_partition(Object, Object) - Static method in class io.quarkus.kubernetes.deployment.AwsElasticBlockStoreVolumeConfig$$accessor
- set_partOf(Object, Object) - Static method in class io.quarkus.kubernetes.deployment.KnativeConfig$$accessor
- set_partOf(Object, Object) - Static method in class io.quarkus.kubernetes.deployment.KubernetesConfig$$accessor
- set_partOf(Object, Object) - Static method in class io.quarkus.kubernetes.deployment.OpenshiftConfig$$accessor
- set_path(Object, Object) - Static method in class io.quarkus.kubernetes.deployment.MountConfig$$accessor
- set_path(Object, Object) - Static method in class io.quarkus.kubernetes.deployment.PrometheusConfig$$accessor
- set_percent(Object, Object) - Static method in class io.quarkus.kubernetes.deployment.TrafficConfig$$accessor
- set_period(Object, Object) - Static method in class io.quarkus.kubernetes.deployment.ProbeConfig$$accessor
- set_port(Object, Object) - Static method in class io.quarkus.kubernetes.deployment.PrometheusConfig$$accessor
- set_ports(Object, Object) - Static method in class io.quarkus.kubernetes.deployment.ContainerConfig$$accessor
- set_ports(Object, Object) - Static method in class io.quarkus.kubernetes.deployment.KnativeConfig$$accessor
- set_ports(Object, Object) - Static method in class io.quarkus.kubernetes.deployment.KubernetesConfig$$accessor
- set_ports(Object, Object) - Static method in class io.quarkus.kubernetes.deployment.OpenshiftConfig$$accessor
- set_prefix(Object, Object) - Static method in class io.quarkus.kubernetes.deployment.PrometheusConfig$$accessor
- set_prometheus(Object, Object) - Static method in class io.quarkus.kubernetes.deployment.KnativeConfig$$accessor
- set_prometheus(Object, Object) - Static method in class io.quarkus.kubernetes.deployment.KubernetesConfig$$accessor
- set_prometheus(Object, Object) - Static method in class io.quarkus.kubernetes.deployment.OpenshiftConfig$$accessor
- set_pvcVolumes(Object, Object) - Static method in class io.quarkus.kubernetes.deployment.KnativeConfig$$accessor
- set_pvcVolumes(Object, Object) - Static method in class io.quarkus.kubernetes.deployment.KubernetesConfig$$accessor
- set_pvcVolumes(Object, Object) - Static method in class io.quarkus.kubernetes.deployment.OpenshiftConfig$$accessor
- set_readinessProbe(Object, Object) - Static method in class io.quarkus.kubernetes.deployment.ContainerConfig$$accessor
- set_readinessProbe(Object, Object) - Static method in class io.quarkus.kubernetes.deployment.KnativeConfig$$accessor
- set_readinessProbe(Object, Object) - Static method in class io.quarkus.kubernetes.deployment.KubernetesConfig$$accessor
- set_readinessProbe(Object, Object) - Static method in class io.quarkus.kubernetes.deployment.OpenshiftConfig$$accessor
- set_readOnly(Object, boolean) - Static method in class io.quarkus.kubernetes.deployment.AwsElasticBlockStoreVolumeConfig$$accessor
- set_readOnly(Object, boolean) - Static method in class io.quarkus.kubernetes.deployment.AzureDiskVolumeConfig$$accessor
- set_readOnly(Object, boolean) - Static method in class io.quarkus.kubernetes.deployment.AzureFileVolumeConfig$$accessor
- set_readOnly(Object, boolean) - Static method in class io.quarkus.kubernetes.deployment.MountConfig$$accessor
- set_replicas(Object, Object) - Static method in class io.quarkus.kubernetes.deployment.KubernetesConfig$$accessor
- set_replicas(Object, Object) - Static method in class io.quarkus.kubernetes.deployment.OpenshiftConfig$$accessor
- set_repository(Object, Object) - Static method in class io.quarkus.kubernetes.deployment.GitRepoVolumeConfig$$accessor
- set_requests(Object, Object) - Static method in class io.quarkus.kubernetes.deployment.ResourcesConfig$$accessor
- set_requestsPerSecond(Object, Object) - Static method in class io.quarkus.kubernetes.deployment.GlobalAutoScalingConfig$$accessor
- set_resources(Object, Object) - Static method in class io.quarkus.kubernetes.deployment.ContainerConfig$$accessor
- set_resources(Object, Object) - Static method in class io.quarkus.kubernetes.deployment.KnativeConfig$$accessor
- set_resources(Object, Object) - Static method in class io.quarkus.kubernetes.deployment.KubernetesConfig$$accessor
- set_resources(Object, Object) - Static method in class io.quarkus.kubernetes.deployment.OpenshiftConfig$$accessor
- set_revision(Object, Object) - Static method in class io.quarkus.kubernetes.deployment.GitRepoVolumeConfig$$accessor
- set_revisionAutoScaling(Object, Object) - Static method in class io.quarkus.kubernetes.deployment.KnativeConfig$$accessor
- set_revisionName(Object, Object) - Static method in class io.quarkus.kubernetes.deployment.KnativeConfig$$accessor
- set_revisionName(Object, Object) - Static method in class io.quarkus.kubernetes.deployment.TrafficConfig$$accessor
- set_route(Object, Object) - Static method in class io.quarkus.kubernetes.deployment.OpenshiftConfig$$accessor
- set_scaleToZeroEnabled(Object, boolean) - Static method in class io.quarkus.kubernetes.deployment.KnativeConfig$$accessor
- set_scheme(Object, Object) - Static method in class io.quarkus.kubernetes.deployment.PrometheusConfig$$accessor
- set_scrape(Object, Object) - Static method in class io.quarkus.kubernetes.deployment.PrometheusConfig$$accessor
- set_secret(Object, Object) - Static method in class io.quarkus.kubernetes.deployment.EnvConfig$$accessor
- set_secretName(Object, Object) - Static method in class io.quarkus.kubernetes.deployment.AzureFileVolumeConfig$$accessor
- set_secretName(Object, Object) - Static method in class io.quarkus.kubernetes.deployment.SecretVolumeConfig$$accessor
- set_secrets(Object, Object) - Static method in class io.quarkus.kubernetes.deployment.EnvVarsConfig$$accessor
- set_secretVolumes(Object, Object) - Static method in class io.quarkus.kubernetes.deployment.KnativeConfig$$accessor
- set_secretVolumes(Object, Object) - Static method in class io.quarkus.kubernetes.deployment.KubernetesConfig$$accessor
- set_secretVolumes(Object, Object) - Static method in class io.quarkus.kubernetes.deployment.OpenshiftConfig$$accessor
- set_serviceAccount(Object, Object) - Static method in class io.quarkus.kubernetes.deployment.ContainerConfig$$accessor
- set_serviceAccount(Object, Object) - Static method in class io.quarkus.kubernetes.deployment.KnativeConfig$$accessor
- set_serviceAccount(Object, Object) - Static method in class io.quarkus.kubernetes.deployment.KubernetesConfig$$accessor
- set_serviceAccount(Object, Object) - Static method in class io.quarkus.kubernetes.deployment.OpenshiftConfig$$accessor
- set_serviceType(Object, Object) - Static method in class io.quarkus.kubernetes.deployment.KnativeConfig$$accessor
- set_serviceType(Object, Object) - Static method in class io.quarkus.kubernetes.deployment.KubernetesConfig$$accessor
- set_serviceType(Object, Object) - Static method in class io.quarkus.kubernetes.deployment.OpenshiftConfig$$accessor
- set_shareName(Object, Object) - Static method in class io.quarkus.kubernetes.deployment.AzureFileVolumeConfig$$accessor
- set_sidecars(Object, Object) - Static method in class io.quarkus.kubernetes.deployment.KubernetesConfig$$accessor
- set_sidecars(Object, Object) - Static method in class io.quarkus.kubernetes.deployment.OpenshiftConfig$$accessor
- set_subPath(Object, Object) - Static method in class io.quarkus.kubernetes.deployment.MountConfig$$accessor
- set_successThreshold(Object, Object) - Static method in class io.quarkus.kubernetes.deployment.ProbeConfig$$accessor
- set_tag(Object, Object) - Static method in class io.quarkus.kubernetes.deployment.TrafficConfig$$accessor
- set_target(Object, Object) - Static method in class io.quarkus.kubernetes.deployment.AutoScalingConfig$$accessor
- set_targetUtilizationPercentage(Object, Object) - Static method in class io.quarkus.kubernetes.deployment.AutoScalingConfig$$accessor
- set_targetUtilizationPercentage(Object, Object) - Static method in class io.quarkus.kubernetes.deployment.GlobalAutoScalingConfig$$accessor
- set_tcpSocketAction(Object, Object) - Static method in class io.quarkus.kubernetes.deployment.ProbeConfig$$accessor
- set_timeout(Object, Object) - Static method in class io.quarkus.kubernetes.deployment.ProbeConfig$$accessor
- set_traffic(Object, Object) - Static method in class io.quarkus.kubernetes.deployment.KnativeConfig$$accessor
- set_value(Object, Object) - Static method in class io.quarkus.kubernetes.deployment.EnvConfig$$accessor
- set_vars(Object, Object) - Static method in class io.quarkus.kubernetes.deployment.EnvVarsConfig$$accessor
- set_version(Object, Object) - Static method in class io.quarkus.kubernetes.deployment.KnativeConfig$$accessor
- set_version(Object, Object) - Static method in class io.quarkus.kubernetes.deployment.KubernetesConfig$$accessor
- set_version(Object, Object) - Static method in class io.quarkus.kubernetes.deployment.OpenshiftConfig$$accessor
- set_volumeId(Object, Object) - Static method in class io.quarkus.kubernetes.deployment.AwsElasticBlockStoreVolumeConfig$$accessor
- set_withKey(Object, Object) - Static method in class io.quarkus.kubernetes.deployment.EnvVarFromKeyConfig$$accessor
- set_workingDir(Object, Object) - Static method in class io.quarkus.kubernetes.deployment.ContainerConfig$$accessor
- set_workingDir(Object, Object) - Static method in class io.quarkus.kubernetes.deployment.KnativeConfig$$accessor
- set_workingDir(Object, Object) - Static method in class io.quarkus.kubernetes.deployment.KubernetesConfig$$accessor
- set_workingDir(Object, Object) - Static method in class io.quarkus.kubernetes.deployment.OpenshiftConfig$$accessor
- Shared - io.quarkus.kubernetes.deployment.AzureDiskVolumeConfig.Kind
- shareName - Variable in class io.quarkus.kubernetes.deployment.AzureFileVolumeConfig
-
The share name.
- sidecars - Variable in class io.quarkus.kubernetes.deployment.KubernetesConfig
-
Sidecar containers
- sidecars - Variable in class io.quarkus.kubernetes.deployment.OpenshiftConfig
-
Sidecar containers
- StatefulSet - io.quarkus.kubernetes.deployment.KubernetesConfig.DeploymentResourceKind
- StatefulSet - io.quarkus.kubernetes.deployment.OpenshiftConfig.DeploymentResourceKind
- STATEFULSET - Static variable in class io.quarkus.kubernetes.deployment.Constants
- subPath - Variable in class io.quarkus.kubernetes.deployment.MountConfig
-
Path within the volumeName from which the container's volumeName should be mounted.
- successThreshold - Variable in class io.quarkus.kubernetes.deployment.ProbeConfig
-
The success threshold to use.
T
- tag - Variable in class io.quarkus.kubernetes.deployment.TrafficConfig
-
Tag is optionally used to expose a dedicated url for referencing this target exclusively.
- target - Variable in class io.quarkus.kubernetes.deployment.AutoScalingConfig
-
The autoscaling target.
- targetUtilizationPercentage - Variable in class io.quarkus.kubernetes.deployment.AutoScalingConfig
-
This value specifies a percentage of the target to actually be targeted by the autoscaler.
- targetUtilizationPercentage - Variable in class io.quarkus.kubernetes.deployment.GlobalAutoScalingConfig
-
This value specifies a percentage of the target to actually be targeted by the autoscaler.
- tcpSocketAction - Variable in class io.quarkus.kubernetes.deployment.ProbeConfig
-
The tcp socket to use for the probe (the format is host:port).
- timeout - Variable in class io.quarkus.kubernetes.deployment.ProbeConfig
-
The amount of time to wait for each action.
- toMap(PlatformConfiguration...) - Static method in class io.quarkus.kubernetes.deployment.KubernetesConfigUtil
- traffic - Variable in class io.quarkus.kubernetes.deployment.KnativeConfig
-
Traffic configuration.
- TrafficConfig - Class in io.quarkus.kubernetes.deployment
- TrafficConfig() - Constructor for class io.quarkus.kubernetes.deployment.TrafficConfig
- TrafficConfig$$accessor - Class in io.quarkus.kubernetes.deployment
V
- v3 - io.quarkus.kubernetes.deployment.OpenshiftConfig.OpenshiftFlavor
- v4 - io.quarkus.kubernetes.deployment.OpenshiftConfig.OpenshiftFlavor
- value - Variable in class io.quarkus.kubernetes.deployment.EnvConfig
-
The environment variable value.
- valueOf(String) - Static method in enum io.quarkus.kubernetes.deployment.AutoScalerClass
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.quarkus.kubernetes.deployment.AutoScalingMetric
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.quarkus.kubernetes.deployment.AzureDiskVolumeConfig.CachingMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.quarkus.kubernetes.deployment.AzureDiskVolumeConfig.Kind
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.quarkus.kubernetes.deployment.KubernetesConfig.DeploymentResourceKind
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.quarkus.kubernetes.deployment.OpenshiftConfig.DeploymentResourceKind
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.quarkus.kubernetes.deployment.OpenshiftConfig.OpenshiftFlavor
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum io.quarkus.kubernetes.deployment.AutoScalerClass
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum io.quarkus.kubernetes.deployment.AutoScalingMetric
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum io.quarkus.kubernetes.deployment.AzureDiskVolumeConfig.CachingMode
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum io.quarkus.kubernetes.deployment.AzureDiskVolumeConfig.Kind
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum io.quarkus.kubernetes.deployment.KubernetesConfig.DeploymentResourceKind
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum io.quarkus.kubernetes.deployment.OpenshiftConfig.DeploymentResourceKind
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum io.quarkus.kubernetes.deployment.OpenshiftConfig.OpenshiftFlavor
-
Returns an array containing the constants of this enum type, in the order they are declared.
- VanillaKubernetesProcessor - Class in io.quarkus.kubernetes.deployment
- VanillaKubernetesProcessor() - Constructor for class io.quarkus.kubernetes.deployment.VanillaKubernetesProcessor
- vars - Variable in class io.quarkus.kubernetes.deployment.EnvVarsConfig
-
The map associating environment name to its associated value.
- version - Variable in class io.quarkus.kubernetes.deployment.KnativeConfig
-
The version of the application.
- version - Variable in class io.quarkus.kubernetes.deployment.KubernetesConfig
-
The version of the application.
- version - Variable in class io.quarkus.kubernetes.deployment.OpenshiftConfig
-
The version of the application.
- visit(KnativeConfigFluent<?>) - Method in class io.quarkus.kubernetes.deployment.AddPortToKnativeConfig
- visit(BaseConfigFluent) - Method in class io.quarkus.kubernetes.deployment.ApplyExpositionConfigurator
- visit(ImageConfigurationFluent<?>) - Method in class io.quarkus.kubernetes.deployment.ApplyImageGroupConfigurator
- visit(ImageConfigurationFluent<?>) - Method in class io.quarkus.kubernetes.deployment.ApplyImageRegistryConfigurator
- visit(KubernetesConfigFluent<?>) - Method in class io.quarkus.kubernetes.deployment.AddPortToKubernetesConfig
- visit(OpenshiftConfigFluent<?>) - Method in class io.quarkus.kubernetes.deployment.AddPortToOpenshiftConfig
- visit(S2iBuildConfigFluent<?>) - Method in class io.quarkus.kubernetes.deployment.DisableS2iConfigurator
- visit(KubernetesListBuilder) - Method in class io.quarkus.kubernetes.deployment.AddRoleResourceDecorator
- visit(KubernetesListBuilder) - Method in class io.quarkus.kubernetes.deployment.RemoveBuilderImageResourceDecorator
- visit(KubernetesListBuilder) - Method in class io.quarkus.kubernetes.deployment.RemoveDeploymentConfigResourceDecorator
- visit(KubernetesListBuilder) - Method in class io.quarkus.kubernetes.deployment.RemoveDeploymentResourceDecorator
- visit(KubernetesListFluent<?>) - Method in class io.quarkus.kubernetes.deployment.AddDeploymentResourceDecorator
- visit(KubernetesListFluent<?>) - Method in class io.quarkus.kubernetes.deployment.AddStatefulSetResourceDecorator
- volumeId - Variable in class io.quarkus.kubernetes.deployment.AwsElasticBlockStoreVolumeConfig
-
The name of the disk to mount.
W
- withKey - Variable in class io.quarkus.kubernetes.deployment.EnvVarFromKeyConfig
-
The key identifying the field from which the value is extracted.
- workingDir - Variable in class io.quarkus.kubernetes.deployment.ContainerConfig
-
Working directory.
- workingDir - Variable in class io.quarkus.kubernetes.deployment.KnativeConfig
-
Working directory
- workingDir - Variable in class io.quarkus.kubernetes.deployment.KubernetesConfig
-
Working directory
- workingDir - Variable in class io.quarkus.kubernetes.deployment.OpenshiftConfig
-
Working directory
All Classes All Packages