Skip to content

Commit

Permalink
Merge pull request #227 from vshn/test/ci
Browse files Browse the repository at this point in the history
Small change to test CI again
  • Loading branch information
Kidswiss authored Sep 3, 2024
2 parents 2f3d221 + c1afb91 commit 5b6952e
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 5b6952e

Please sign in to comment.