Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for findResourceInSpec (0.12 sec)

  1. operator/pkg/verifier/verifier.go

    		return nil
    	})
    	return crdCount, istioDeploymentCount, daemonSetCount, err
    }
    
    func resourceKinds(un *unstructured.Unstructured) string {
    	kinds := findResourceInSpec(un.GetObjectKind().GroupVersionKind())
    	if kinds == "" {
    		kinds = strings.ToLower(un.GetKind()) + "s"
    	}
    	// Override with special kind if it exists in the map
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 14 19:23:44 UTC 2024
    - 15K bytes
    - Viewed (0)
Back to top