--- apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition metadata: annotations: controller-gen.kubebuilder.io/version: v0.19.0 creationTimestamp: "2026-03-18T16:50:57Z" generation: 1 labels: app.kubernetes.io/component: kserve app.kubernetes.io/name: kserve managedFields: - apiVersion: apiextensions.k8s.io/v1 fieldsType: FieldsV1 fieldsV1: f:metadata: f:annotations: f:controller-gen.kubebuilder.io/version: {} f:labels: f:app.kubernetes.io/component: {} f:app.kubernetes.io/name: {} f:spec: f:group: {} f:names: f:kind: {} f:listKind: {} f:plural: {} f:shortNames: {} f:singular: {} f:scope: {} f:versions: {} manager: kubectl operation: Apply time: "2026-03-18T16:50:57Z" - apiVersion: apiextensions.k8s.io/v1 fieldsType: FieldsV1 fieldsV1: f:status: f:acceptedNames: f:kind: {} f:listKind: {} f:plural: {} f:shortNames: {} f:singular: {} f:conditions: k:{"type":"Established"}: .: {} f:lastTransitionTime: {} f:message: {} f:reason: {} f:status: {} f:type: {} k:{"type":"NamesAccepted"}: .: {} f:lastTransitionTime: {} f:message: {} f:reason: {} f:status: {} f:type: {} manager: kube-apiserver operation: Update subresource: status time: "2026-03-18T16:50:58Z" name: trainedmodels.serving.kserve.io resourceVersion: "11999" uid: 0d671cd9-961d-4e73-8514-ce6e59a82930 spec: conversion: strategy: None group: serving.kserve.io names: kind: TrainedModel listKind: TrainedModelList plural: trainedmodels shortNames: - tm singular: trainedmodel scope: Namespaced versions: - additionalPrinterColumns: - jsonPath: .status.url name: URL type: string - jsonPath: .status.conditions[?(@.type=='Ready')].status name: Ready type: string - jsonPath: .metadata.creationTimestamp name: Age type: date name: v1alpha1 schema: openAPIV3Schema: properties: apiVersion: type: string kind: type: string metadata: type: object spec: properties: inferenceService: type: string model: properties: framework: type: string memory: anyOf: - type: integer - type: string pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ x-kubernetes-int-or-string: true storageUri: type: string required: - framework - memory - storageUri type: object required: - inferenceService - model type: object status: properties: address: properties: CACerts: type: string audience: type: string name: type: string url: type: string type: object annotations: additionalProperties: type: string type: object conditions: items: properties: lastTransitionTime: type: string message: type: string reason: type: string severity: type: string status: type: string type: type: string required: - status - type type: object type: array observedGeneration: format: int64 type: integer url: type: string type: object type: object served: true storage: true subresources: status: {} status: acceptedNames: kind: TrainedModel listKind: TrainedModelList plural: trainedmodels shortNames: - tm singular: trainedmodel conditions: - lastTransitionTime: "2026-03-18T16:50:57Z" message: no conflicts found reason: NoConflicts status: "True" type: NamesAccepted - lastTransitionTime: "2026-03-18T16:50:58Z" message: the initial names have been accepted reason: InitialNamesAccepted status: "True" type: Established storedVersions: - v1alpha1