Uses of Class
org.qubership.integration.platform.runtime.catalog.kubernetes.KubeOperator
Packages that use KubeOperator
Package
Description
-
Uses of KubeOperator in org.qubership.integration.platform.runtime.catalog.configuration
Methods in org.qubership.integration.platform.runtime.catalog.configuration that return KubeOperatorModifier and TypeMethodDescriptionKubeOperatorAutoConfiguration.kubeOperator()Inside cluster ApiClient configuration Uses the service account created during deployment for the catalog podKubeOperatorAutoConfiguration.kubeOperatorDev()Outside cluster ApiClient configuration Uses the cluster account token -
Uses of KubeOperator in org.qubership.integration.platform.runtime.catalog.service
Constructors in org.qubership.integration.platform.runtime.catalog.service with parameters of type KubeOperatorModifierConstructorDescriptionEngineService(KubeOperator operator, DeploymentService deploymentService, org.qubership.integration.platform.catalog.util.DevModeUtil devModeUtil, EngineDomainUtils domainUtils)