From c1afb91333876bd3729804da30caf493b630f772 Mon Sep 17 00:00:00 2001 From: Simon Beck Date: Tue, 3 Sep 2024 10:14:37 +0200 Subject: [PATCH] Small change to test CI again --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 99be43b85..f1784808b 100644 --- a/README.md +++ b/README.md @@ -259,4 +259,3 @@ apiserver --secure-port=9443 --kubeconfig=/.kube/config --authen Protocol Buffers (Protobuf) is a free and open-source cross-platform data format used to serialize structured data. Kubernetes internally uses gRPC clients with protobuf serialization. APIServer objects when handled internally in K8S need to implement protobuf interface. The implementation of the interface is done by [code-generator](https://github.com/kubernetes/code-generator). Two dependencies are required to use this tool [protoc](https://github.com/protocolbuffers/protobuf) and [protoc-gen-go](https://google.golang.org/protobuf/cmd/protoc-gen-go). -