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

KIALI-1210 Add type to workload list #410

Merged
merged 1 commit into from
Aug 9, 2018
Merged

Conversation

xeviknal
Copy link
Member

@xeviknal xeviknal commented Aug 8, 2018

** Describe the change **

Adding Type to WorkloadList as suggested in #407 (review)

screenshot of kiali-istio-system 192 168 42 123 nip io_api_namespaces_bookinfo_workloads 1

** Issue reference **
#407 (review)

** Backwards incompatible? **
Yes.

@@ -36,4 +41,5 @@ func (workloadList *WorkloadList) Parse(namespace string, ds *v1beta1.Deployment

func (workload *WorkloadOverview) Parse(d v1beta1.Deployment) {
workload.Name = d.Name
workload.Type = "Deployment"
}
Copy link
Collaborator

Choose a reason for hiding this comment

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

The param in the future should be a interface of types : Deployment Replicaset ... Not Block now

Copy link
Contributor

@lucasponce lucasponce left a comment

Choose a reason for hiding this comment

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

LGTM

@lucasponce lucasponce merged commit a38345c into kiali:master Aug 9, 2018
@xeviknal xeviknal deleted the KIALI-1210 branch August 14, 2018 08:30
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.

3 participants