Class MigrationStatusWorkFlowChecker

All Implemented Interfaces:
WorkFlowTask, com.redhat.parodos.workflows.work.Work, org.springframework.beans.factory.Aware, org.springframework.beans.factory.BeanNameAware

public class MigrationStatusWorkFlowChecker extends BaseWorkFlowCheckerTask
  • Constructor Details

    • MigrationStatusWorkFlowChecker

      public MigrationStatusWorkFlowChecker()
  • Method Details

    • checkWorkFlowStatus

      public com.redhat.parodos.workflows.work.WorkReport checkWorkFlowStatus(com.redhat.parodos.workflows.work.WorkContext workContext)
      Specified by:
      checkWorkFlowStatus in class BaseWorkFlowCheckerTask
    • getKubernetesClient

      public io.fabric8.kubernetes.client.KubernetesClient getKubernetesClient(String apiUrl, String token, String caCert)