logger.V(1).Info("PodCliqueScalingGroup spec not yet processed","resourceName",resourceName,"generation",generation,"observedGeneration",observedGeneration)
returnfalse,fmt.Sprintf("spec not yet processed: generation=%d, observedGeneration=%d",generation,*observedGeneration),serviceStatus
| `services` _object (keys:string, values:[DynamoComponentDeploymentSharedSpec](#dynamocomponentdeploymentsharedspec))_ | Services are the services to deploy as part of this deployment. | | MaxProperties: 25 <br/>Optional: \{\}<br/> |
| `envs` _[EnvVar](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.28/#envvar-v1-core) array_ | Envs are environment variables applied to all services in the deployment unless<br/>overridden by service-specific configuration. | | Optional: \{\}<br/> |
| `restart` _[Restart](#restart)_ | Restart specifies the restart policy for the graph deployment. | | Optional: \{\}<br/> |
#### DynamoGraphDeploymentStatus
...
...
@@ -452,6 +453,7 @@ _Appears in:_
| `state` _string_ | State is a high-level textual status of the graph deployment lifecycle. | | |
| `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. | | |
| `restart` _[RestartStatus](#restartstatus)_ | Restart contains the status of the restart of the graph deployment. | | |
| `id` _string_ | ID is an arbitrary string that triggers a restart when changed.<br/>Any modification to this value will initiate a restart of the graph deployment according to the strategy. | | MinLength: 1 <br/>Required: \{\}<br/> |
| `strategy` _[RestartStrategy](#restartstrategy)_ | Strategy specifies the restart strategy for the graph deployment. | | Optional: \{\}<br/> |
#### RestartPhase
_Underlying type:_ _string_
_Appears in:_
-[RestartStatus](#restartstatus)
| Field | Description |
| --- | --- |
| `Pending` | |
| `Restarting` | |
| `Completed` | |
| `Failed` | |
#### RestartStatus
RestartStatus contains the status of the restart of the graph deployment.
| `observedID` _string_ | ObservedID is the restart ID that has been observed and is being processed.<br/>Matches the Restart.ID field in the spec. | | |
| `phase` _[RestartPhase](#restartphase)_ | Phase is the phase of the restart. | | |
| `inProgress` _string array_ | InProgress contains the names of the services that are currently being restarted. | | |
#### RestartStrategy
_Appears in:_
-[Restart](#restart)
| Field | Description | Default | Validation |
| --- | --- | --- | --- |
| `type` _[RestartStrategyType](#restartstrategytype)_ | Type specifies the restart strategy type. | Sequential | Enum: [Sequential Parallel] <br/> |
| `order` _string array_ | Order specifies the order in which the services should be restarted. | | Optional: \{\}<br/> |