MCPcopy
hub / github.com/kubernetes/kubectl / To

Method To

pkg/cmd/diff/diff.go:541–543  ·  view source on GitHub ↗

To returns the masked version of the 'to' object.

()

Source from the content-addressed store, hash-verified

539
540// To returns the masked version of the 'to' object.
541func (m *Masker) To() runtime.Object {
542 return m.to
543}
544
545// Differ creates two DiffVersion and diffs them.
546type Differ struct {

Callers 15

DiffMethod · 0.95
TestMaskerFunction · 0.95
validation_test.goFile · 0.80
watchMethod · 0.80
TestDrainFunction · 0.80
TestDeleteFlagValidationFunction · 0.80
shareProcessNamespaceFunction · 0.80
setPrivilegedFunction · 0.80
disallowRootFunction · 0.80

Calls

no outgoing calls