--- apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition metadata: annotations: api-approved.kubernetes.io: https://github.com/kubernetes/enhancements/pull/2934 controller-gen.kubebuilder.io/version: v0.5.0 creationTimestamp: "2026-02-17T12:42:14Z" generation: 1 managedFields: - apiVersion: apiextensions.k8s.io/v1 fieldsType: FieldsV1 fieldsV1: f:metadata: f:annotations: .: {} f:api-approved.kubernetes.io: {} f:controller-gen.kubebuilder.io/version: {} f:spec: f:conversion: .: {} f:strategy: {} f:group: {} f:names: f:kind: {} f:listKind: {} f:plural: {} f:singular: {} f:scope: {} f:versions: {} manager: cluster-storage-operator operation: Update time: "2026-02-17T12:42:14Z" - 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":"KubernetesAPIApprovalPolicyConformant"}: .: {} 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-02-17T12:42:14Z" name: volumepopulators.populator.storage.k8s.io resourceVersion: "873" uid: 942952cf-c136-4b18-87ff-88e27e4a6374 spec: conversion: strategy: None group: populator.storage.k8s.io names: kind: VolumePopulator listKind: VolumePopulatorList plural: volumepopulators singular: volumepopulator scope: Cluster versions: - additionalPrinterColumns: - jsonPath: .sourceKind name: SourceKind type: string name: v1beta1 schema: openAPIV3Schema: description: VolumePopulator represents the registration for a volume populator. VolumePopulators are cluster scoped. properties: apiVersion: description: 'APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources' type: string kind: description: 'Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds' type: string sourceKind: description: Kind of the data source this populator supports properties: group: type: string kind: type: string required: - group - kind type: object required: - sourceKind type: object served: true storage: true subresources: {} status: acceptedNames: kind: VolumePopulator listKind: VolumePopulatorList plural: volumepopulators singular: volumepopulator conditions: - lastTransitionTime: "2026-02-17T12:42:14Z" message: no conflicts found reason: NoConflicts status: "True" type: NamesAccepted - lastTransitionTime: "2026-02-17T12:42:14Z" message: the initial names have been accepted reason: InitialNamesAccepted status: "True" type: Established - lastTransitionTime: "2026-02-17T12:42:14Z" message: approved in https://github.com/kubernetes/enhancements/pull/2934 reason: ApprovedAnnotation status: "True" type: KubernetesAPIApprovalPolicyConformant storedVersions: - v1beta1