UNPKG

kubernetes-models

Version:
10 lines (9 loc) 491 B
import { Model, setSchema } from "@kubernetes-models/base"; import { addSchema } from "../../_schemas/IoK8sApiPolicyV1beta1SELinuxStrategyOptions.mjs"; /** * SELinuxStrategyOptions defines the strategy type and any options used to create the strategy. */ export class SELinuxStrategyOptions extends Model { } setSchema(SELinuxStrategyOptions, "io.k8s.api.policy.v1beta1.SELinuxStrategyOptions", addSchema); export { SELinuxStrategyOptions as IoK8sApiPolicyV1beta1SELinuxStrategyOptions };