TargetAnthosClusterArgs

data class TargetAnthosClusterArgs(val membership: Output<String>? = null) : ConvertibleToJava<TargetAnthosClusterArgs>

Constructors

Link copied to clipboard
constructor(membership: Output<String>? = null)

Properties

Link copied to clipboard
val membership: Output<String>? = null

Membership of the GKE Hub-registered cluster to which to apply the Skaffold configuration. Format is projects/{project}/locations/{location}/memberships/{membership_name}.

Functions

Link copied to clipboard
open override fun toJava(): TargetAnthosClusterArgs