--- apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition metadata: annotations: controller-gen.kubebuilder.io/version: v0.16.5 operatorframework.io/installed-alongside-64c1ad118c5e6e35: openshift-storage/lvms-operator.v4.18.3 creationTimestamp: "2025-10-11T10:47:17Z" generation: 1 labels: olm.managed: "true" operators.coreos.com/lvms-operator.openshift-storage: "" managedFields: - apiVersion: apiextensions.k8s.io/v1 fieldsType: FieldsV1 fieldsV1: f:metadata: f:annotations: .: {} f:controller-gen.kubebuilder.io/version: {} f:operatorframework.io/installed-alongside-64c1ad118c5e6e35: {} f:labels: .: {} f:olm.managed: {} f:spec: f:conversion: .: {} f:strategy: {} f:group: {} f:names: f:kind: {} f:listKind: {} f:plural: {} f:singular: {} f:scope: {} f:versions: {} manager: catalog operation: Update time: "2025-10-11T10:47:17Z" - 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: "2025-10-11T10:47:17Z" - apiVersion: apiextensions.k8s.io/v1 fieldsType: FieldsV1 fieldsV1: f:metadata: f:labels: f:operators.coreos.com/lvms-operator.openshift-storage: {} manager: olm operation: Update time: "2025-10-11T10:47:30Z" name: lvmvolumegroupnodestatuses.lvm.topolvm.io resourceVersion: "25646" uid: 6cf9b542-5b90-4dda-aa97-5236938d4fb9 spec: conversion: strategy: None group: lvm.topolvm.io names: kind: LVMVolumeGroupNodeStatus listKind: LVMVolumeGroupNodeStatusList plural: lvmvolumegroupnodestatuses singular: lvmvolumegroupnodestatus scope: Namespaced versions: - name: v1alpha1 schema: openAPIV3Schema: description: LVMVolumeGroupNodeStatus is the Schema for the lvmvolumegroupnodestatuses API 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 metadata: type: object spec: description: LVMVolumeGroupNodeStatusSpec defines the desired state of LVMVolumeGroupNodeStatus properties: nodeStatus: description: NodeStatus contains the per node status of the VG items: properties: deviceDiscoveryPolicy: default: RuntimeDynamic description: |- DeviceDiscoveryPolicy is a field to indicate whether the devices are discovered at runtime or preconfigured through a DeviceSelector Setting this to DeviceDiscoveryPolicyPreconfigured indicates the devices are preconfigured through a DeviceSelector. Setting this to DeviceDiscoveryPolicyRuntimeDynamic indicates the devices are added to the VG dynamically if they are present at runtime. By default, the value is set to RuntimeDynamic. enum: - Preconfigured - RuntimeDynamic type: string devices: description: Devices is the list of devices used by the volume group items: type: string type: array excluded: description: |- Excluded contains the per node status of applied device exclusions that were picked up via selector, but were not used for other reasons. items: properties: name: description: Name is the device that was filtered type: string reasons: description: Reasons are the human-readable reasons why the device was excluded from the volume group items: type: string type: array required: - name - reasons type: object type: array name: description: Name is the name of the volume group type: string reason: description: Reason provides more detail on the volume group creation status type: string status: description: Status tells if the volume group was created on the node type: string required: - deviceDiscoveryPolicy type: object type: array type: object status: description: LVMVolumeGroupNodeStatusStatus defines the observed state of LVMVolumeGroupNodeStatus type: object type: object served: true storage: true subresources: status: {} status: acceptedNames: kind: LVMVolumeGroupNodeStatus listKind: LVMVolumeGroupNodeStatusList plural: lvmvolumegroupnodestatuses singular: lvmvolumegroupnodestatus conditions: - lastTransitionTime: "2025-10-11T10:47:17Z" message: no conflicts found reason: NoConflicts status: "True" type: NamesAccepted - lastTransitionTime: "2025-10-11T10:47:17Z" message: the initial names have been accepted reason: InitialNamesAccepted status: "True" type: Established storedVersions: - v1alpha1