Uses of Class
io.quarkus.kubernetes.deployment.AzureFileVolumeConfig
-
-
Uses of AzureFileVolumeConfig in io.quarkus.kubernetes.deployment
Fields in io.quarkus.kubernetes.deployment with type parameters of type AzureFileVolumeConfig Modifier and Type Field Description (package private) Map<String,AzureFileVolumeConfig>KnativeConfig. azureFileVolumesAzure file volumes(package private) Map<String,AzureFileVolumeConfig>KubernetesConfig. azureFileVolumesAzure file volumes(package private) Map<String,AzureFileVolumeConfig>OpenshiftConfig. azureFileVolumesAzure file volumesMethods in io.quarkus.kubernetes.deployment that return types with arguments of type AzureFileVolumeConfig Modifier and Type Method Description Map<String,AzureFileVolumeConfig>KnativeConfig. getAzureFileVolumes()Map<String,AzureFileVolumeConfig>KubernetesConfig. getAzureFileVolumes()Map<String,AzureFileVolumeConfig>OpenshiftConfig. getAzureFileVolumes()Map<String,AzureFileVolumeConfig>PlatformConfiguration. getAzureFileVolumes()Method parameters in io.quarkus.kubernetes.deployment with type arguments of type AzureFileVolumeConfig Modifier and Type Method Description static io.dekorate.kubernetes.config.AzureFileVolumeAzureFileVolumeConverter. convert(Map.Entry<String,AzureFileVolumeConfig> e)
-