--- apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition metadata: annotations: controller-gen.kubebuilder.io/version: v0.16.3 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:16Z" name: servicel2statuses.metallb.io resourceVersion: "27899" uid: df66f2b3-13f0-488f-9ebc-ba10621b3773 spec: conversion: strategy: None group: metallb.io names: kind: ServiceL2Status listKind: ServiceL2StatusList plural: servicel2statuses singular: servicel2status scope: Namespaced versions: - additionalPrinterColumns: - jsonPath: .status.node name: Allocated Node type: string - jsonPath: .status.serviceName name: Service Name type: string - jsonPath: .status.serviceNamespace name: Service Namespace type: string name: v1beta1 schema: openAPIV3Schema: description: ServiceL2Status reveals the actual traffic status of loadbalancer services in layer2 mode. 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: ServiceL2StatusSpec defines the desired state of ServiceL2Status. type: object status: description: MetalLBServiceL2Status defines the observed state of ServiceL2Status. properties: interfaces: description: Interfaces indicates the interfaces that receive the directed traffic items: description: InterfaceInfo defines interface info of layer2 announcement. properties: name: description: Name the name of network interface card type: string type: object type: array node: description: Node indicates the node that receives the directed traffic type: string x-kubernetes-validations: - message: Value is immutable rule: self == oldSelf serviceName: description: ServiceName indicates the service this status represents type: string x-kubernetes-validations: - message: Value is immutable rule: self == oldSelf serviceNamespace: description: ServiceNamespace indicates the namespace of the service type: string x-kubernetes-validations: - message: Value is immutable rule: self == oldSelf type: object type: object served: true storage: true subresources: status: {} status: acceptedNames: kind: ServiceL2Status listKind: ServiceL2StatusList plural: servicel2statuses singular: servicel2status 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