Search Options

Results per page
Sort
Preferred Languages
Advance

Results 151 - 160 of 1,391 for Validate2 (2.57 sec)

  1. tests/integration/pilot/validation_test.go

    				recognized.Insert(s)
    				for _, alias := range r.GroupVersionAliasKinds() {
    					s = strings.Join([]string{alias.Group, alias.Version, alias.Kind}, "/")
    					recognized.Insert(s)
    				}
    			}
    			// These CRDs are validated outside of Istio
    			for _, gvk := range []string{
    				"gateway.networking.k8s.io/v1/Gateway",
    				"gateway.networking.k8s.io/v1beta1/Gateway",
    				"gateway.networking.k8s.io/v1/GatewayClass",
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Dec 13 15:19:36 UTC 2023
    - 6.7K bytes
    - Viewed (0)
  2. platforms/core-configuration/model-core/src/main/java/org/gradle/model/internal/inspect/ValidateModelRuleExtractor.java

    import javax.annotation.concurrent.ThreadSafe;
    import org.gradle.model.Validate;
    import org.gradle.model.internal.core.ModelActionRole;
    
    @ThreadSafe
    public class ValidateModelRuleExtractor extends AbstractMutationModelRuleExtractor<Validate> {
        @Override
        protected ModelActionRole getMutationType() {
            return ModelActionRole.Validate;
        }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Sep 28 09:51:04 UTC 2023
    - 1018 bytes
    - Viewed (0)
  3. pkg/kubeapiserver/options/admission_test.go

    	if len(options.Validate()) == 0 {
    		t.Errorf("Expect error, but got none")
    	}
    
    	// 4. PluginNames is not valid
    	options = NewAdmissionOptions()
    	options.PluginNames = []string{"ServiceAccount"}
    	if errs := options.Validate(); len(errs) > 0 {
    		t.Errorf("Unexpected err: %v", errs)
    	}
    
    	// nil pointer
    	options = nil
    	if errs := options.Validate(); errs != nil {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Dec 15 01:51:35 UTC 2022
    - 3.4K bytes
    - Viewed (0)
  4. maven-settings-builder/src/main/java/org/apache/maven/settings/validation/DefaultSettingsValidator.java

        }
    
        @Override
        public void validate(Settings settings, SettingsProblemCollector problems) {
            validate(settings, false, problems);
        }
    
        @Override
        public void validate(Settings settings, boolean isProjectSettings, SettingsProblemCollector problems) {
            List<BuilderProblem> list = settingsBuilder.validate(settings.getDelegate(), isProjectSettings);
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Mon Mar 25 10:50:01 UTC 2024
    - 2.5K bytes
    - Viewed (0)
  5. platforms/software/platform-base/src/integTest/groovy/org/gradle/language/base/CustomComponentSourceSetIntegrationTest.groovy

                        tasks.create("validate") {
                            assert sources.managed != null
                            assert sources.managed.someProperty == "some value"
                        }
                    }
                }
                apply plugin: ValidateTaskRules
            """
    
            expect:
            succeeds "validate"
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Oct 11 12:16:09 UTC 2023
    - 13.5K bytes
    - Viewed (0)
  6. cmd/kubeadm/app/apis/bootstraptoken/v1/utils.go

    	bootstraputil "k8s.io/cluster-bootstrap/token/util"
    	bootstrapsecretutil "k8s.io/cluster-bootstrap/util/secrets"
    )
    
    const (
    	// When a token is matched with 'BootstrapTokenPattern', the size of validated substrings returned by
    	// regexp functions which contains 'Submatch' in their names will be 3.
    	// Submatch 0 is the match of the entire expression, submatch 1 is
    	// the match of the first parenthesized subexpression, and so on.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 26 15:51:39 UTC 2023
    - 8.3K bytes
    - Viewed (0)
  7. .github/workflows/cffconvert.yml

    name: cffconvert
    
    on:
      push:
        paths:
          - CITATION.cff
    
    permissions:
      contents: read
    
    jobs:
      validate:
        if: github.repository == 'tensorflow/tensorflow' # Don't do this in forks
        name: "validate"
        runs-on: ubuntu-latest
        steps:
          - name: Check out a copy of the repository
            uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v3.2.0
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Sep 12 16:40:29 UTC 2023
    - 1.3K bytes
    - Viewed (0)
  8. internal/config/identity/ldap/ldap.go

    	if err == nil && !isUnderBaseDN {
    		return nil, fmt.Errorf("Unable to find user DN: %w", err)
    	}
    	return validDN, err
    }
    
    // GetValidatedUserDN validates the given user DN. Will error out if conn is nil. The returned
    // boolean is true iff the user DN is found under one of the LDAP user base DNs.
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Sat May 25 13:43:06 UTC 2024
    - 10.3K bytes
    - Viewed (1)
  9. pilot/pkg/model/validation.go

    		}
    	}
    	return errs
    }
    
    // Validate ensures that the service instance is well-defined
    func (instance *ServiceInstance) Validate() error {
    	var errs error
    	if instance.Service == nil {
    		errs = multierror.Append(errs, fmt.Errorf("missing service in the instance"))
    	} else if err := instance.Service.Validate(); err != nil {
    		errs = multierror.Append(errs, err)
    	}
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Apr 17 20:06:41 UTC 2024
    - 3.5K bytes
    - Viewed (0)
  10. pkg/serviceaccount/legacy.go

    func (v *legacyValidator) Validate(ctx context.Context, tokenData string, public *jwt.Claims, privateObj interface{}) (*apiserverserviceaccount.ServiceAccountInfo, error) {
    	private, ok := privateObj.(*legacyPrivateClaims)
    	if !ok {
    		klog.Errorf("jwt validator expected private claim of type *legacyPrivateClaims but got: %T", privateObj)
    		return nil, errors.New("Token could not be validated.")
    	}
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Nov 01 08:32:23 UTC 2023
    - 8.4K bytes
    - Viewed (0)
Back to top