UNPKG

@kubernetes-models/elastic-cloud

Version:
1 lines 459 B
import{Model,setValidateFunc,createTypeMetaGuard}from"@kubernetes-models/base";import{validate}from"../../_schemas/LogstashK8sElasticCoV1alpha1Logstash.mjs";export class Logstash extends Model{constructor(data){super(),this.setDefinedProps({apiVersion:Logstash.apiVersion,kind:Logstash.kind,...data})}}Logstash.apiVersion="logstash.k8s.elastic.co/v1alpha1",Logstash.kind="Logstash",Logstash.is=createTypeMetaGuard(Logstash),setValidateFunc(Logstash,validate);