1
0
mirror of https://github.com/rancher/types.git synced 2025-09-13 05:26:11 +00:00

rename EndpointCA

This commit is contained in:
moelsayed
2019-06-25 21:14:19 +02:00
committed by Alena Prokharchyk
parent 4ca17511e2
commit c99148dd4a

View File

@@ -35,8 +35,8 @@ type S3BackupConfig struct {
Region string `yaml:"region" json:"region,omitempty"`
// Endpoint is used if this is not an AWS API
Endpoint string `yaml:"endpoint" json:"endpoint"`
// EndpointCA is used to connect to custom s3 endpoints
EndpointCA string `yaml:"endpoint_ca" json:"endpointCa,omitempty"`
// CustomCA is used to connect to custom s3 endpoints
CustomCA string `yaml:"custom_ca" json:"customCa,omitempty"`
}
type EtcdBackup struct {
types.Namespaced