Skip to content

Commit 4b9b2d3

Browse files
committed
add comment to deprecate and prevent new use-cases for pkg/ssh
Signed-off-by: Andrew Sy Kim <[email protected]>
1 parent f26b837 commit 4b9b2d3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pkg/ssh/ssh.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ See the License for the specific language governing permissions and
1414
limitations under the License.
1515
*/
1616

17+
// WARNING: DO NOT add new use-caes to this package as it is deprecated and slated for deletion.
18+
1719
package ssh
1820

1921
import (

0 commit comments

Comments
 (0)