1
0
mirror of https://github.com/rancher/types.git synced 2025-07-31 20:55:00 +00:00

Add secret fields for cloud providers

This commit is contained in:
Colleen Murphy 2022-03-11 15:21:19 -08:00
parent bdb0c64df7
commit 5f1e83c410

View File

@ -163,6 +163,11 @@ type ClusterStatus struct {
PrivateRegistrySecret string `json:"privateRegistrySecret,omitempty" norman:"nocreate,noupdate"`
S3CredentialSecret string `json:"s3CredentialSecret,omitempty" norman:"nocreate,noupdate"`
WeavePasswordSecret string `json:"weavePasswordSecret,omitempty" norman:"nocreate,noupdate"`
VsphereSecret string `json:"vsphereSecret,omitempty" norman:"nocreate,noupdate"`
VirtualCenterSecret string `json:"virtualCenterSecret,omitempty" norman:"nocreate,noupdate"`
OpenStackSecret string `json:"openStackSecret,omitempty" norman:"nocreate,noupdate"`
AADClientSecret string `json:"aadClientSecret,omitempty" norman:"nocreate,noupdate"`
AADClientCertSecret string `json:"aadClientCertSecret,omitempty" norman:"nocreate,noupdate"`
}
type ClusterComponentStatus struct {