Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestGenerateAnnotations (0.32 sec)

  1. pkg/kubelet/cm/util/cdi/cdi_test.go

    limitations under the License.
    */
    
    package cdi
    
    import (
    	"testing"
    
    	"github.com/stretchr/testify/assert"
    	"k8s.io/kubernetes/pkg/kubelet/container"
    )
    
    func TestGenerateAnnotations(t *testing.T) {
    	testCases := []struct {
    		description         string
    		deviceIDs           []string
    		expecteError        error
    		expectedAnnotations []container.Annotation
    	}{
    		{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jul 11 09:47:53 UTC 2023
    - 1.5K bytes
    - Viewed (0)
Back to top