62 lines
1.5 KiB
JavaScript
62 lines
1.5 KiB
JavaScript
"use strict";
|
|
/**
|
|
* Kubernetes
|
|
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
*
|
|
* The version of the OpenAPI document: v1.22.2
|
|
*
|
|
*
|
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
* https://openapi-generator.tech
|
|
* Do not edit the class manually.
|
|
*/
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
exports.V1ObjectReference = void 0;
|
|
/**
|
|
* ObjectReference contains enough information to let you inspect or modify the referred object.
|
|
*/
|
|
class V1ObjectReference {
|
|
static getAttributeTypeMap() {
|
|
return V1ObjectReference.attributeTypeMap;
|
|
}
|
|
}
|
|
exports.V1ObjectReference = V1ObjectReference;
|
|
V1ObjectReference.discriminator = undefined;
|
|
V1ObjectReference.attributeTypeMap = [
|
|
{
|
|
"name": "apiVersion",
|
|
"baseName": "apiVersion",
|
|
"type": "string"
|
|
},
|
|
{
|
|
"name": "fieldPath",
|
|
"baseName": "fieldPath",
|
|
"type": "string"
|
|
},
|
|
{
|
|
"name": "kind",
|
|
"baseName": "kind",
|
|
"type": "string"
|
|
},
|
|
{
|
|
"name": "name",
|
|
"baseName": "name",
|
|
"type": "string"
|
|
},
|
|
{
|
|
"name": "namespace",
|
|
"baseName": "namespace",
|
|
"type": "string"
|
|
},
|
|
{
|
|
"name": "resourceVersion",
|
|
"baseName": "resourceVersion",
|
|
"type": "string"
|
|
},
|
|
{
|
|
"name": "uid",
|
|
"baseName": "uid",
|
|
"type": "string"
|
|
}
|
|
];
|
|
//# sourceMappingURL=v1ObjectReference.js.map
|