1
0
mirror of https://github.com/rancher/types.git synced 2025-08-02 05:11:59 +00:00

generated code

This commit is contained in:
moelsayed 2019-06-25 21:24:51 +02:00 committed by Alena Prokharchyk
parent c99148dd4a
commit f5114e54b7

View File

@ -4,8 +4,8 @@ const (
S3BackupConfigType = "s3BackupConfig"
S3BackupConfigFieldAccessKey = "accessKey"
S3BackupConfigFieldBucketName = "bucketName"
S3BackupConfigFieldCustomCA = "customCa"
S3BackupConfigFieldEndpoint = "endpoint"
S3BackupConfigFieldEndpointCA = "endpointCa"
S3BackupConfigFieldRegion = "region"
S3BackupConfigFieldSecretKey = "secretKey"
)
@ -13,8 +13,8 @@ const (
type S3BackupConfig struct {
AccessKey string `json:"accessKey,omitempty" yaml:"accessKey,omitempty"`
BucketName string `json:"bucketName,omitempty" yaml:"bucketName,omitempty"`
CustomCA string `json:"customCa,omitempty" yaml:"customCa,omitempty"`
Endpoint string `json:"endpoint,omitempty" yaml:"endpoint,omitempty"`
EndpointCA string `json:"endpointCa,omitempty" yaml:"endpointCa,omitempty"`
Region string `json:"region,omitempty" yaml:"region,omitempty"`
SecretKey string `json:"secretKey,omitempty" yaml:"secretKey,omitempty"`
}