UNPKG

kubernetes-models

Version:
10 lines (9 loc) 582 B
import { Model, setSchema } from "@kubernetes-models/base"; import { addSchema } from "../../_schemas/IoK8sKubeAggregatorPkgApisApiregistrationV1APIServiceSpec.mjs"; /** * APIServiceSpec contains information for locating and communicating with a server. Only https is supported, though you are able to disable certificate verification. */ export class APIServiceSpec extends Model { } setSchema(APIServiceSpec, "io.k8s.kube-aggregator.pkg.apis.apiregistration.v1.APIServiceSpec", addSchema); export { APIServiceSpec as IoK8sKubeAggregatorPkgApisApiregistrationV1APIServiceSpec };