Skip to content

Commit 778259c

Browse files
committed
Remove the instruction to add Status subresource markers
Because they are now added by default. Fixes: #22 Signed-off-by: Richard Wall <richard.wall@jetstack.io>
1 parent d6c0afa commit 778259c

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

README.md

-4
Original file line numberDiff line numberDiff line change
@@ -126,10 +126,6 @@ The values we pass to these commands specify the GVK (group, version, kind):
126126
These commands will have created some boilerplate files and directories: `api/` and `controllers/`,
127127
which we now need to edit as follows:
128128

129-
* `api/v1alpha1/{cluster}issuer_types.go`:
130-
Add [Kubebuilder CRD Markers](https://book.kubebuilder.io/reference/markers/crd.html) to allow modification of IssuerStatus
131-
as a [Status Subresource](https://book-v1.book.kubebuilder.io/basics/status_subresource.html): `// +kubebuilder:subresource:status`
132-
133129
* `api/v1alpha1/clusterissuer_types.go`:
134130
Remove the `ClusterIssuerSpec` and `ClusterIssuerStatus` and replace them with `IssuerSpec` and `IssuerStatus`.
135131
This is because both types of issuers share the same configuration and status reporting.

0 commit comments

Comments
 (0)