Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for CalculateHashForObjectWithNormalCharacter (0.46 sec)

  1. operator/pkg/object/objects_test.go

    )
    
    func TestHash(t *testing.T) {
    	hashTests := []struct {
    		desc      string
    		kind      string
    		namespace string
    		name      string
    		want      string
    	}{
    		{"CalculateHashForObjectWithNormalCharacter", "Service", "default", "ingressgateway", "Service:default:ingressgateway"},
    		{"CalculateHashForObjectWithDash", "Deployment", "istio-system", "istio-pilot", "Deployment:istio-system:istio-pilot"},
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Sep 21 07:16:46 UTC 2023
    - 18.4K bytes
    - Viewed (0)
Back to top