Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of about 10,000 for authsds (0.17 sec)

  1. pkg/bootstrap/testdata/authsds_golden.json

      },
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 01 14:41:40 UTC 2024
    - 11.9K bytes
    - Viewed (0)
  2. pkg/bootstrap/instance_test.go

    		compliancePolicy              string
    		enableDefferedClusterCreation bool
    	}{
    		{
    			base: "xdsproxy",
    		},
    		{
    			base: "auth",
    		},
    		{
    			base:         "authsds",
    			sdsUDSPath:   "udspath",
    			sdsTokenPath: "/var/run/secrets/tokens/istio-token",
    		},
    		{
    			base: "default",
    		},
    		{
    			base: "running",
    			envVars: map[string]string{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 16 17:05:28 UTC 2024
    - 19.5K bytes
    - Viewed (0)
  3. tests/integration/telemetry/api/registry_setup_test.go

    //go:build integ
    // +build integ
    
    // Copyright Istio Authors. All Rights Reserved.
    //
    // Licensed under the Apache License, Version 2.0 (the "License");
    // you may not use this file except in compliance with the License.
    // You may obtain a copy of the License at
    //
    //     http://www.apache.org/licenses/LICENSE-2.0
    //
    // Unless required by applicable law or agreed to in writing, software
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Dec 04 22:47:52 UTC 2023
    - 1.5K bytes
    - Viewed (0)
  4. tests/integration/ambient/registry_setup_test.go

    //go:build integ
    // +build integ
    
    // Copyright Istio Authors. All Rights Reserved.
    //
    // Licensed under the Apache License, Version 2.0 (the "License");
    // you may not use this file except in compliance with the License.
    // You may obtain a copy of the License at
    //
    //     http://www.apache.org/licenses/LICENSE-2.0
    //
    // Unless required by applicable law or agreed to in writing, software
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 21:02:05 UTC 2024
    - 1.9K bytes
    - Viewed (0)
  5. pkg/kube/util.go

    			Token:                 auths.Token,
    			TokenFile:             auths.TokenFile,
    			Impersonate:           auths.Impersonate,
    			ImpersonateGroups:     auths.ImpersonateGroups,
    			ImpersonateUserExtra:  auths.ImpersonateUserExtra,
    			Username:              auths.Username,
    			Password:              auths.Password,
    			AuthProvider:          auths.AuthProvider, // Included because it is sanitized above
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 05:10:23 UTC 2024
    - 18.6K bytes
    - Viewed (0)
  6. .github/actions/people/app/main.py

            counter=experts_results.commenters,
            authors=authors,
            skip_users=skip_users,
        )
        last_month_experts = get_top_users(
            counter=experts_results.last_month_commenters,
            authors=authors,
            skip_users=skip_users,
        )
        three_months_experts = get_top_users(
            counter=experts_results.three_months_commenters,
            authors=authors,
            skip_users=skip_users,
        )
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Tue Mar 26 17:38:21 UTC 2024
    - 19.2K bytes
    - Viewed (0)
  7. tests/test_tutorial/test_dataclasses/test_tutorial003.py

                                    }
                                },
                            },
                        },
                    }
                },
                "/authors/": {
                    "get": {
                        "summary": "Get Authors",
                        "operationId": "get_authors_authors__get",
                        "responses": {
                            "200": {
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu Sep 28 04:14:40 UTC 2023
    - 12.1K bytes
    - Viewed (0)
  8. platforms/software/ivy/src/integTest/groovy/org/gradle/api/publish/ivy/IvyPublishDescriptorCustomizationKotlinDslIntegTest.groovy

                licenses.size() == 1
                licenses[0].@name == 'The Apache License, Version 2.0'
                licenses[0].@url == 'http://www.apache.org/licenses/LICENSE-2.0.txt'
                authors.size() == 1
                authors[0].@name == 'Jane Doe'
                authors[0].@url == 'http://example.com/users/jane'
                description.text() == "A concise description of my library"
                description.@homepage == 'http://www.example.com/library'
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Oct 12 14:02:46 UTC 2023
    - 3.5K bytes
    - Viewed (0)
  9. platforms/software/ivy/src/main/java/org/gradle/api/publish/ivy/internal/publication/DefaultIvyModuleDescriptorSpec.java

        @Override
        public void author(Action<? super IvyModuleDescriptorAuthor> action) {
            configureAndAdd(DefaultIvyModuleDescriptorAuthor.class, action, authors);
        }
    
        @Override
        public List<IvyModuleDescriptorAuthor> getAuthors() {
            return authors;
        }
    
        @Override
        public void description(Action<? super IvyModuleDescriptorDescription> action) {
            if (description == null) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Oct 12 14:02:46 UTC 2023
    - 5.4K bytes
    - Viewed (0)
  10. subprojects/core-api/src/main/java/org/gradle/api/provider/SupportsConvention.java

    /*
     * Copyright 2023 the original author or authors.
     *
     * Licensed under the Apache License, Version 2.0 (the "License");
     * you may not use this file except in compliance with the License.
     * You may obtain a copy of the License at
     *
     *      http://www.apache.org/licenses/LICENSE-2.0
     *
     * Unless required by applicable law or agreed to in writing, software
     * distributed under the License is distributed on an "AS IS" BASIS,
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Jan 11 13:51:19 UTC 2024
    - 1.2K bytes
    - Viewed (0)
Back to top