Skip to content

Commit

Permalink
Small change to test CI again
Browse files Browse the repository at this point in the history
  • Loading branch information
Kidswiss committed Sep 3, 2024
1 parent 2f3d221 commit c1afb91
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -259,4 +259,3 @@ apiserver --secure-port=9443 --kubeconfig=<your-home-path>/.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).

0 comments on commit c1afb91

Please sign in to comment.