ServiceReferencePatchArgs

data class ServiceReferencePatchArgs(val name: Output<String>? = null, val namespace: Output<String>? = null, val path: 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, path: Output<String>? = null, port: Output<Int>? = null)

Properties

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

name is the name of the service. Required

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

namespace is the namespace of the service. Required

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

path is an optional URL path at which the webhook will be contacted.

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

port is an optional service port at which the webhook will be contacted. port should be a valid port number (1-65535, inclusive). Defaults to 443 for backward compatibility.

Functions

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