--- apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition metadata: annotations: controller-gen.kubebuilder.io/version: v0.14.0 operatorframework.io/installed-alongside-4fd2d4304a7d92cb: metallb-system/metallb-operator.v4.18.0-202509240837 creationTimestamp: "2025-10-11T10:47:51Z" generation: 1 labels: olm.managed: "true" operators.coreos.com/metallb-operator.metallb-system: "" managedFields: - apiVersion: apiextensions.k8s.io/v1 fieldsType: FieldsV1 fieldsV1: f:metadata: f:annotations: .: {} f:controller-gen.kubebuilder.io/version: {} f:operatorframework.io/installed-alongside-4fd2d4304a7d92cb: {} 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:51Z" - 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:51Z" - apiVersion: apiextensions.k8s.io/v1 fieldsType: FieldsV1 fieldsV1: f:metadata: f:labels: f:operators.coreos.com/metallb-operator.metallb-system: {} manager: olm operation: Update time: "2025-10-11T10:48:15Z" name: frrnodestates.frrk8s.metallb.io resourceVersion: "27798" uid: ab643dd3-4ce6-4a5b-8d6a-6029f628e635 spec: conversion: strategy: None group: frrk8s.metallb.io names: kind: FRRNodeState listKind: FRRNodeStateList plural: frrnodestates singular: frrnodestate scope: Cluster versions: - name: v1beta1 schema: openAPIV3Schema: description: FRRNodeState exposes the status of the FRR instance running on each node. 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: FRRNodeStateSpec defines the desired state of FRRNodeState. type: object status: description: FRRNodeStateStatus defines the observed state of FRRNodeState. properties: lastConversionResult: description: LastConversionResult is the status of the last translation between the `FRRConfiguration`s resources and FRR's configuration, contains "success" or an error. type: string lastReloadResult: description: LastReloadResult represents the status of the last configuration update operation by FRR, contains "success" or an error. type: string runningConfig: description: RunningConfig represents the current FRR running config, which is the configuration the FRR instance is currently running with. type: string type: object type: object served: true storage: true subresources: status: {} status: acceptedNames: kind: FRRNodeState listKind: FRRNodeStateList plural: frrnodestates singular: frrnodestate conditions: - lastTransitionTime: "2025-10-11T10:47:51Z" message: no conflicts found reason: NoConflicts status: "True" type: NamesAccepted - lastTransitionTime: "2025-10-11T10:47:51Z" message: the initial names have been accepted reason: InitialNamesAccepted status: "True" type: Established storedVersions: - v1beta1