Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for istioV1Alpha1 (0.2 sec)

  1. istioctl/pkg/validate/validate.go

    		if err := v.validateDeploymentLabel(istioNamespace, un, writer); err != nil {
    			return nil, err
    		}
    		return nil, nil
    	}
    
    	if un.GetAPIVersion() == istioV1Alpha1.IstioOperatorGVK.GroupVersion().String() {
    		if un.GetKind() == istioV1Alpha1.IstioOperatorGVK.Kind {
    			if err := checkFields(un); err != nil {
    				return nil, err
    			}
    			// IstioOperator isn't part of pkg/config/schema/collections,
    Go
    - Registered: Wed May 01 22:53:12 GMT 2024
    - Last Modified: Mon Jan 22 17:58:52 GMT 2024
    - 15K bytes
    - Viewed (0)
Back to top