Validate the deployment of the custom resource for your FTM offering

You can use the Red Hat® OpenShift® Container Platform to verify that the custom resource for your FTM offering is running.

The Red Hat OpenShift Container Platform user interface can be used to show the status for the custom resource. The format of a simple status is shown in the following example.
status:
  status: Ready
  formation:
    resources:
      - name: ftm-example-debug
        state: Ready
        type: persistentvolumeclaim
      - name: ftm-example-application
        state: Ready
        type: persistentvolumeclaim
The status.status property shows the status for your FTM offering. The following list shows the values for this property.
Ready
This status indicates that no errors occurred and the FTM offering is ready.
NotReady
This status indicates that the FTM offering is not yet ready or that an error occurred.

The status.formation.resources property provides a list of resources that the operator created, their type, and their state.