Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 23 for UNTAGGED (0.1 sec)

  1. hack/verify-test-images.sh

    # limitations under the License.
    
    # This script checks whether the latest or untagged  gcr.io image is in
    # `test/e2e/*.go` files.
    # Usage: `hack/verify-test-images.sh`.
    
    set -o errexit
    set -o nounset
    set -o pipefail
    
    KUBE_ROOT=$(dirname "${BASH_SOURCE[0]}")/..
    
    cd "${KUBE_ROOT}"
    result=0
    
    # Find mentions of untagged gcr.io images in test/e2e/*.go
    find_e2e_test_untagged_gcr_images() {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jan 21 10:10:46 UTC 2020
    - 1.5K bytes
    - Viewed (0)
  2. testing/internal-performance-testing/src/main/groovy/org/gradle/performance/results/report/Tag.java

    import java.math.BigDecimal;
    
    import static org.gradle.performance.results.report.Tag.FixedTag.UNTAGGED;
    
    public interface Tag {
        String getName();
    
        String getClassAttr();
    
        String getTitle();
    
        String getUrl();
    
        default boolean isValid() {
            return this != UNTAGGED;
        }
    
        enum FixedTag implements Tag {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 4.1K bytes
    - Viewed (0)
  3. src/cmd/vet/testdata/composite/composite.go

    // Copyright 2012 The Go Authors. All rights reserved.
    // Use of this source code is governed by a BSD-style
    // license that can be found in the LICENSE file.
    
    // This file contains the test for untagged struct literals.
    
    package composite
    
    import "flag"
    
    // Testing is awkward because we need to reference things from a separate package
    // to trigger the warnings.
    
    var goodStructLiteral = flag.Flag{
    	Name:  "Name",
    	Usage: "Usage",
    }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Feb 20 15:46:42 UTC 2019
    - 547 bytes
    - Viewed (0)
  4. platforms/jvm/testing-jvm/src/integTest/groovy/org/gradle/testing/junit/junit4/AbstractJUnit4CategoriesOrTagsCoverageIntegrationTest.groovy

                        @RunWith(Parameterized.class)
                        public static class Untagged {
                            @Parameterized.Parameters
                            public static Iterable<Object[]> getParameters() {
                                ArrayList<Object[]> parameters = new ArrayList<>();
                                parameters.add(new Object[] { "untagged" });
                                return parameters;
                            }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Sep 18 20:52:40 UTC 2023
    - 19.7K bytes
    - Viewed (0)
  5. testing/internal-performance-testing/src/main/groovy/org/gradle/performance/results/report/IndexPageGenerator.java

    import static org.gradle.performance.results.report.Tag.FixedTag.REGRESSED;
    import static org.gradle.performance.results.report.Tag.FixedTag.UNKNOWN;
    import static org.gradle.performance.results.report.Tag.FixedTag.UNTAGGED;
    
    public class IndexPageGenerator extends AbstractTablePageGenerator {
        public IndexPageGenerator(PerformanceFlakinessDataProvider flakinessDataProvider, PerformanceExecutionDataProvider executionDataProvider) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 7.5K bytes
    - Viewed (0)
  6. cmd/kube-controller-manager/app/cloudproviders.go

    		} else {
    			return nil, loopMode, fmt.Errorf("no ClusterID Found.  A ClusterID is required for the cloud provider to function properly.  This check can be bypassed by setting the allow-untagged-cloud option")
    		}
    	}
    
    	if informerUserCloud, ok := cloud.(cloudprovider.InformerUser); ok {
    		informerUserCloud.SetInformers(sharedInformers)
    	}
    	return cloud, loopMode, err
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Mar 14 18:16:32 UTC 2023
    - 2.9K bytes
    - Viewed (0)
  7. testing/internal-performance-testing/src/main/resources/org/gradle/reporting/performanceReport.js

            var currentTags = $(row).attr('tag');
            if (currentTags === undefined) {
                currentTags = ''
            }
            // tag="FAILURE-THRESHOLD(4.16%),FLAKY(9.30%)"
            // tag="UNTAGGED"
            currentTags = currentTags.split(',').map(tag => tag.split('(')[0])
            if (selectedTags.some(tag => currentTags.indexOf(tag) != -1)) {
                $(row).show()
            } else {
                $(row).hide()
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 3.2K bytes
    - Viewed (0)
  8. platforms/jvm/testing-jvm/src/integTest/groovy/org/gradle/testing/junit/jupiter/JUnitJupiterCategoriesOrTagsCoverageIntegrationTest.groovy

                                throw new AssertionError("should be filtered out");
                            }
                        }
    
                        public static class Untagged {
                            @ParameterizedTest
                            @ValueSource(strings = {"untagged"})
                            public void run(String param) {
                                System.err.println("executed " + param);
                            }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Sep 18 20:52:40 UTC 2023
    - 16.2K bytes
    - Viewed (0)
  9. src/cmd/go/testdata/script/mod_prefer_compatible.txt

    go list -m github.com/russross/blackfriday@cadec560ec52
    stdout '^github.com/russross/blackfriday v2\.0\.0\+incompatible$'
    
    # Similarly, requesting an untagged commit should continue to produce a +incompatible
    # pseudo-version.
    
    go list -m github.com/rsc/legacytest@7303f7796364
    stdout '^github.com/rsc/legacytest v2\.0\.1-0\.20180717164253-7303f7796364\+incompatible$'
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jul 17 18:25:37 UTC 2023
    - 3.2K bytes
    - Viewed (0)
  10. cmd/cloud-controller-manager/main.go

    		} else {
    			klog.Fatalf("no ClusterID found.  A ClusterID is required for the cloud provider to function properly.  This check can be bypassed by setting the allow-untagged-cloud option")
    		}
    	}
    
    	return cloud
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jun 19 13:01:01 UTC 2023
    - 4.4K bytes
    - Viewed (0)
Back to top