--- 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:23Z" 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:shortNames: {} f:singular: {} f:scope: {} f:versions: {} manager: cluster-version-operator operation: Update time: "2025-10-11T10:25:23Z" - apiVersion: apiextensions.k8s.io/v1 fieldsType: FieldsV1 fieldsV1: f:status: f:acceptedNames: f:kind: {} f:listKind: {} f:plural: {} f:shortNames: {} 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:23Z" name: bmceventsubscriptions.metal3.io ownerReferences: - apiVersion: config.openshift.io/v1 controller: true kind: ClusterVersion name: version uid: d5f199fe-acec-4610-b505-6d5fa3929e77 resourceVersion: "1019" uid: 4b31bf0c-7b74-4e7d-b654-c7b97b36bc5e spec: conversion: strategy: None group: metal3.io names: kind: BMCEventSubscription listKind: BMCEventSubscriptionList plural: bmceventsubscriptions shortNames: - bes - bmcevent singular: bmceventsubscription scope: Namespaced versions: - additionalPrinterColumns: - description: The most recent error message jsonPath: .status.error name: Error type: string - description: Time duration since creation of BMCEventSubscription jsonPath: .metadata.creationTimestamp name: Age type: date name: v1alpha1 schema: openAPIV3Schema: description: BMCEventSubscription is the Schema for the fast eventing 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: properties: context: description: Arbitrary user-provided context for the event type: string destination: description: A webhook URL to send events to type: string hostName: description: A reference to a BareMetalHost type: string httpHeadersRef: description: |- A secret containing HTTP headers which should be passed along to the Destination when making a request properties: name: description: name is unique within a namespace to reference a secret resource. type: string namespace: description: namespace defines the space within which the secret name must be unique. type: string type: object x-kubernetes-map-type: atomic type: object status: properties: error: type: string subscriptionID: type: string type: object type: object served: true storage: true subresources: status: {} status: acceptedNames: kind: BMCEventSubscription listKind: BMCEventSubscriptionList plural: bmceventsubscriptions shortNames: - bes - bmcevent singular: bmceventsubscription conditions: - lastTransitionTime: "2025-10-11T10:25:23Z" message: no conflicts found reason: NoConflicts status: "True" type: NamesAccepted - lastTransitionTime: "2025-10-11T10:25:23Z" message: the initial names have been accepted reason: InitialNamesAccepted status: "True" type: Established storedVersions: - v1alpha1