Message:"Resources not ready: test-dgd-decode-5f3d46ba: Component deployment not ready - Available condition not true; test-dgd-frontend: Component deployment not ready - Available condition not true",
Message:"Resources not ready: test-dgd-decode-5f3d46ba: Component deployment not ready - Available condition not true; test-dgd-frontend: Component deployment not ready - Available condition not true",
| `name` _string_ | Name is the name of the created DynamoGraphDeployment. | | |
| `name` _string_ | Name is the name of the created DynamoGraphDeployment. | | |
| `namespace` _string_ | Namespace is the namespace of the created DynamoGraphDeployment. | | |
| `namespace` _string_ | Namespace is the namespace of the created DynamoGraphDeployment. | | |
| `state` _string_ | State is the current state of the DynamoGraphDeployment.<br/>This value is mirrored from the DGD's status.state field. | | |
| `state` _[DGDState](#dgdstate)_ | State is the current state of the DynamoGraphDeployment.<br/>This value is mirrored from the DGD's status.state field. | initializing | Enum: [initializing pending successful failed] <br/> |
| `created` _boolean_ | Created indicates whether the DGD has been successfully created.<br/>Used to prevent recreation if the DGD is manually deleted by users. | | |
| `created` _boolean_ | Created indicates whether the DGD has been successfully created.<br/>Used to prevent recreation if the DGD is manually deleted by users. | | |
...
@@ -601,7 +622,7 @@ _Appears in:_
...
@@ -601,7 +622,7 @@ _Appears in:_
| Field | Description | Default | Validation |
| Field | Description | Default | Validation |
| --- | --- | --- | --- |
| --- | --- | --- | --- |
| `state` _string_ | State is a high-level textual status of the graph deployment lifecycle. | | |
| `state` _[DGDState](#dgdstate)_ | State is a high-level textual status of the graph deployment lifecycle. | initializing | Enum: [initializing pending successful failed] <br/> |
| `conditions` _[Condition](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.28/#condition-v1-meta) array_ | Conditions contains the latest observed conditions of the graph deployment.<br/>The slice is merged by type on patch updates. | | |
| `conditions` _[Condition](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.28/#condition-v1-meta) array_ | Conditions contains the latest observed conditions of the graph deployment.<br/>The slice is merged by type on patch updates. | | |
| `services` _object (keys:string, values:[ServiceReplicaStatus](#servicereplicastatus))_ | Services contains per-service replica status information.<br/>The map key is the service name from spec.services. | | Optional: \{\}<br/> |
| `services` _object (keys:string, values:[ServiceReplicaStatus](#servicereplicastatus))_ | Services contains per-service replica status information.<br/>The map key is the service name from spec.services. | | Optional: \{\}<br/> |
| `restart` _[RestartStatus](#restartstatus)_ | Restart contains the status of the restart of the graph deployment. | | Optional: \{\}<br/> |
| `restart` _[RestartStatus](#restartstatus)_ | Restart contains the status of the restart of the graph deployment. | | Optional: \{\}<br/> |