ClusterRemoteNetworkConfigRemotePodNetworksArgs

data class ClusterRemoteNetworkConfigRemotePodNetworksArgs(val cidrs: Output<List<String>>? = null) : ConvertibleToJava<ClusterRemoteNetworkConfigRemotePodNetworksArgs>

Constructors

constructor(cidrs: Output<List<String>>? = null)

Properties

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

List of network CIDRs that can contain pods that run Kubernetes webhooks on hybrid nodes.

Functions

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