Skip to main content
Schemaobject

io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.ServiceReference

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

Source
specs/apis__apiextensions.k8s.io__v1_openapi.json
Revision
9a79c3bd90f7
Active snapshot
2a9112600697
name string
required

name is the name of the service. Required

namespace string
required

namespace is the namespace of the service. Required

path string
optional

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

port integer (int32)
optional

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.