UNPKG

@jkcfg/kubernetes

Version:
21 lines 462 B
{ "$schema": "http://json-schema.org/schema#", "type": "object", "description": "ServiceReference holds a reference to Service.legacy.k8s.io", "properties": { "namespace": { "type": [ "string", "null" ], "description": "Namespace is the namespace of the service" }, "name": { "type": [ "string", "null" ], "description": "Name is the name of the service" } } }