Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestPolicyNoneName (0.27 sec)

  1. pkg/kubelet/cm/topologymanager/policy_none_test.go

    See the License for the specific language governing permissions and
    limitations under the License.
    */
    
    package topologymanager
    
    import (
    	"testing"
    )
    
    func TestPolicyNoneName(t *testing.T) {
    	tcases := []struct {
    		name     string
    		expected string
    	}{
    		{
    			name:     "New None Policy",
    			expected: "none",
    		},
    	}
    	for _, tc := range tcases {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Feb 03 17:13:28 UTC 2020
    - 2.8K bytes
    - Viewed (0)
Back to top