摘要:
main函数是程序的入口,main函数必须在package main的包。main函数没有入参和返回值。使用flag包来获取和解析命令行参数。 在 Go 语言里,命名为 main 的包具有特殊的含义。 Go 语言的编译程序会试图把这种名字的包编译为二进制可执行文件。 所有用 Go 语言编译的可执行程 阅读全文
摘要:
What is Interface type in Go ? 在Go语言中什么是接口类型?GoLang website anguage specification : An interface type specifies a method set called its interface. A v 阅读全文
摘要:
Kubernetes Componentshttps://kubernetes.io/docs/concepts/overview/components/ Control Plane Components kube-apiserver Kubernetes API 服务器验证并配置 API 对象的数 阅读全文
摘要:
https://kubernetes.io/docs/concepts/cluster-administration/addons/ Home Getting started Concepts Overview Cluster Architecture Containers Workloads Se 阅读全文