@kubernetes/client-node
Version:
NodeJS client for kubernetes
50 lines • 1.32 kB
JavaScript
/**
* Kubernetes
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
*
* OpenAPI spec version: v1.32.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
* Do not edit the class manually.
*/
/**
* ServiceReference holds a reference to Service.legacy.k8s.io
*/
export class AdmissionregistrationV1ServiceReference {
static getAttributeTypeMap() {
return AdmissionregistrationV1ServiceReference.attributeTypeMap;
}
constructor() {
}
}
AdmissionregistrationV1ServiceReference.discriminator = undefined;
AdmissionregistrationV1ServiceReference.mapping = undefined;
AdmissionregistrationV1ServiceReference.attributeTypeMap = [
{
"name": "name",
"baseName": "name",
"type": "string",
"format": ""
},
{
"name": "namespace",
"baseName": "namespace",
"type": "string",
"format": ""
},
{
"name": "path",
"baseName": "path",
"type": "string",
"format": ""
},
{
"name": "port",
"baseName": "port",
"type": "number",
"format": "int32"
}
];
//# sourceMappingURL=AdmissionregistrationV1ServiceReference.js.map