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 />Required: \{\} <br /> |
131
131
|`tags`_string array_| Tags of the entry. || items:Pattern: `[a-z]*` <br /> |
132
132
|`time`_[Time](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.25/#time-v1-meta)_| Time of entry |||
133
133
|`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 /> |
134
-
|`rating`_[Rating](#rating)_| Rating provided by the guest || Maximum: 5 <br />Minimum: 1 <br /> |
134
+
|`rating`_[Rating](#github-com-elastic-crd-ref-docs-api-v1-rating)_| Rating provided by the guest || Maximum: 5 <br />Minimum: 1 <br /> |
135
135
|`email`_string_| Email is the email address of the guest (required field using +required marker) || Required: \{\} <br /> |
136
136
|`location`_string_| Location is the location of the guest (required field using +k8s:required marker) || Required: \{\} <br /> |
137
137
|`phone`_string_| Phone is the phone number of the guest (optional field using +optional marker) || Optional: \{\} <br /> |
138
138
|`company`_string_| Company is the company of the guest (optional field using +k8s:optional marker) || Optional: \{\} <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`. |||
|`headers`_[GuestbookHeader](#guestbookheader) array_| Headers contains a list of header items to include in the page || MaxItems: 10 <br />UniqueItems: true <br /> |
188
+
|`headers`_[GuestbookHeader](#github-com-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 /> |
189
189
|`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 |||
190
-
|`str`_[CommonString](#commonstring)_||||
191
-
|`enum`_[MyEnum](#myenum)_| Enumeration is an example of an aliased enumeration type || Enum: [MyFirstValue MySecondValue] <br /> |
|`enum`_[MyEnum](#github-com-elastic-crd-ref-docs-api-v1-myenum)_| Enumeration is an example of an aliased enumeration type || Enum: [MyFirstValue MySecondValue] <br /> |
192
192
|`digest`_string_| Digest is the content-addressable identifier of the guestbook || Pattern: `^sha256:[a-fA-F0-9]\{64\}$` <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`. |||
261
-
|`a`_[Underlying1](#underlying1)_|| b | MaxLength: 10 <br /> |
261
+
|`a`_[Underlying1](#github-com-elastic-crd-ref-docs-api-v1-underlying1)_|| b | MaxLength: 10 <br /> |
0 commit comments