@@ -61,7 +61,7 @@ metadata:
6161 categories : Networking
6262 certified : " false"
6363 containerImage : quay.io/openshift/origin-ptp-operator:4.21
64- createdAt : " 2025-09-10 "
64+ createdAt : " 2025-09-25T09:20:14Z "
6565 description : This software enables configuration of Precision Time Protocol(PTP)
6666 on Kubernetes. It detects hardware capable PTP devices on each node, and configures
6767 linuxptp processes such as ptp4l, phc2sys and timemaster.
@@ -78,7 +78,7 @@ metadata:
7878 olm.skipRange : " >=4.3.0-0 <4.21.0"
7979 operatorframework.io/suggested-namespace : openshift-ptp
8080 operators.openshift.io/infrastructure-features : ' ["disconnected"]'
81- operators.operatorframework.io/builder : operator-sdk-v1.22.0 -ocp
81+ operators.operatorframework.io/builder : operator-sdk-v1.36.1 -ocp
8282 operators.operatorframework.io/project_layout : go.kubebuilder.io/v3
8383 provider : Red Hat
8484 repository : https://github.com/k8snetworkplumbingwg/ptp-operator
@@ -104,10 +104,10 @@ spec:
104104 kind : PtpOperatorConfig
105105 name : ptpoperatorconfigs.ptp.openshift.io
106106 specDescriptors :
107- - description : ' ApiVersion is used to determine which API is used for the event
108- service 1.0: default version. event service is mapped to internal REST-API.
109- 2.x: event service is mapped to O-RAN v3.0 Compliant O-Cloud Notification
110- REST-API.'
107+ - description : |-
108+ ApiVersion is used to determine which API is used for the event service
109+ 1.0: default version. event service is mapped to internal REST-API.
110+ 2.x: event service is mapped to O-RAN v3.0 Compliant O-Cloud Notification REST-API.
111111 displayName: ApiVersion
112112 path: ptpEventConfig.apiVersion
113113 x-descriptors:
@@ -117,8 +117,9 @@ spec:
117117 path : ptpEventConfig.storageType
118118 x-descriptors :
119119 - urn:alm:descriptor:com.tectonic.ui:text
120- - description : ' TransportHost format is <protocol>://<transport-service>.<namespace>.svc.cluster.local:<transport-port>
121- Example HTTP transport: "http://ptp-event-publisher-service-NODE_NAME.openshift-ptp.svc.cluster.local:9043"'
120+ - description : |-
121+ TransportHost format is <protocol>://<transport-service>.<namespace>.svc.cluster.local:<transport-port>
122+ Example HTTP transport: "http://ptp-event-publisher-service-NODE_NAME.openshift-ptp.svc.cluster.local:9043"
122123 displayName: Transport Host
123124 path: ptpEventConfig.transportHost
124125 x-descriptors:
0 commit comments