fix: SecretName description for DynamicServingConfig

Signed-off-by: Diego Arce <diego@arce.cr>
This commit is contained in:
Diego Arce 2024-02-21 23:12:43 -06:00
parent 3204b21a82
commit 83e0f95e58
No known key found for this signature in database
GPG Key ID: 95FAE964212D7335
4 changed files with 4 additions and 4 deletions

View File

@ -279,7 +279,7 @@ type DynamicServingConfig struct {
// used as a CA to sign dynamic serving certificates.
SecretNamespace string
// Namespace of the Kubernetes Secret resource containing the TLS certificate
// Secret resource name containing the TLS certificate
// used as a CA to sign dynamic serving certificates.
SecretName string

View File

@ -111,7 +111,7 @@ type DynamicServingConfig struct {
// used as a CA to sign dynamic serving certificates.
SecretNamespace string
// Namespace of the Kubernetes Secret resource containing the TLS certificate
// Kubernetes Secret resource containing the TLS certificate
// used as a CA to sign dynamic serving certificates.
SecretName string

View File

@ -285,7 +285,7 @@ type DynamicServingConfig struct {
// used as a CA to sign dynamic serving certificates.
SecretNamespace string `json:"secretNamespace,omitempty"`
// Namespace of the Kubernetes Secret resource containing the TLS certificate
// Secret resource name containing the TLS certificate
// used as a CA to sign dynamic serving certificates.
SecretName string `json:"secretName,omitempty"`

View File

@ -99,7 +99,7 @@ type DynamicServingConfig struct {
// used as a CA to sign dynamic serving certificates.
SecretNamespace string `json:"secretNamespace,omitempty"`
// Namespace of the Kubernetes Secret resource containing the TLS certificate
// Secret resource name containing the TLS certificate
// used as a CA to sign dynamic serving certificates.
SecretName string `json:"secretName,omitempty"`