@@ -800,8 +800,8 @@ message KubernetesConfig {
800800 // Optional. Whether to propagate the Kubernetes Service to the route
801801 // destination clusters. The Service will always be deployed to the Target
802802 // cluster even if the HTTPRoute is not. This option may be used to
803- // facilitiate successful DNS lookup in the route destination clusters.
804- // Can only be set to true if destinations are specified.
803+ // facilitate successful DNS lookup in the route destination clusters. Can
804+ // only be set to true if destinations are specified.
805805 bool propagate_service = 2 [(google.api.field_behavior ) = OPTIONAL ];
806806 }
807807
@@ -2945,7 +2945,7 @@ message Rollout {
29452945 // logs.
29462946 EXECUTION_FAILED = 2 ;
29472947
2948- // Deployment did not complete within the alloted time.
2948+ // Deployment did not complete within the allotted time.
29492949 DEADLINE_EXCEEDED = 3 ;
29502950
29512951 // Release is in a failed state.
@@ -3367,7 +3367,7 @@ message ListRolloutsRequest {
33673367 string order_by = 5 [(google.api.field_behavior ) = OPTIONAL ];
33683368}
33693369
3370- // ListRolloutsResponse is the response object reutrned by `ListRollouts`.
3370+ // ListRolloutsResponse is the response object returned by `ListRollouts`.
33713371message ListRolloutsResponse {
33723372 // The `Rollout` objects.
33733373 repeated Rollout rollouts = 1 ;
@@ -3733,7 +3733,7 @@ message DeployJobRun {
37333733 // logs.
37343734 EXECUTION_FAILED = 2 ;
37353735
3736- // The deploy job run did not complete within the alloted time.
3736+ // The deploy job run did not complete within the allotted time.
37373737 DEADLINE_EXCEEDED = 3 ;
37383738
37393739 // There were missing resources in the runtime environment required for a
@@ -3788,7 +3788,7 @@ message VerifyJobRun {
37883788 // logs.
37893789 EXECUTION_FAILED = 2 ;
37903790
3791- // The verify job run did not complete within the alloted time.
3791+ // The verify job run did not complete within the allotted time.
37923792 DEADLINE_EXCEEDED = 3 ;
37933793
37943794 // No Skaffold verify configuration was found.
@@ -3841,7 +3841,7 @@ message PredeployJobRun {
38413841 // logs.
38423842 EXECUTION_FAILED = 2 ;
38433843
3844- // The predeploy job run did not complete within the alloted time.
3844+ // The predeploy job run did not complete within the allotted time.
38453845 DEADLINE_EXCEEDED = 3 ;
38463846
38473847 // Cloud Build failed to fulfill Cloud Deploy's request. See failure_message
@@ -3884,7 +3884,7 @@ message PostdeployJobRun {
38843884 // logs.
38853885 EXECUTION_FAILED = 2 ;
38863886
3887- // The postdeploy job run did not complete within the alloted time.
3887+ // The postdeploy job run did not complete within the allotted time.
38883888 DEADLINE_EXCEEDED = 3 ;
38893889
38903890 // Cloud Build failed to fulfill Cloud Deploy's request. See failure_message
0 commit comments