Exec function implementation

This commit is contained in:
Phillip Wittrock
2020-05-03 15:44:10 -07:00
parent fd70213ca2
commit 096ad8c95c
7 changed files with 157 additions and 4 deletions

View File

@@ -1 +0,0 @@
package runtimeutil

View File

@@ -1,3 +1,6 @@
// Copyright 2019 The Kubernetes Authors.
// SPDX-License-Identifier: Apache-2.0
package runtimeutil
type DeferFailureFunction interface {