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 that implement PlatformConfigurationModifier and TypeClassDescriptionclassclassclassMethods in io.quarkus.kubernetes.deployment with parameters of type PlatformConfigurationModifier and TypeMethodDescriptionKubernetesCommonHelper.combinePorts(List<KubernetesPortBuildItem> ports, PlatformConfiguration config) Creates the configurator build items.static List<DecoratorBuildItem>KubernetesCommonHelper.createDecorators(Optional<io.dekorate.project.Project> project, String target, String name, PlatformConfiguration config, Optional<io.quarkus.deployment.metrics.MetricsCapabilityBuildItem> metricsConfiguration, Optional<io.quarkus.kubernetes.client.spi.KubernetesClientCapabilityBuildItem> kubernetesClientConfiguration, List<KubernetesAnnotationBuildItem> annotations, List<KubernetesLabelBuildItem> labels, Optional<io.quarkus.container.spi.ContainerImageInfoBuildItem> image, Optional<KubernetesCommandBuildItem> command, Optional<io.dekorate.kubernetes.config.Port> port, Optional<KubernetesHealthLivenessPathBuildItem> livenessProbePath, Optional<KubernetesHealthReadinessPathBuildItem> readinessProbePath, Optional<KubernetesHealthStartupPathBuildItem> startupPath, List<KubernetesRoleBuildItem> roles, List<KubernetesClusterRoleBuildItem> clusterRoles, List<KubernetesServiceAccountBuildItem> serviceAccounts, List<KubernetesRoleBindingBuildItem> roleBindings) Creates the common decorator build items.static Optional<io.dekorate.kubernetes.config.Port>KubernetesCommonHelper.getPort(List<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<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)