Class OcpClient

java.lang.Object
fixture5.TestFixture
io.debezium.testing.system.fixtures.OcpClient

public class OcpClient extends fixture5.TestFixture
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    private io.fabric8.openshift.client.DefaultOpenShiftClient
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    OcpClient(org.junit.jupiter.api.extension.ExtensionContext.Store store)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    void
     

    Methods inherited from class fixture5.TestFixture

    retrieve, retrieve, store, store, store

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • client

      private io.fabric8.openshift.client.DefaultOpenShiftClient client
  • Constructor Details

    • OcpClient

      public OcpClient(@NotNull org.junit.jupiter.api.extension.ExtensionContext.Store store)
  • Method Details

    • setup

      public void setup()
      Specified by:
      setup in class fixture5.TestFixture
    • teardown

      public void teardown()
      Specified by:
      teardown in class fixture5.TestFixture