diff --git a/api/v1alpha1/ipoibnetwork_types.go b/api/v1alpha1/ipoibnetwork_types.go index 25454f5c2..87fd44001 100644 --- a/api/v1alpha1/ipoibnetwork_types.go +++ b/api/v1alpha1/ipoibnetwork_types.go @@ -23,6 +23,7 @@ import ( const ( // IPoIBNetworkCRDName is used for the CRD Kind. IPoIBNetworkCRDName = "IPoIBNetwork" + TestPR = "Test PR" ) // IPoIBNetworkSpec defines the desired state of IPoIBNetwork