| 105 | } |
| 106 | |
| 107 | type sysadminProfile struct { |
| 108 | KeepFlags |
| 109 | } |
| 110 | |
| 111 | // KeepFlags holds the flag set that determine which fields to keep in the copy pod. |
| 112 | type KeepFlags struct { |
nothing calls this directly
no outgoing calls
no test coverage detected