kubernetes-models
Version:
1 lines • 3.69 kB
JavaScript
;Object.defineProperty(exports,"__esModule",{value:!0}),Object.defineProperty(exports,"validate",{enumerable:!0,get:function(){return validate}});let _IoK8sApiCoreV1ConfigMapProjection=require("./IoK8sApiCoreV1ConfigMapProjection.js"),_IoK8sApiCoreV1DownwardAPIProjection=require("./IoK8sApiCoreV1DownwardAPIProjection.js"),_IoK8sApiCoreV1SecretProjection=require("./IoK8sApiCoreV1SecretProjection.js"),_IoK8sApiCoreV1ServiceAccountTokenProjection=require("./IoK8sApiCoreV1ServiceAccountTokenProjection.js"),validate=function validate21(data,{instancePath="",parentData,parentDataProperty,rootData=data}={}){let vErrors=null,errors=0;if(data&&"object"==typeof data&&!Array.isArray(data))void 0===data.configMap||validate22(data.configMap,{instancePath:instancePath+"/configMap",parentData:data,parentDataProperty:"configMap",rootData})||(errors=(vErrors=null===vErrors?validate22.errors:vErrors.concat(validate22.errors)).length),void 0===data.downwardAPI||validate26(data.downwardAPI,{instancePath:instancePath+"/downwardAPI",parentData:data,parentDataProperty:"downwardAPI",rootData})||(errors=(vErrors=null===vErrors?validate26.errors:vErrors.concat(validate26.errors)).length),void 0===data.secret||validate30(data.secret,{instancePath:instancePath+"/secret",parentData:data,parentDataProperty:"secret",rootData})||(errors=(vErrors=null===vErrors?validate30.errors:vErrors.concat(validate30.errors)).length),void 0===data.serviceAccountToken||validate34(data.serviceAccountToken,{instancePath:instancePath+"/serviceAccountToken",parentData:data,parentDataProperty:"serviceAccountToken",rootData})||(errors=(vErrors=null===vErrors?validate34.errors:vErrors.concat(validate34.errors)).length);else{let err0={instancePath,schemaPath:"#/type",keyword:"type",params:{type:"object"}};null===vErrors?vErrors=[err0]:vErrors.push(err0),errors++}return validate21.errors=vErrors,0===errors};function validate22(data,{instancePath="",parentData,parentDataProperty,rootData=data}={}){let vErrors=null,errors=0;return null===data||(0,_IoK8sApiCoreV1ConfigMapProjection.validate)(data,{instancePath,parentData,parentDataProperty,rootData})||(errors=(vErrors=null===vErrors?_IoK8sApiCoreV1ConfigMapProjection.validate.errors:vErrors.concat(_IoK8sApiCoreV1ConfigMapProjection.validate.errors)).length),validate22.errors=vErrors,0===errors}function validate26(data,{instancePath="",parentData,parentDataProperty,rootData=data}={}){let vErrors=null,errors=0;return null===data||(0,_IoK8sApiCoreV1DownwardAPIProjection.validate)(data,{instancePath,parentData,parentDataProperty,rootData})||(errors=(vErrors=null===vErrors?_IoK8sApiCoreV1DownwardAPIProjection.validate.errors:vErrors.concat(_IoK8sApiCoreV1DownwardAPIProjection.validate.errors)).length),validate26.errors=vErrors,0===errors}function validate30(data,{instancePath="",parentData,parentDataProperty,rootData=data}={}){let vErrors=null,errors=0;return null===data||(0,_IoK8sApiCoreV1SecretProjection.validate)(data,{instancePath,parentData,parentDataProperty,rootData})||(errors=(vErrors=null===vErrors?_IoK8sApiCoreV1SecretProjection.validate.errors:vErrors.concat(_IoK8sApiCoreV1SecretProjection.validate.errors)).length),validate30.errors=vErrors,0===errors}function validate34(data,{instancePath="",parentData,parentDataProperty,rootData=data}={}){let vErrors=null,errors=0;return null===data||(0,_IoK8sApiCoreV1ServiceAccountTokenProjection.validate)(data,{instancePath,parentData,parentDataProperty,rootData})||(errors=(vErrors=null===vErrors?_IoK8sApiCoreV1ServiceAccountTokenProjection.validate.errors:vErrors.concat(_IoK8sApiCoreV1ServiceAccountTokenProjection.validate.errors)).length),validate34.errors=vErrors,0===errors}