fix: SecretName description for DynamicServingConfig
Signed-off-by: Diego Arce <diego@arce.cr>
This commit is contained in:
parent
3204b21a82
commit
83e0f95e58
@ -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
|
||||
|
||||
|
||||
@ -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
|
||||
|
||||
|
||||
@ -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"`
|
||||
|
||||
|
||||
@ -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"`
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user