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
Copy file name to clipboardExpand all lines: docs/api-generator-contract.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,6 +31,7 @@ Each service record defines:
31
31
|`formalSpec`| Optional controller slug from `formal/controller_manifest.tsv` when one formal row covers the service-level runtime contract. |
32
32
|`observedState.sdkAliases`| Optional observed-state SDK struct aliases keyed by the discovered SDK resource family when status synthesis must read a differently named response model. |
33
33
|`observedState.excludedFieldPaths`| Optional dot-separated observed-state field paths keyed by the discovered SDK resource family when sensitive or unsupported SDK fields must be omitted from generated status surfaces. |
34
+
|`observedState.requiredPointerFieldPaths`| Optional dot-separated observed-state field paths keyed by the discovered SDK resource family that must retain value presence in generated status while remaining required in the CRD schema. |
34
35
|`generation.controller.strategy`| Service-wide controller rollout: `none`, `manual`, or `generated`. |
35
36
|`generation.serviceManager.strategy`| Service-wide service-manager rollout: `none`, `manual`, or `generated`. |
36
37
|`generation.registration.strategy`| Group-level runtime registration rollout: `none`, `manual`, or `generated`. |
Copy file name to clipboardExpand all lines: docs/guides/psql/dbsystem.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -83,7 +83,7 @@ This summary shows the top-level `status` fields. Use [the full API reference](.
83
83
|`shape`| The name of the shape for the database instance. Example: `VM.Standard.E4.Flex`|`string`| No |
84
84
|[`source`](../../reference/api/psql/v1beta1/index.md#kind-dbsystem-status-source)| DbSystemSource defines nested fields for DbSystem.Source. |`object`| No |
|[`storageDetails`](../../reference/api/psql/v1beta1/index.md#kind-dbsystem-status-storagedetails)|DbSystemStorageDetails defines nested fields for DbSystem.StorageDetails. |`object`| No |
86
+
|[`storageDetails`](../../reference/api/psql/v1beta1/index.md#kind-dbsystem-status-storagedetails)|DbSystemStorageDetailsObservedState defines nested fields for DbSystem.StorageDetails. |`object`| No |
87
87
|`systemTags`| System tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"orcl-cloud": {"free-tier-retained": "true"}}`|`map[string, map[string, string]]`| No |
88
88
|`systemType`| Type of the database system. |`string`| No |
89
89
|`timeCreated`| The date and time that the database system was created, expressed in RFC 3339 (https://tools.ietf.org/rfc/rfc3339) timestamp format. Example: `2016-08-25T21:10:29.600Z`|`string`| No |
|[`storageDetails`](#kind-dbsystem-status-storagedetails)|DbSystemStorageDetails defines nested fields for DbSystem.StorageDetails. |`object`| No | - | - |
271
+
|[`storageDetails`](#kind-dbsystem-status-storagedetails)|DbSystemStorageDetailsObservedState defines nested fields for DbSystem.StorageDetails. |`object`| No | - | - |
272
272
|`systemTags`| System tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"orcl-cloud": {"free-tier-retained": "true"}}`|`map[string, map[string, string]]`| No | - | - |
273
273
|`systemType`| Type of the database system. |`string`| No | - | - |
274
274
|`timeCreated`| The date and time that the database system was created, expressed in RFC 3339 (https://tools.ietf.org/rfc/rfc3339) timestamp format. Example: `2016-08-25T21:10:29.600Z`|`string`| No | - | - |
@@ -466,7 +466,7 @@ Async is the canonical controller-owned async contract. Resource-local legacy wo
466
466
467
467
[Back to DbSystem status](#kind-dbsystem-status)
468
468
469
-
DbSystemStorageDetails defines nested fields for DbSystem.StorageDetails.
469
+
DbSystemStorageDetailsObservedState defines nested fields for DbSystem.StorageDetails.
470
470
471
471
| Field | Description | Type | Required | Default | Enum |
0 commit comments