fabric8-services / fabric8-tenant-jenkins

Generates Jenkins tenant namespace YAML
Apache License 2.0
2 stars 14 forks source link

Add ObjectMeta.getLabels to whitelist #79

Closed ebaron closed 6 years ago

ebaron commented 6 years ago

This PR adds io.fabric8.kubernetes.api.model.ObjectMeta getLabels to the whitelist used by Jenkins. This method is necessary for https://github.com/fabric8io/fabric8-pipeline-library/pull/390, which allows us to read the space label from the currently running OpenShift Build object.

fabric8cd commented 6 years ago

PR now available for testing: Launch in OpenShift.io and click the update tenant button

fabric8cd commented 6 years ago

PR now available for testing: Launch in OpenShift.io and click the update tenant button

ebaron commented 6 years ago

@rupalibehera Could I get a review on this change? It is required in order to make https://github.com/fabric8io/fabric8-pipeline-library/pull/390 work.

rupalibehera commented 6 years ago

@ebaron done.