--- 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: localmodelcaches.serving.kserve.io resourceVersion: "13282" uid: a1ca1484-0e37-439a-8787-6e5923417687 spec: conversion: strategy: None group: serving.kserve.io names: kind: LocalModelCache listKind: LocalModelCacheList plural: localmodelcaches singular: localmodelcache scope: Cluster versions: - name: v1alpha1 schema: openAPIV3Schema: properties: apiVersion: type: string kind: type: string metadata: type: object spec: properties: modelSize: 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 nodeGroups: items: type: string minItems: 1 type: array sourceModelUri: type: string x-kubernetes-validations: - message: StorageUri is immutable rule: self == oldSelf required: - modelSize - nodeGroups - sourceModelUri type: object status: properties: copies: properties: available: type: integer failed: type: integer total: type: integer type: object inferenceServices: items: properties: name: type: string namespace: type: string type: object type: array nodeStatus: additionalProperties: enum: - "" - NodeNotReady - NodeDownloadPending - NodeDownloading - NodeDownloaded - NodeDownloadError type: string type: object type: object type: object served: true storage: true subresources: status: {} status: acceptedNames: kind: LocalModelCache listKind: LocalModelCacheList plural: localmodelcaches singular: localmodelcache 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