Uses of Interface
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 tokenKubeOperatorAutoConfiguration.kubeOperatorLocalDev() -
Uses of KubeOperator in org.qubership.integration.platform.variables.management.kubernetes
Classes in org.qubership.integration.platform.variables.management.kubernetes that implement KubeOperator -
Uses of KubeOperator in org.qubership.integration.platform.variables.management.service.secrets
Constructors in org.qubership.integration.platform.variables.management.service.secrets with parameters of type KubeOperatorModifierConstructorDescriptionK8sSecretService(KubeOperator kubeOperator, ActionsLogService actionLogger, com.fasterxml.jackson.dataformat.yaml.YAMLMapper yamlMapper, String label, String kubeSecretV2Name)