kubernetes-models
Version:
1 lines • 318 B
JavaScript
import{Model,setValidateFunc}from"@kubernetes-models/base";import{validate}from"../_schemas/IoK8sApiCoreV1SeccompProfile.mjs";export class SeccompProfile extends Model{constructor(data){super(),this.setDefinedProps(data)}}setValidateFunc(SeccompProfile,validate);export{SeccompProfile as IoK8sApiCoreV1SeccompProfile};