Reference documentation and code samples for the Google Cloud Container V1 Client class ServerConfig.
Kubernetes Engine service configuration.
Generated from protobuf message google.container.v1.ServerConfig
Namespace
Google \ Cloud \ Container \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ default_cluster_version
string
Version of Kubernetes the service deploys by default.
↳ valid_node_versions
array
List of valid node upgrade target versions, in descending order.
↳ default_image_type
string
Default image type.
↳ valid_image_types
array
List of valid image types.
↳ valid_master_versions
array
List of valid master versions, in descending order.
↳ channels
array< Google\Cloud\Container\V1\ServerConfig\ReleaseChannelConfig
>
List of release channel configurations.
getDefaultClusterVersion
Version of Kubernetes the service deploys by default.
string
setDefaultClusterVersion
Version of Kubernetes the service deploys by default.
var
string
$this
getValidNodeVersions
List of valid node upgrade target versions, in descending order.
setValidNodeVersions
List of valid node upgrade target versions, in descending order.
var
string[]
$this
getDefaultImageType
Default image type.
string
setDefaultImageType
Default image type.
var
string
$this
getValidImageTypes
List of valid image types.
setValidImageTypes
List of valid image types.
var
string[]
$this
getValidMasterVersions
List of valid master versions, in descending order.
setValidMasterVersions
List of valid master versions, in descending order.
var
string[]
$this
getChannels
List of release channel configurations.
setChannels
List of release channel configurations.
$this