Skip to content

Commit

Permalink
add EditPodCount action menu to statefulset
Browse files Browse the repository at this point in the history
  • Loading branch information
sahil143 committed May 4, 2020
1 parent 575f409 commit d79c507
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion frontend/public/components/stateful-set.tsx
Expand Up @@ -22,9 +22,10 @@ import {
import { VolumesTable } from './volumes-table';
import { StatefulSetModel } from '../models';

const { AddStorage, common } = Kebab.factory;
const { AddStorage, common, ModifyCount } = Kebab.factory;
export const menuActions: KebabAction[] = [
AddHealthChecks,
ModifyCount,
AddStorage,
...Kebab.getExtensionsActionsForKind(StatefulSetModel),
EditHealthChecks,
Expand Down

0 comments on commit d79c507

Please sign in to comment.