You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This change will break existing links in custom Markdown templates, as it now uses GroupVersionID to link to resources.
To fix this, replace `## {{ $gv.GroupVersionString }}` in gv_details.tpl with `## <a id="{{ markdownGroupVersionID $gv | markdownSafeID }}">{{ $gv.GroupVersionString }}</a>`.
|`metadata`_[ObjectMeta](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.25/#objectmeta-v1-meta)_| Refer to Kubernetes API documentation for fields of `metadata`. |||
|`name`_string_| Name of the guest (pipe \| should be escaped) || MaxLength: 80 <br />Pattern: `0*[a-z0-9]*[a-z]*[0-9]` <br /> |
131
131
|`time`_[Time](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.25/#time-v1-meta)_| Time of entry |||
132
132
|`comment`_string_| Comment by guest. This can be a multi-line comment.<br />Like this one.<br />Now let's test a list:<br />* a<br />* b<br />Another isolated comment.<br />Looks good? || Pattern: `0*[a-z0-9]*[a-z]*[0-9]*\|\s` <br /> |
133
-
|`rating`_[Rating](#rating)_| Rating provided by the guest || Maximum: 5 <br />Minimum: 1 <br /> |
133
+
|`rating`_[Rating](#github.zerozr99.workers.dev-elastic-crd-ref-docs-api-v1-rating)_| Rating provided by the guest || Maximum: 5 <br />Minimum: 1 <br /> |
|`metadata`_[ListMeta](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.25/#listmeta-v1-meta)_| Refer to Kubernetes API documentation for fields of `metadata`. |||
|`page`_[PositiveInt](#positiveint)_| Page indicates the page number | 1 | Minimum: 1 <br /> |
181
-
|`entries`_[GuestbookEntry](#guestbookentry) array_| Entries contain guest book entries for the page |||
180
+
|`page`_[PositiveInt](#github.zerozr99.workers.dev-elastic-crd-ref-docs-api-v1-positiveint)_| Page indicates the page number | 1 | Minimum: 1 <br /> |
181
+
|`entries`_[GuestbookEntry](#github.zerozr99.workers.dev-elastic-crd-ref-docs-api-v1-guestbookentry) array_| Entries contain guest book entries for the page |||
|`headers`_[GuestbookHeader](#guestbookheader) array_| Headers contains a list of header items to include in the page || MaxItems: 10 <br />UniqueItems: true <br /> |
183
+
|`headers`_[GuestbookHeader](#github.zerozr99.workers.dev-elastic-crd-ref-docs-api-v1-guestbookheader) array_| Headers contains a list of header items to include in the page || MaxItems: 10 <br />UniqueItems: true <br /> |
184
184
|`certificateRef`_[SecretObjectReference](https://gateway-api.sigs.k8s.io/references/spec/#gateway.networking.k8s.io/v1beta1.SecretObjectReference)_| CertificateRef is a reference to a secret containing a certificate |||
185
-
|`str`_[CommonString](#commonstring)_||||
186
-
|`enum`_[MyEnum](#myenum)_| Enumeration is an example of an aliased enumeration type || Enum: [MyFirstValue MySecondValue] <br /> |
|`enum`_[MyEnum](#github.zerozr99.workers.dev-elastic-crd-ref-docs-api-v1-myenum)_| Enumeration is an example of an aliased enumeration type || Enum: [MyFirstValue MySecondValue] <br /> |
|`metadata`_[ObjectMeta](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.25/#objectmeta-v1-meta)_| Refer to Kubernetes API documentation for fields of `metadata`. |||
255
-
|`a`_[Underlying1](#underlying1)_|| b | MaxLength: 10 <br /> |
255
+
|`a`_[Underlying1](#github.zerozr99.workers.dev-elastic-crd-ref-docs-api-v1-underlying1)_|| b | MaxLength: 10 <br /> |
0 commit comments