Uses of Interface
io.quarkus.kubernetes.deployment.PlatformConfiguration
-
-
Uses of PlatformConfiguration in io.quarkus.kubernetes.deployment
Classes in io.quarkus.kubernetes.deployment that implement PlatformConfiguration Modifier and Type Class Description classKnativeConfigclassKubernetesConfigclassOpenshiftConfigMethods in io.quarkus.kubernetes.deployment with parameters of type PlatformConfiguration Modifier and Type Method Description static Map<String,io.dekorate.kubernetes.config.Port>KubernetesCommonHelper. 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, List<KubernetesAnnotationBuildItem> annotations, List<KubernetesLabelBuildItem> labels, Optional<KubernetesCommandBuildItem> command, List<KubernetesPortBuildItem> ports, Optional<KubernetesHealthLivenessPathBuildItem> livenessProbePath, Optional<KubernetesHealthReadinessPathBuildItem> readinessProbePath, List<KubernetesRoleBuildItem> roles, List<KubernetesRoleBindingBuildItem> roleBindings)Creates the common decorator build items.static StringResourceNameUtil. getResourceName(PlatformConfiguration platformConfiguration, io.quarkus.deployment.builditem.ApplicationInfoBuildItem applicationInfo)Provides the name of a generated Kubernetes resource.static Map<String,Object>KubernetesConfigUtil. toMap(PlatformConfiguration... platformConfigurations)Constructors in io.quarkus.kubernetes.deployment with parameters of type PlatformConfiguration Constructor Description AddDeploymentResourceDecorator(String name, PlatformConfiguration config)AddStatefulSetResourceDecorator(String name, PlatformConfiguration config)
-