kubernetes-models
Version:
10 lines (9 loc) • 458 B
JavaScript
import { Model, setSchema } from "@kubernetes-models/base";
import { addSchema } from "../../_schemas/IoK8sApiAppsV1beta2RollingUpdateDaemonSet.mjs";
/**
* Spec to control the desired behavior of daemon set rolling update.
*/
export class RollingUpdateDaemonSet extends Model {
}
setSchema(RollingUpdateDaemonSet, "io.k8s.api.apps.v1beta2.RollingUpdateDaemonSet", addSchema);
export { RollingUpdateDaemonSet as IoK8sApiAppsV1beta2RollingUpdateDaemonSet };