| 82 | } |
| 83 | |
| 84 | type Extensionsv1beta1Deployment struct { |
| 85 | extensionsv1beta1.Deployment |
| 86 | Location ks.FileLocation |
| 87 | } |
| 88 | |
| 89 | func (d Extensionsv1beta1Deployment) FileLocation() ks.FileLocation { |
| 90 | return d.Location |
nothing calls this directly
no outgoing calls
no test coverage detected