github.com/containers/libpod@v1.9.4-0.20220419124438-4284fd425507/pkg/bindings/play/play.go (about)

     1  package play
     2  
     3  import "github.com/containers/libpod/pkg/bindings"
     4  
     5  func PlayKube() error {
     6  	return bindings.ErrNotImplemented
     7  }