UNPKG

@kubernetes-models/gke

Version:
1 lines 879 B
"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),Object.defineProperty(exports,"ComputeHTTPHealthCheck",{enumerable:!0,get:function(){return ComputeHTTPHealthCheck}});let _base=require("@kubernetes-models/base"),_ComputeCnrmCloudGoogleComV1beta1ComputeHTTPHealthCheck=require("../../_schemas/ComputeCnrmCloudGoogleComV1beta1ComputeHTTPHealthCheck.js");class ComputeHTTPHealthCheck extends _base.Model{constructor(data){super(),this.setDefinedProps({apiVersion:ComputeHTTPHealthCheck.apiVersion,kind:ComputeHTTPHealthCheck.kind,...data})}}ComputeHTTPHealthCheck.apiVersion="compute.cnrm.cloud.google.com/v1beta1",ComputeHTTPHealthCheck.kind="ComputeHTTPHealthCheck",ComputeHTTPHealthCheck.is=(0,_base.createTypeMetaGuard)(ComputeHTTPHealthCheck),(0,_base.setValidateFunc)(ComputeHTTPHealthCheck,_ComputeCnrmCloudGoogleComV1beta1ComputeHTTPHealthCheck.validate);