Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestFormatResourceName (0.26 sec)

  1. pkg/printers/internalversion/printers_test.go

    	"k8s.io/kubernetes/pkg/printers"
    	utilpointer "k8s.io/utils/pointer"
    	"k8s.io/utils/ptr"
    )
    
    var containerRestartPolicyAlways = api.ContainerRestartPolicyAlways
    
    func TestFormatResourceName(t *testing.T) {
    	tests := []struct {
    		kind schema.GroupKind
    		name string
    		want string
    	}{
    		{schema.GroupKind{}, "", ""},
    		{schema.GroupKind{}, "name", "name"},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 14:04:15 UTC 2024
    - 218.6K bytes
    - Viewed (0)
Back to top