UNPKG

kubernetes-models

Version:
10 lines (9 loc) 488 B
import { Model, setSchema } from "@kubernetes-models/base"; import { addSchema } from "../../_schemas/IoK8sApiFlowcontrolV1beta2FlowDistinguisherMethod.mjs"; /** * FlowDistinguisherMethod specifies the method of a flow distinguisher. */ export class FlowDistinguisherMethod extends Model { } setSchema(FlowDistinguisherMethod, "io.k8s.api.flowcontrol.v1beta2.FlowDistinguisherMethod", addSchema); export { FlowDistinguisherMethod as IoK8sApiFlowcontrolV1beta2FlowDistinguisherMethod };