ServiceReferencePatchArgs

data class ServiceReferencePatchArgs(val name: Output<String>? = null, val namespace: Output<String>? = null, val port: Output<Int>? = null) : ConvertibleToJava<ServiceReferencePatchArgs>

ServiceReference holds a reference to Service.legacy.k8s.io

Constructors

Link copied to clipboard
constructor(name: Output<String>? = null, namespace: Output<String>? = null, port: Output<Int>? = null)

Properties

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

Name is the name of the service

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

Namespace is the namespace of the service

Link copied to clipboard
val port: Output<Int>? = null

If specified, the port on the service that hosting webhook. Default to 443 for backward compatibility. port should be a valid port number (1-65535, inclusive).

Functions

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