Uses of Class
org.qubership.integration.platform.engine.kubernetes.KubeOperator
Packages that use KubeOperator
Package
Description
-
Uses of KubeOperator in org.qubership.integration.platform.engine.configuration
Methods in org.qubership.integration.platform.engine.configuration that return KubeOperatorModifier and TypeMethodDescriptionKubeOperatorConfiguration.kubeOperator()Inside cluster ApiClient configuration Uses the service account created during deployment for the catalog podKubeOperatorConfiguration.kubeOperatorDev()Outside cluster ApiClient configuration Uses the cluster account token -
Uses of KubeOperator in org.qubership.integration.platform.engine.service
Constructors in org.qubership.integration.platform.engine.service with parameters of type KubeOperatorModifierConstructorDescriptionVariablesService(org.springframework.context.ApplicationEventPublisher applicationEventPublisher, KubeOperator operator, NamespaceProvider namespaceProvider, String kubeSecretsLabel, String kubeSecretV2Name)