Skip to content

Commit

Permalink
chore(kgo): bump to CRD docs 1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pmalek committed Nov 29, 2024
1 parent 6ba3469 commit 4bbb1c0
Showing 1 changed file with 10 additions and 28 deletions.
38 changes: 10 additions & 28 deletions app/_src/gateway-operator/reference/custom-resources/1.4.x.md
Original file line number Diff line number Diff line change
Expand Up @@ -483,7 +483,7 @@ It is used to reference a Control Plane entity.

| Field | Description |
| --- | --- |
| `type` _string_ | Type can be one of: - konnectID - konnectNamespacedRef - kic |
| `type` _string_ | Type indicates the type of the control plane being referenced. Allowed values: - konnectID - konnectNamespacedRef - kic<br /><br /> The default is kic, which implies that the Control Plane is KIC. |
| `konnectID` _string_ | KonnectID is the schema for the KonnectID type. This field is required when the Type is konnectID. |
| `konnectNamespacedRef` _[KonnectNamespacedRef](#konnectnamespacedref)_ | KonnectNamespacedRef is a reference to a Konnect Control Plane entity inside the cluster. It contains the name of the Konnect Control Plane. This field is required when the Type is konnectNamespacedRef. |

Expand Down Expand Up @@ -1139,19 +1139,18 @@ _Appears in:_
#### KongObjectRef


KongObjectRef is a reference to another object representing a Kong entity with deterministic type.<br /><br />
TODO: https://github.com/Kong/kubernetes-configuration/issues/96
change other types to use the generic `KongObjectRef` and move it to a common package to prevent possible import cycles.
KongObjectRef is a reference to another object representing a Kong entity with deterministic type.



| Field | Description |
| --- | --- |
| `name` _string_ | Name is the name of the entity.<br /><br /> NOTE: the `Required` validation rule does not reject empty strings so we use `MinLength` to reject empty string here. |
| `name` _string_ | Name is the name of the entity. |


_Appears in:_
- [KongSNISpec](#kongsnispec)
- [ServiceRef](#serviceref)

#### KongPluginBindingSpec

Expand Down Expand Up @@ -1240,7 +1239,7 @@ _Appears in:_
#### KongRouteSpec


KongRouteSpec defines specification of a Kong Route.
KongRouteSpec defines spec of a Kong Route.



Expand Down Expand Up @@ -1289,7 +1288,7 @@ _Appears in:_
#### KongSNIAPISpec


KongSNIAPISpec defines specification of an SNI.
KongSNIAPISpec defines the spec of an SNI.



Expand Down Expand Up @@ -1338,7 +1337,7 @@ _Appears in:_
#### KongServiceAPISpec


KongServiceAPISpec defines specification of a Kong Service.
KongServiceAPISpec defines the specification of a Kong Service.



Expand Down Expand Up @@ -1428,8 +1427,7 @@ _Appears in:_
#### KongTargetSpec


KongTargetSpec defines the specification of a Kong Target.
KongTargetSpec defines the desired state of KongTarget.
KongTargetSpec defines the spec of KongTarget.



Expand Down Expand Up @@ -1495,7 +1493,7 @@ _Appears in:_
#### KongUpstreamSpec


KongUpstreamSpec defines specification of a Kong Upstream.
KongUpstreamSpec defines the spec of Kong Upstream.



Expand Down Expand Up @@ -1605,22 +1603,6 @@ Namespace refers to a Kubernetes namespace. It must be a RFC 1123 label.
_Appears in:_
- [ControllerReference](#controllerreference)

#### NamespacedServiceRef


NamespacedServiceRef is a namespaced reference to a KongService.<br /><br />
NOTE: currently cross namespace references are not supported.



| Field | Description |
| --- | --- |
| `name` _string_ | |


_Appears in:_
- [ServiceRef](#serviceref)

#### ObjectName
_Underlying type:_ `string`

Expand Down Expand Up @@ -1678,7 +1660,7 @@ ServiceRef is a reference to a KongService.
| Field | Description |
| --- | --- |
| `type` _string_ | Type can be one of: - namespacedRef |
| `namespacedRef` _[NamespacedServiceRef](#namespacedserviceref)_ | NamespacedRef is a reference to a KongService. |
| `namespacedRef` _[KongObjectRef](#kongobjectref)_ | NamespacedRef is a reference to a KongService. |


_Appears in:_
Expand Down

0 comments on commit 4bbb1c0

Please sign in to comment.