Uses of Class
org.qubership.integration.platform.variables.management.kubernetes.KubeOperator
Packages that use KubeOperator
Package
Description
-
Uses of KubeOperator in org.qubership.integration.platform.variables.management.configuration
Methods in org.qubership.integration.platform.variables.management.configuration that return KubeOperatorModifier and TypeMethodDescriptionKubeOperatorAutoConfiguration.kubeOperator()Inside cluster ApiClient configuration Uses the service account created during deployment for the microserviceKubeOperatorAutoConfiguration.kubeOperatorDev()Outside cluster ApiClient configuration Uses the cluster account token -
Uses of KubeOperator in org.qubership.integration.platform.variables.management.service
Fields in org.qubership.integration.platform.variables.management.service declared as KubeOperatorConstructors in org.qubership.integration.platform.variables.management.service with parameters of type KubeOperatorModifierConstructorDescriptionSecretService(com.fasterxml.jackson.dataformat.yaml.YAMLMapper yamlMapper, com.fasterxml.jackson.databind.ObjectMapper objectMapper, KubeOperator operator, ActionsLogService actionLogger, String kubeSecretsLabel, String kubeSecretV2Name) SecuredVariableService(com.fasterxml.jackson.dataformat.yaml.YAMLMapper yamlMapper, com.fasterxml.jackson.databind.ObjectMapper objectMapper, KubeOperator operator, ActionsLogService actionLogger, String kubeSecretsLabel, String kubeSecretV2Name, DevModeUtil devModeUtil, CommonVariablesService commonVariablesService, com.fasterxml.jackson.databind.ObjectMapper objectMapperWithSorting)