Skip to main content
Schemaobject

io.k8s.api.admissionregistration.v1.ServiceReference

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

Source
specs/apis__admissionregistration.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 which will be sent in any request to this service.

port integer (int32)
optional

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