Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor DeploymentTable into WorkloadTable #1054

Merged
merged 3 commits into from
Jun 17, 2019

Conversation

andresmgot
Copy link
Contributor

Fixes #1049

Refactor DeploymentsTable into WorkloadTable to represent StatefulSets and DaemonSets.

Screenshot from 2019-06-07 14-32-28

Copy link
Contributor

@prydonius prydonius left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm!

const wrapper = shallow(<DeploymentItemContainer store={store} deployRef={ref} />);
const form = wrapper.find(DeploymentItem);
const wrapper = shallow(
<WorkloadItemContainer store={store} resourceRef={ref} statusFields={[]} />,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can we add a test for the statusFields?

@andresmgot andresmgot merged commit 14749bc into vmware-tanzu:master Jun 17, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add tables for StatefulSets and DaemonSets
2 participants