Uses of Interface
io.quarkus.kubernetes.deployment.PlatformConfiguration
Packages that use PlatformConfiguration
-
Uses of PlatformConfiguration in io.quarkus.kubernetes.deployment
Classes in io.quarkus.kubernetes.deployment with type parameters of type PlatformConfigurationSubinterfaces of PlatformConfiguration in io.quarkus.kubernetes.deploymentModifier and TypeInterfaceDescriptioninterfaceKnativeinterfaceKubernetesinterfaceOpenShiftMethods in io.quarkus.kubernetes.deployment with parameters of type PlatformConfigurationModifier and TypeMethodDescriptionKubernetesCommonHelper.combinePorts(List<io.quarkus.kubernetes.spi.KubernetesPortBuildItem> ports, PlatformConfiguration config) Creates the configurator build items.static io.quarkus.kubernetes.spi.KubernetesEffectiveServiceAccountBuildItemKubernetesCommonHelper.computeEffectiveServiceAccount(String name, String target, PlatformConfiguration config, List<io.quarkus.kubernetes.spi.KubernetesServiceAccountBuildItem> serviceAccountsFromExtensions, io.quarkus.deployment.annotations.BuildProducer<io.quarkus.kubernetes.spi.DecoratorBuildItem> decorators) static Optional<io.dekorate.kubernetes.config.Port> KubernetesCommonHelper.getPort(List<io.quarkus.kubernetes.spi.KubernetesPortBuildItem> ports, PlatformConfiguration config, String targetPort) Creates the configurator build items.static StringResourceNameUtil.getResourceName(PlatformConfiguration platformConfiguration, io.quarkus.deployment.builditem.ApplicationInfoBuildItem applicationInfo) Provides the name of a generated Kubernetes resource.static voidKubernetesCommonHelper.printMessageAboutPortsThatCantChange(String target, List<io.quarkus.kubernetes.spi.KubernetesPortBuildItem> ports, PlatformConfiguration configuration) Creates the configurator build items.KubernetesConfigUtil.toMap(PlatformConfiguration... platformConfigurations) Constructors in io.quarkus.kubernetes.deployment with parameters of type PlatformConfigurationModifierConstructorDescriptionAddDeploymentResourceDecorator(String name, PlatformConfiguration config) AddStatefulSetResourceDecorator(String name, PlatformConfiguration config)