You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a part of #9495, some types in configtls were renamed to match the naming convention followed in other packages. But the fields/attributes that use those types were not renamed to maintain backward compatibility. Opening this PR to track that change.
Types that were renamed
TLSClientSetting to ClientConfig
TLSServerSetting to ServerConfig
TLSSetting to Config
These types are used with some struct attributes in the package confighttp and configgrpc.
The text was updated successfully, but these errors were encountered:
**Description:** <Describe what has changed.>
Removed deprecated structs
**Link to tracking Issue:** <Issue number if applicable>
Related to
#9428
Related to
#9474Closes#9548
Originally posted by @bogdandrutu in #9495 (comment)
As a part of #9495, some types in
configtls
were renamed to match the naming convention followed in other packages. But the fields/attributes that use those types were not renamed to maintain backward compatibility. Opening this PR to track that change.Types that were renamed
TLSClientSetting
toClientConfig
TLSServerSetting
toServerConfig
TLSSetting
toConfig
These types are used with some struct attributes in the package
confighttp
andconfiggrpc
.The text was updated successfully, but these errors were encountered: