Skip to content

Commit 3e33fcb

Browse files
1 parent 0ab034e commit 3e33fcb

4 files changed

Lines changed: 22 additions & 22 deletions

File tree

src/CloudDeploy/Release.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -523,8 +523,8 @@ public function getTargetSnapshots()
523523
}
524524
/**
525525
* Optional. The tool versions to use for this release and all subsequent
526-
* operations involving this release. If unset, then it will freeze the tool
527-
* versions at the time of release creation.
526+
* operations involving this release. If unset, tool versions are frozen when
527+
* the release is created.
528528
*
529529
* @param ToolVersions $toolVersions
530530
*/

src/CloudDeploy/ReleaseCondition.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ public function getHelmVersionSupportedCondition()
7171
return $this->helmVersionSupportedCondition;
7272
}
7373
/**
74-
* Output only. Details around the support state of the release's Kpt version.
74+
* Output only. Details around the support state of the release's kpt version.
7575
*
7676
* @param ToolVersionSupportedCondition $kptVersionSupportedCondition
7777
*/

src/CloudDeploy/ToolVersionSupportedCondition.php

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -24,19 +24,19 @@ class ToolVersionSupportedCondition extends \Google\Model
2424
*/
2525
public const TOOL_VERSION_SUPPORT_STATE_TOOL_VERSION_SUPPORT_STATE_UNSPECIFIED = 'TOOL_VERSION_SUPPORT_STATE_UNSPECIFIED';
2626
/**
27-
* This Tool version is currently supported.
27+
* This tool version is currently supported.
2828
*/
2929
public const TOOL_VERSION_SUPPORT_STATE_TOOL_VERSION_SUPPORT_STATE_SUPPORTED = 'TOOL_VERSION_SUPPORT_STATE_SUPPORTED';
3030
/**
31-
* This Tool version is in maintenance mode.
31+
* This tool version is in maintenance mode.
3232
*/
3333
public const TOOL_VERSION_SUPPORT_STATE_TOOL_VERSION_SUPPORT_STATE_MAINTENANCE_MODE = 'TOOL_VERSION_SUPPORT_STATE_MAINTENANCE_MODE';
3434
/**
35-
* This Tool version is no longer supported.
35+
* This tool version is no longer supported.
3636
*/
3737
public const TOOL_VERSION_SUPPORT_STATE_TOOL_VERSION_SUPPORT_STATE_UNSUPPORTED = 'TOOL_VERSION_SUPPORT_STATE_UNSUPPORTED';
3838
/**
39-
* Output only. The time at which this release's version of the Tool will
39+
* Output only. The time at which this release's version of the tool will
4040
* enter maintenance mode.
4141
*
4242
* @var string
@@ -49,21 +49,21 @@ class ToolVersionSupportedCondition extends \Google\Model
4949
*/
5050
public $status;
5151
/**
52-
* Output only. The time at which this release's version of the Tool will no
52+
* Output only. The time at which this release's version of the tool will no
5353
* longer be supported.
5454
*
5555
* @var string
5656
*/
5757
public $supportExpirationTime;
5858
/**
59-
* Output only. The Tool support state for this release's version of the Tool.
59+
* Output only. The tool support state for this release's version of the tool.
6060
*
6161
* @var string
6262
*/
6363
public $toolVersionSupportState;
6464

6565
/**
66-
* Output only. The time at which this release's version of the Tool will
66+
* Output only. The time at which this release's version of the tool will
6767
* enter maintenance mode.
6868
*
6969
* @param string $maintenanceModeTime
@@ -96,7 +96,7 @@ public function getStatus()
9696
return $this->status;
9797
}
9898
/**
99-
* Output only. The time at which this release's version of the Tool will no
99+
* Output only. The time at which this release's version of the tool will no
100100
* longer be supported.
101101
*
102102
* @param string $supportExpirationTime
@@ -113,7 +113,7 @@ public function getSupportExpirationTime()
113113
return $this->supportExpirationTime;
114114
}
115115
/**
116-
* Output only. The Tool support state for this release's version of the Tool.
116+
* Output only. The tool support state for this release's version of the tool.
117117
*
118118
* Accepted values: TOOL_VERSION_SUPPORT_STATE_UNSPECIFIED,
119119
* TOOL_VERSION_SUPPORT_STATE_SUPPORTED,

src/CloudDeploy/ToolVersions.php

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@
2020
class ToolVersions extends \Google\Model
2121
{
2222
/**
23-
* Optional. The docker version to use for Cloud Deploy operations.
23+
* Optional. The Docker version to use for Cloud Deploy operations.
2424
*
2525
* @var string
2626
*/
2727
public $docker;
2828
/**
29-
* Optional. The helm version to use for Cloud Deploy operations.
29+
* Optional. The Helm version to use for Cloud Deploy operations.
3030
*
3131
* @var string
3232
*/
@@ -38,26 +38,26 @@ class ToolVersions extends \Google\Model
3838
*/
3939
public $kpt;
4040
/**
41-
* Optional. The kubectl version to use for Cloud Deploy operations.
41+
* Optional. The Kubectl version to use for Cloud Deploy operations.
4242
*
4343
* @var string
4444
*/
4545
public $kubectl;
4646
/**
47-
* Optional. The kustomize version to use for Cloud Deploy operations.
47+
* Optional. The Kustomize version to use for Cloud Deploy operations.
4848
*
4949
* @var string
5050
*/
5151
public $kustomize;
5252
/**
53-
* Optional. The skaffold version to use for Cloud Deploy operations.
53+
* Optional. The Skaffold version to use for Cloud Deploy operations.
5454
*
5555
* @var string
5656
*/
5757
public $skaffold;
5858

5959
/**
60-
* Optional. The docker version to use for Cloud Deploy operations.
60+
* Optional. The Docker version to use for Cloud Deploy operations.
6161
*
6262
* @param string $docker
6363
*/
@@ -73,7 +73,7 @@ public function getDocker()
7373
return $this->docker;
7474
}
7575
/**
76-
* Optional. The helm version to use for Cloud Deploy operations.
76+
* Optional. The Helm version to use for Cloud Deploy operations.
7777
*
7878
* @param string $helm
7979
*/
@@ -105,7 +105,7 @@ public function getKpt()
105105
return $this->kpt;
106106
}
107107
/**
108-
* Optional. The kubectl version to use for Cloud Deploy operations.
108+
* Optional. The Kubectl version to use for Cloud Deploy operations.
109109
*
110110
* @param string $kubectl
111111
*/
@@ -121,7 +121,7 @@ public function getKubectl()
121121
return $this->kubectl;
122122
}
123123
/**
124-
* Optional. The kustomize version to use for Cloud Deploy operations.
124+
* Optional. The Kustomize version to use for Cloud Deploy operations.
125125
*
126126
* @param string $kustomize
127127
*/
@@ -137,7 +137,7 @@ public function getKustomize()
137137
return $this->kustomize;
138138
}
139139
/**
140-
* Optional. The skaffold version to use for Cloud Deploy operations.
140+
* Optional. The Skaffold version to use for Cloud Deploy operations.
141141
*
142142
* @param string $skaffold
143143
*/

0 commit comments

Comments
 (0)