ClusterSystemAddonsConfigArgs

data class ClusterSystemAddonsConfigArgs(val ingress: Output<ClusterSystemAddonsConfigIngressArgs>? = null) : ConvertibleToJava<ClusterSystemAddonsConfigArgs>

Constructors

Link copied to clipboard
constructor(ingress: Output<ClusterSystemAddonsConfigIngressArgs>? = null)

Properties

Link copied to clipboard

Config for the Ingress add-on which allows customers to create an Ingress object to manage external access to the servers in a cluster. The add-on consists of istiod and istio-ingress. Structure is documented below.

Functions

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