pulumi / pulumi-kubernetesx

Kubernetes for Everyone
Apache License 2.0
135 stars 16 forks source link

Add endpoint property to kx.Service #37

Closed lblackstone closed 4 years ago

lblackstone commented 4 years ago

It's common to want the endpoint for a Service, but it appears in different places depending on the cloud provider, and is a deeply nested status. Extract this info and provide a convenience property to access it.

Fixes #36