--- apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition metadata: annotations: capability.openshift.io/name: baremetal controller-gen.kubebuilder.io/version: v0.16.5 include.release.openshift.io/self-managed-high-availability: "true" include.release.openshift.io/single-node-developer: "true" creationTimestamp: "2025-10-11T10:25:27Z" generation: 1 managedFields: - apiVersion: apiextensions.k8s.io/v1 fieldsType: FieldsV1 fieldsV1: f:metadata: f:annotations: .: {} f:capability.openshift.io/name: {} f:controller-gen.kubebuilder.io/version: {} f:include.release.openshift.io/self-managed-high-availability: {} f:include.release.openshift.io/single-node-developer: {} f:ownerReferences: .: {} k:{"uid":"d5f199fe-acec-4610-b505-6d5fa3929e77"}: {} f:spec: f:conversion: .: {} f:strategy: {} f:group: {} f:names: f:kind: {} f:listKind: {} f:plural: {} f:singular: {} f:scope: {} f:versions: {} manager: cluster-version-operator operation: Update time: "2025-10-11T10:25:27Z" - 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:25:27Z" name: firmwareschemas.metal3.io ownerReferences: - apiVersion: config.openshift.io/v1 controller: true kind: ClusterVersion name: version uid: d5f199fe-acec-4610-b505-6d5fa3929e77 resourceVersion: "1176" uid: 728f0b39-9c94-4259-b8ec-18cb17813a63 spec: conversion: strategy: None group: metal3.io names: kind: FirmwareSchema listKind: FirmwareSchemaList plural: firmwareschemas singular: firmwareschema scope: Namespaced versions: - name: v1alpha1 schema: openAPIV3Schema: description: FirmwareSchema is the Schema for the firmwareschemas 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: FirmwareSchemaSpec defines the desired state of FirmwareSchema. properties: hardwareModel: description: The hardware model associated with this schema type: string hardwareVendor: description: The hardware vendor associated with this schema type: string schema: additionalProperties: description: Additional data describing the firmware setting. properties: allowable_values: description: The allowable value for an Enumeration type setting. items: type: string type: array attribute_type: description: The type of setting. enum: - Enumeration - String - Integer - Boolean - Password type: string lower_bound: description: The lowest value for an Integer type setting. type: integer max_length: description: Maximum length for a String type setting. type: integer min_length: description: Minimum length for a String type setting. type: integer read_only: description: Whether or not this setting is read only. type: boolean unique: description: |- Whether or not this setting's value is unique to this node, e.g. a serial number. type: boolean upper_bound: description: The highest value for an Integer type setting. type: integer type: object description: Map of firmware name to schema type: object required: - schema type: object type: object served: true storage: true status: acceptedNames: kind: FirmwareSchema listKind: FirmwareSchemaList plural: firmwareschemas singular: firmwareschema conditions: - lastTransitionTime: "2025-10-11T10:25:27Z" message: no conflicts found reason: NoConflicts status: "True" type: NamesAccepted - lastTransitionTime: "2025-10-11T10:25:27Z" message: the initial names have been accepted reason: InitialNamesAccepted status: "True" type: Established storedVersions: - v1alpha1