MCPcopy
hub / github.com/zegl/kube-score / Extensionsv1beta1Deployment

Struct Extensionsv1beta1Deployment

parser/internal/deployment.go:84–87  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

82}
83
84type Extensionsv1beta1Deployment struct {
85 extensionsv1beta1.Deployment
86 Location ks.FileLocation
87}
88
89func (d Extensionsv1beta1Deployment) FileLocation() ks.FileLocation {
90 return d.Location

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected