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