UNPKG

kubernetes-models

Version:
1 lines 2.44 kB
"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),Object.defineProperty(exports,"validate",{enumerable:!0,get:function(){return validate}});let validate=function validate22(data,{instancePath="",parentData,parentDataProperty,rootData=data}={}){let vErrors=null,errors=0;if(data&&"object"==typeof data&&!Array.isArray(data)){if(void 0===data.specReplicasPath){let err0={instancePath,schemaPath:"#/required",keyword:"required",params:{missingProperty:"specReplicasPath"}};null===vErrors?vErrors=[err0]:vErrors.push(err0),errors++}if(void 0===data.statusReplicasPath){let err1={instancePath,schemaPath:"#/required",keyword:"required",params:{missingProperty:"statusReplicasPath"}};null===vErrors?vErrors=[err1]:vErrors.push(err1),errors++}void 0===data.labelSelectorPath||validate23(data.labelSelectorPath,{instancePath:instancePath+"/labelSelectorPath",parentData:data,parentDataProperty:"labelSelectorPath",rootData})||(errors=(vErrors=null===vErrors?validate23.errors:vErrors.concat(validate23.errors)).length),void 0===data.specReplicasPath||validate21(data.specReplicasPath,{instancePath:instancePath+"/specReplicasPath",parentData:data,parentDataProperty:"specReplicasPath",rootData})||(errors=(vErrors=null===vErrors?validate21.errors:vErrors.concat(validate21.errors)).length),void 0===data.statusReplicasPath||validate21(data.statusReplicasPath,{instancePath:instancePath+"/statusReplicasPath",parentData:data,parentDataProperty:"statusReplicasPath",rootData})||(errors=(vErrors=null===vErrors?validate21.errors:vErrors.concat(validate21.errors)).length)}else{let err2={instancePath,schemaPath:"#/type",keyword:"type",params:{type:"object"}};null===vErrors?vErrors=[err2]:vErrors.push(err2),errors++}return validate22.errors=vErrors,0===errors};function validate23(data,{instancePath="",parentData,parentDataProperty,rootData=data}={}){let vErrors=null,errors=0;if("string"!=typeof data&&null!==data){let err0={instancePath,schemaPath:"#/type",keyword:"type",params:{type:"string"}};null===vErrors?vErrors=[err0]:vErrors.push(err0),errors++}return validate23.errors=vErrors,0===errors}function validate21(data,{instancePath="",parentData,parentDataProperty,rootData=data}={}){let vErrors=null,errors=0;if("string"!=typeof data){let err0={instancePath,schemaPath:"#/type",keyword:"type",params:{type:"string"}};null===vErrors?vErrors=[err0]:vErrors.push(err0),errors++}return validate21.errors=vErrors,0===errors}