Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for GetAPIVersion (0.1 sec)

  1. istioctl/pkg/validate/validate.go

    	}
    
    	if un.GetKind() == gvk.Deployment.Kind {
    		if err := v.validateDeploymentLabel(istioNamespace, un, writer); err != nil {
    			return nil, err
    		}
    		return nil, nil
    	}
    
    	if un.GetAPIVersion() == operator.IstioOperatorGVK.GroupVersion().String() {
    		if un.GetKind() == operator.IstioOperatorGVK.Kind {
    			if err := checkFields(un); err != nil {
    				return nil, err
    			}
    Registered: Wed Nov 06 22:53:10 UTC 2024
    - Last Modified: Thu Aug 15 22:27:47 UTC 2024
    - 14.3K bytes
    - Viewed (0)
Back to top