@@ -23,14 +23,14 @@ virtual network.
2323
2424.. include:: /includes/fact-ak8so-crds.rst
2525
26- |ak8so| does one of the following actions using the |service|
26+ |ak8so| takes one of the following actions using the |service|
2727:oas-atlas-tag:`Private Endpoint Service API Resource
2828</Private-Endpoint-Services>`:
2929
3030- Creates a new private endpoint service.
3131- Updates an existing private endpoint service.
3232
33- To learn more about implememting private endpoints in |ak8so|, see
33+ To learn more about implementing private endpoints in |ak8so|, see
3434:ref:`Manage Private Endpoints <ak8so-private-endpoint>`.
3535
3636Examples
@@ -82,7 +82,7 @@ inherit API credentials from its parent project.
8282 metadata:
8383 name: my-atlas-pe1
8484 spec:
85- atlasRef :
85+ externalProjectRef :
8686 projectID: 66e2f2b621571b7e69a89b66
8787 connectionSecret:
8888 name: atlas-connection-secret
@@ -94,22 +94,24 @@ inherit API credentials from its parent project.
9494Parameters
9595----------
9696
97- This section describes the ``AtlasPrivateEndpoint`` custom resource parameters available.
97+ This section describes the ``AtlasPrivateEndpoint`` custom resource
98+ parameters available.
9899
99100``metadata.name``
100101 *Type*: string
101102
102103 *Required*
103104
104- Name that the :ref:`atlasproject-custom-resource` uses to add this private endpoint to a project.
105+ Name that the :ref:`atlasprivateendpoint-custom-resource` uses to
106+ add this private endpoint to a project.
105107
106108.. setting:: metadata.namespace
107109
108110 *Type*: string
109111
110112 *Optional*
111113
112- Namespace that you want to contain the ``atlasPrivateEndpoint ``
114+ Namespace that you want to contain the ``AtlasPrivateEndpoint ``
113115 custom resource. If unspecified, |ak8so| uses the current namespace
114116 set by ``kubectl``.
115117
@@ -248,7 +250,7 @@ This section describes the ``AtlasPrivateEndpoint`` custom resource parameters a
248250 parameter applies only to private endpoints that belong to projects
249251 managed by the same instance |ak8so|.
250252
251- For deployments that belong to projects managed by either:
253+ For private endpoints that belong to projects managed by either:
252254
253255 - a different instance of |ak8so|
254256 - tooling other than |ak8so|
0 commit comments