Package io.quarkus.kubernetes.deployment
Interface PlatformConfiguration
- All Superinterfaces:
EnvVarHolder
- All Known Implementing Classes:
KnativeConfig,KubernetesConfig,OpenshiftConfig
-
Method Summary
Methods inherited from interface io.quarkus.kubernetes.deployment.EnvVarHolder
convertToBuildItems, getEnv, getEnvVars, getTargetPlatformName
-
Method Details
-
getPartOf
-
getName
-
getVersion
-
getNamespace
-
getLabels
-
getAnnotations
-
isAddBuildTimestamp
boolean isAddBuildTimestamp() -
isAddVersionToLabelSelectors
boolean isAddVersionToLabelSelectors() -
isAddNameToLabelSelectors
boolean isAddNameToLabelSelectors() -
getWorkingDir
-
getCommand
-
getArguments
-
getServiceAccount
-
getContainerName
-
getPorts
Map<String,PortConfig> getPorts() -
getServiceType
io.dekorate.kubernetes.annotation.ServiceType getServiceType() -
getImagePullPolicy
io.dekorate.kubernetes.annotation.ImagePullPolicy getImagePullPolicy() -
getImagePullSecrets
-
isGenerateImagePullSecret
boolean isGenerateImagePullSecret() -
getLivenessProbe
ProbeConfig getLivenessProbe() -
getReadinessProbe
ProbeConfig getReadinessProbe() -
getStartupProbe
ProbeConfig getStartupProbe() -
getPrometheusConfig
PrometheusConfig getPrometheusConfig() -
getMounts
Map<String,MountConfig> getMounts() -
getSecretVolumes
Map<String,SecretVolumeConfig> getSecretVolumes() -
getConfigMapVolumes
Map<String,ConfigMapVolumeConfig> getConfigMapVolumes() -
getEmptyDirVolumes
-
getGitRepoVolumes
Map<String,GitRepoVolumeConfig> getGitRepoVolumes() -
getPvcVolumes
Map<String,PvcVolumeConfig> getPvcVolumes() -
getAwsElasticBlockStoreVolumes
Map<String,AwsElasticBlockStoreVolumeConfig> getAwsElasticBlockStoreVolumes() -
getAzureFileVolumes
Map<String,AzureFileVolumeConfig> getAzureFileVolumes() -
getAzureDiskVolumes
Map<String,AzureDiskVolumeConfig> getAzureDiskVolumes() -
getInitContainers
Map<String,ContainerConfig> getInitContainers() -
getSidecars
Map<String,ContainerConfig> getSidecars() -
getHostAliases
Map<String,HostAliasConfig> getHostAliases() -
getResources
ResourcesConfig getResources() -
getConfigName
-
getAppSecret
-
getAppConfigMap
-
getRbacConfig
RbacConfig getRbacConfig() -
getSecurityContext
SecurityContextConfig getSecurityContext() -
isIdempotent
boolean isIdempotent() -
getVCSUri
VCSUriConfig getVCSUri()
-