Container_v1Functions

Functions

Link copied to clipboard

Gets the details of a specific cluster.

suspend fun getCluster(argument: suspend GetClusterPlainArgsBuilder.() -> Unit): GetClusterResult
suspend fun getCluster(clusterId: String, location: String, project: String? = null, projectId: String? = null, zone: String? = null): GetClusterResult
Link copied to clipboard

Retrieves the requested node pool.

suspend fun getNodePool(argument: suspend GetNodePoolPlainArgsBuilder.() -> Unit): GetNodePoolResult
suspend fun getNodePool(clusterId: String, location: String, nodePoolId: String, project: String? = null, projectId: String? = null, zone: String? = null): GetNodePoolResult
Link copied to clipboard

Returns configuration info about the Google Kubernetes Engine service.

suspend fun getServerConfig(location: String, project: String? = null, projectId: String? = null, zone: String? = null): GetServerConfigResult