Uses of Class
org.qubership.integration.platform.runtime.catalog.model.kubernetes.operator.KubePod
Packages that use KubePod
Package
Description
-
Uses of KubePod in org.qubership.integration.platform.runtime.catalog.kubernetes
Methods in org.qubership.integration.platform.runtime.catalog.kubernetes that return types with arguments of type KubePodModifier and TypeMethodDescriptionKubeOperator.getPodsByLabel(String labelKey, String labelValue) -
Uses of KubePod in org.qubership.integration.platform.runtime.catalog.rest.v1.mapper
Methods in org.qubership.integration.platform.runtime.catalog.rest.v1.mapper with parameters of type KubePodModifier and TypeMethodDescriptionEngineMapper.asEngineResponse(KubePod pod) EngineMapperImpl.asEngineResponse(KubePod pod) EngineMapper.asEngineUpdate(KubePod pod, String domain, EventActionType actionType) EngineMapperImpl.asEngineUpdate(KubePod pod, String domain, EventActionType actionType) Method parameters in org.qubership.integration.platform.runtime.catalog.rest.v1.mapper with type arguments of type KubePodModifier and TypeMethodDescriptionEngineMapper.asEngineResponses(List<KubePod> pods) EngineMapperImpl.asEngineResponses(List<KubePod> pods) -
Uses of KubePod in org.qubership.integration.platform.runtime.catalog.service
Methods in org.qubership.integration.platform.runtime.catalog.service that return types with arguments of type KubePodMethod parameters in org.qubership.integration.platform.runtime.catalog.service with type arguments of type KubePodModifier and TypeMethodDescriptionEngineService.subscribeEngines(MultiConsumer.Consumer5<String, KubePod, String, EventActionType, String> callback)