Skip to content

Commit

Permalink
Merge pull request opendatahub-io#2363 from alexcreasy/RHOAIENG-346
Browse files Browse the repository at this point in the history
[RHOAIENG-246] Updated TrustyAIKind apiVersion to trustyai.opendatahub.io
  • Loading branch information
openshift-merge-bot[bot] authored Jan 19, 2024
2 parents 2dd7f08 + f6542d5 commit f2de311
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ const initIntercepts = ({
{
method: 'GET',
pathname:
'/api/k8s/apis/trustyai.opendatahub.io.trustyai.opendatahub.io/v1alpha1/namespaces/test-project/trustyaiservices/trustyai-service',
'/api/k8s/apis/trustyai.opendatahub.io/v1alpha1/namespaces/test-project/trustyaiservices/trustyai-service',
},
mockTrustyAIServiceK8sResource(),
);
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/api/models/trustyai.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { K8sModelCommon } from '@openshift/dynamic-plugin-sdk-utils';

export const TrustyAIApplicationsModel: K8sModelCommon = {
apiVersion: 'v1alpha1',
apiGroup: 'trustyai.opendatahub.io.trustyai.opendatahub.io',
apiGroup: 'trustyai.opendatahub.io',
kind: 'TrustyAIService',
plural: 'trustyaiservices',
};

0 comments on commit f2de311

Please sign in to comment.