Skip to content

Commit e237bf0

Browse files
magic-peachchristarazi
authored andcommitted
docs: fix version string typo in CRD documentation
Fix inconsistency in the introducing_new_crds.rst documentation where the text referenced 'v2alpha.BGPPoolName' but the code example used 'v2alpha1.BGPPoolName'. The text was missing the '1' in the version prefix. Signed-off-by: Akanksha Trehun <akankshatrehun@gmail.com>
1 parent 2035d6b commit e237bf0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Documentation/contributing/development/introducing_new_crds.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ Your new CRDs must be installed into Kubernetes. This is controlled in
292292
the ``pkg/k8s/synced/crd.go`` file.
293293

294294
Here is an example diff which installs the CRDs ``v2alpha1.BGPPName``
295-
and ``v2alpha.BGPPoolName``:
295+
and ``v2alpha1.BGPPoolName``:
296296

297297
.. code-block:: diff
298298

0 commit comments

Comments
 (0)