FleetResponse

data class FleetResponse(val membership: String, val preRegistered: Boolean, val project: String)

Fleet is the fleet configuration for the cluster.

Constructors

Link copied to clipboard
fun FleetResponse(membership: String, preRegistered: Boolean, project: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Output only The full resource name of the registered fleet membership of the cluster, in the format //gkehub.googleapis.com/projects/*/locations/*/memberships/*.

Link copied to clipboard

Output only Whether the cluster has been registered through the fleet API.

Link copied to clipboard

The Fleet host project(project ID or project number) where this cluster will be registered to. This field cannot be changed after the cluster has been registered. //*/