if判断为假的条件 False None 0 空字符串 空的元组() 空的list 空的字典 空的set 注意以下情况 不会判断为假 : math.nan 不会判断为假 fi...
if判断为假的条件 False None 0 空字符串 空的元组() 空的list 空的字典 空的set 注意以下情况 不会判断为假 : math.nan 不会判断为假 fi...
https://stedolan.github.io/jq/manual/[https://stedolan.github.io/jq/manual/]在线测试: https...
因为 fatal error: all goroutines are asleep - deadlock! 这种程序的异常退出,其实不是 "异常" 引起的,例如 主协程因为 ...
基本的main.go 内置类型 布尔 : bool 整型 : int int8 int16 int32 int64int 根据操作系统决定是 int32 还是 int64 无...
mTLS mTLS 是 Mutual TLS(双向TLS认证) 的缩写 让我们使用 curl 演示 mTLS 过程 首先, 我们需要一个 client 和 server 都信...
什么是Admission Webhooks Admission Controllers(准入控制器) 中有两个特殊的 controllers : MutatingAdmiss...
什么是Admission Controllers(准入控制器) Admission Controllers(准入控制器) 拦截对 k8s API 的请求, 拦截时刻点是在请求...
当对 k8s API 的 request 到来时,它经过几个 stages ,如下图所示: 即 认证 、 授权 、 Admission(准入) 3个阶段 传输层安全 首先是 ...
资料来源: https://github.com/walidshaari/Kubernetes-Certified-Administrator[https://github....