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

Struct Appsv1beta2DaemonSet

parser/internal/deamonset.go:35–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33}
34
35type Appsv1beta2DaemonSet struct {
36 appsv1beta2.DaemonSet
37 Location ks.FileLocation
38}
39
40func (d Appsv1beta2DaemonSet) FileLocation() ks.FileLocation {
41 return d.Location

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected