File tree Expand file tree Collapse file tree 1 file changed +35
-0
lines changed
charts/etcd-operator/crds Expand file tree Collapse file tree 1 file changed +35
-0
lines changed Original file line number Diff line number Diff line change @@ -4318,6 +4318,41 @@ spec:
43184318 format : int32
43194319 minimum : 0
43204320 type : integer
4321+ security :
4322+ description : Security describes security settings of etcd (authentication, certificates, rbac)
4323+ properties :
4324+ clientServer :
4325+ properties :
4326+ ca :
4327+ properties :
4328+ secretName :
4329+ type : string
4330+ type : object
4331+ rootClientCert :
4332+ properties :
4333+ secretName :
4334+ type : string
4335+ type : object
4336+ serverCert :
4337+ properties :
4338+ secretName :
4339+ type : string
4340+ type : object
4341+ type : object
4342+ peer :
4343+ properties :
4344+ ca :
4345+ properties :
4346+ secretName :
4347+ type : string
4348+ type : object
4349+ cert :
4350+ properties :
4351+ secretName :
4352+ type : string
4353+ type : object
4354+ type : object
4355+ type : object
43214356 storage :
43224357 description : |-
43234358 StorageSpec defines the configured storage for a etcd members.
You can’t perform that action at this time.
0 commit comments