diff --git a/apis/management.cattle.io/v3/logging_types.go b/apis/management.cattle.io/v3/logging_types.go index ffea48e1..00975c34 100644 --- a/apis/management.cattle.io/v3/logging_types.go +++ b/apis/management.cattle.io/v3/logging_types.go @@ -166,7 +166,10 @@ type FluentServer struct { } type CustomTargetConfig struct { - Content string `json:"content,omitempty"` + Content string `json:"content,omitempty"` + Certificate string `json:"certificate,omitempty"` + ClientCert string `json:"clientCert,omitempty"` + ClientKey string `json:"clientKey,omitempty"` } type LoggingSystemImages struct {