Reference documentation and code samples for the Google Anthos Multi Cloud V1 Client class AwsK8sVersionInfo.
Kubernetes version information of GKE cluster on AWS.
Generated from protobuf message google.cloud.gkemulticloud.v1.AwsK8sVersionInfo
Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ version |
string
Kubernetes version name. |
getVersion
Kubernetes version name.
Generated from protobuf field string version = 1;
Returns | |
---|---|
Type | Description |
string |
setVersion
Kubernetes version name.
Generated from protobuf field string version = 1;
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |