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 @@

CAPApplication -

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

@@ -1252,7 +1252,7 @@

CAPApplicationSpec -

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

@@ -4017,5 +4017,5 @@

WorkloadMonitoring

Generated with gen-crd-api-reference-docs -on git commit 71b5c8e. +on git commit 937a1ca.