Define interfaces for kubelet observing admission, sync loop, sync pod

This commit is contained in:
derekwaynecarr
2016-04-15 14:17:17 -04:00
parent 46a6cae14e
commit 033ae3e37e
4 changed files with 360 additions and 2 deletions

View File

@@ -14,5 +14,6 @@ See the License for the specific language governing permissions and
limitations under the License.
*/
// Handlers for pod lifecycle events.
// Handlers for pod lifecycle events and interfaces to integrate
// with kubelet admission, synchronization, and eviction of pods.
package lifecycle