--- apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition metadata: annotations: controller-gen.kubebuilder.io/version: v0.17.0 creationTimestamp: "2026-06-11T07:38:25Z" generation: 1 managedFields: - apiVersion: apiextensions.k8s.io/v1 fieldsType: FieldsV1 fieldsV1: f:metadata: f:annotations: f:controller-gen.kubebuilder.io/version: {} f:spec: f:group: {} f:names: f:kind: {} f:listKind: {} f:plural: {} f:singular: {} f:scope: {} f:versions: {} manager: kubectl operation: Apply time: "2026-06-11T07:38:25Z" - apiVersion: apiextensions.k8s.io/v1 fieldsType: FieldsV1 fieldsV1: f:status: f:acceptedNames: f:kind: {} f:listKind: {} f:plural: {} 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-06-11T07:38:26Z" name: localmodelnodes.serving.kserve.io resourceVersion: "13284" uid: f2d17f92-cd72-4134-9d15-a0fe49da9063 spec: conversion: strategy: None group: serving.kserve.io names: kind: LocalModelNode listKind: LocalModelNodeList plural: localmodelnodes singular: localmodelnode scope: Cluster versions: - name: v1alpha1 schema: openAPIV3Schema: properties: apiVersion: type: string kind: type: string metadata: type: object spec: properties: localModels: items: properties: modelName: type: string sourceModelUri: type: string required: - modelName - sourceModelUri type: object type: array required: - localModels type: object status: properties: modelStatus: additionalProperties: enum: - "" - ModelDownloadPending - ModelDownloading - ModelDownloaded - ModelDownloadError type: string type: object type: object type: object served: true storage: true subresources: status: {} status: acceptedNames: kind: LocalModelNode listKind: LocalModelNodeList plural: localmodelnodes singular: localmodelnode conditions: - lastTransitionTime: "2026-06-11T07:38:25Z" message: no conflicts found reason: NoConflicts status: "True" type: NamesAccepted - lastTransitionTime: "2026-06-11T07:38:26Z" message: the initial names have been accepted reason: InitialNamesAccepted status: "True" type: Established storedVersions: - v1alpha1