From 08b021134531ede1fa237285215fc7e0c412c9c1 Mon Sep 17 00:00:00 2001 From: Pavan <25031267+Pavan-SAP@users.noreply.github.com> Date: Mon, 6 Jul 2026 15:14:27 +0200 Subject: [PATCH] [Misc] type: minor typo corrected dependant --> dependent --- pkg/apis/sme.sap.com/v1alpha1/types.go | 2 +- .../sme.sap.com/v1alpha1/capapplicationspec.go | 2 +- website/includes/api-reference.html | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pkg/apis/sme.sap.com/v1alpha1/types.go b/pkg/apis/sme.sap.com/v1alpha1/types.go index 1c31fe18..be95a453 100644 --- a/pkg/apis/sme.sap.com/v1alpha1/types.go +++ b/pkg/apis/sme.sap.com/v1alpha1/types.go @@ -105,7 +105,7 @@ type CAPApplicationSpec struct { Provider *BTPTenantIdentification `json:"provider,omitempty"` // SAP BTP Services consumed by the application BTP BTP `json:"btp"` - // Rollout on Credentials Update may be used to rollout deployments when dependant service credentials are updated + // Rollout on Credentials Update may be used to rollout deployments when dependent service credentials are updated RolloutOnCredentialUpdate bool `json:"rolloutOnCredentialUpdate,omitempty"` } diff --git a/pkg/client/applyconfiguration/sme.sap.com/v1alpha1/capapplicationspec.go b/pkg/client/applyconfiguration/sme.sap.com/v1alpha1/capapplicationspec.go index 490a3c04..653551d4 100644 --- a/pkg/client/applyconfiguration/sme.sap.com/v1alpha1/capapplicationspec.go +++ b/pkg/client/applyconfiguration/sme.sap.com/v1alpha1/capapplicationspec.go @@ -28,7 +28,7 @@ type CAPApplicationSpecApplyConfiguration struct { Provider *BTPTenantIdentificationApplyConfiguration `json:"provider,omitempty"` // SAP BTP Services consumed by the application BTP *BTPApplyConfiguration `json:"btp,omitempty"` - // Rollout on Credentials Update may be used to rollout deployments when dependant service credentials are updated + // Rollout on Credentials Update may be used to rollout deployments when dependent service credentials are updated RolloutOnCredentialUpdate *bool `json:"rolloutOnCredentialUpdate,omitempty"` } diff --git a/website/includes/api-reference.html b/website/includes/api-reference.html index 6e35d76e..907deafe 100644 --- a/website/includes/api-reference.html +++ b/website/includes/api-reference.html @@ -174,7 +174,7 @@
Rollout on Credentials Update may be used to rollout deployments when dependant service credentials are updated
+Rollout on Credentials Update may be used to rollout deployments when dependent service credentials are updated
Rollout on Credentials Update may be used to rollout deployments when dependant service credentials are updated
+Rollout on Credentials Update may be used to rollout deployments when dependent service credentials are updated
Generated with gen-crd-api-reference-docs
-on git commit 71b5c8e.
+on git commit 937a1ca.