Skip to content

Commit

Permalink
Changes TrustyAI resource apiVersion to trustyai.opendatahub.io (RHOA…
Browse files Browse the repository at this point in the history
…IENG-346)
  • Loading branch information
alexcreasy committed Jan 19, 2024
1 parent 2dd7f08 commit f6542d5
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 f6542d5

Please sign in to comment.