MembershipEndpointArgs

data class MembershipEndpointArgs(val applianceCluster: Output<ApplianceClusterArgs>? = null, val edgeCluster: Output<EdgeClusterArgs>? = null, val gkeCluster: Output<GkeClusterArgs>? = null, val kubernetesResource: Output<KubernetesResourceArgs>? = null, val multiCloudCluster: Output<MultiCloudClusterArgs>? = null, val onPremCluster: Output<OnPremClusterArgs>? = null) : ConvertibleToJava<MembershipEndpointArgs>

MembershipEndpoint contains information needed to contact a Kubernetes API, endpoint and any additional Kubernetes metadata.

Constructors

Link copied to clipboard
fun MembershipEndpointArgs(applianceCluster: Output<ApplianceClusterArgs>? = null, edgeCluster: Output<EdgeClusterArgs>? = null, gkeCluster: Output<GkeClusterArgs>? = null, kubernetesResource: Output<KubernetesResourceArgs>? = null, multiCloudCluster: Output<MultiCloudClusterArgs>? = null, onPremCluster: Output<OnPremClusterArgs>? = null)

Functions

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

Properties

Link copied to clipboard

Optional. Specific information for a GDC Edge Appliance cluster.

Link copied to clipboard
val edgeCluster: Output<EdgeClusterArgs>? = null

Optional. Specific information for a Google Edge cluster.

Link copied to clipboard
val gkeCluster: Output<GkeClusterArgs>? = null

Optional. Specific information for a GKE-on-GCP cluster.

Link copied to clipboard

Optional. The in-cluster Kubernetes Resources that should be applied for a correctly registered cluster, in the steady state. These resources: * Ensure that the cluster is exclusively registered to one and only one Hub Membership. * Propagate Workload Pool Information available in the Membership Authority field. * Ensure proper initial configuration of default Hub Features.

Link copied to clipboard

Optional. Specific information for a GKE Multi-Cloud cluster.

Link copied to clipboard
val onPremCluster: Output<OnPremClusterArgs>? = null

Optional. Specific information for a GKE On-Prem cluster. An onprem user-cluster who has no resourceLink is not allowed to use this field, it should have a nil "type" instead.