UNPKG

@jkcfg/kubernetes

Version:
32 lines 724 B
{ "$schema": "http://json-schema.org/schema#", "required": [ "namespace", "name" ], "type": "object", "description": "ServiceReference holds a reference to Service.legacy.k8s.io", "properties": { "path": { "type": [ "string", "null" ], "description": "`path` is an optional URL path which will be sent in any request to this service." }, "namespace": { "type": [ "string", "null" ], "description": "`namespace` is the namespace of the service. Required" }, "name": { "type": [ "string", "null" ], "description": "`name` is the name of the service. Required" } } }