UNPKG

@kubernetes-models/gke

Version:
1 lines 528 B
import{Model,setValidateFunc,createTypeMetaGuard}from"@kubernetes-models/base";import{validate}from"../../_schemas/LoggingCnrmCloudGoogleComV1beta1LoggingLogView.mjs";export class LoggingLogView extends Model{constructor(data){super(),this.setDefinedProps({apiVersion:LoggingLogView.apiVersion,kind:LoggingLogView.kind,...data})}}LoggingLogView.apiVersion="logging.cnrm.cloud.google.com/v1beta1",LoggingLogView.kind="LoggingLogView",LoggingLogView.is=createTypeMetaGuard(LoggingLogView),setValidateFunc(LoggingLogView,validate);