Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 130 for Warningf (0.63 sec)

  1. staging/src/k8s.io/api/admissionregistration/v1beta1/generated.proto

      //
      // "Deny" specifies that a validation failure results in a denied request.
      //
      // "Warn" specifies that a validation failure is reported to the request client
      // in HTTP Warning headers, with a warning code of 299. Warnings can be sent
      // both for allowed or denied admission responses.
      //
      // "Audit" specifies that a validation failure is included in the published
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 28 15:34:11 UTC 2024
    - 50.4K bytes
    - Viewed (0)
  2. staging/src/k8s.io/api/admissionregistration/v1/generated.proto

      //
      // "Deny" specifies that a validation failure results in a denied request.
      //
      // "Warn" specifies that a validation failure is reported to the request client
      // in HTTP Warning headers, with a warning code of 299. Warnings can be sent
      // both for allowed or denied admission responses.
      //
      // "Audit" specifies that a validation failure is included in the published
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 23 17:42:49 UTC 2024
    - 51.8K bytes
    - Viewed (0)
  3. android/guava/src/com/google/common/collect/Multimaps.java

        }
    
        private static final long serialVersionUID = 0;
      }
    
      /**
       * Returns a synchronized (thread-safe) {@code SetMultimap} backed by the specified multimap.
       *
       * <p>You must follow the warnings described in {@link #synchronizedMultimap}.
       *
       * <p>The returned multimap will be serializable if the specified multimap is serializable.
       *
       * @param multimap the multimap to be wrapped
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Sun Jun 02 13:36:19 UTC 2024
    - 86.3K bytes
    - Viewed (0)
  4. guava/src/com/google/common/collect/Multimaps.java

        }
    
        private static final long serialVersionUID = 0;
      }
    
      /**
       * Returns a synchronized (thread-safe) {@code SetMultimap} backed by the specified multimap.
       *
       * <p>You must follow the warnings described in {@link #synchronizedMultimap}.
       *
       * <p>The returned multimap will be serializable if the specified multimap is serializable.
       *
       * @param multimap the multimap to be wrapped
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Apr 01 16:15:01 UTC 2024
    - 86.4K bytes
    - Viewed (0)
  5. src/regexp/testdata/testregex.c

    			printf(", %d test%s", testno, testno == 1 ? "" : "s");
    			if (state.ignored)
    				printf(", %d ignored mismatche%s", state.ignored, state.ignored == 1 ? "" : "s");
    			if (state.warnings)
    				printf(", %d warning%s", state.warnings, state.warnings == 1 ? "" : "s");
    			if (state.unspecified)
    				printf(", %d unspecified difference%s", state.unspecified, state.unspecified == 1 ? "" : "s");
    			if (state.signals)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Sep 08 04:08:51 UTC 2014
    - 51.3K bytes
    - Viewed (0)
  6. pkg/controller/volume/attachdetach/reconciler/reconciler_test.go

    			},
    			[]string{"Warning FailedAttachVolume Multi-Attach error for volume \"volume-name\" Volume is already exclusively attached to one node and can't be attached to another"},
    		},
    		{
    			"pods in the same namespace use the volume",
    			[]nodeWithPods{
    				{"node1", []string{"ns1/pod1"}},
    				{"node2", []string{"ns1/pod2"}},
    			},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 07:00:14 UTC 2024
    - 72.8K bytes
    - Viewed (0)
  7. maven-core/src/main/java/org/apache/maven/project/MavenProject.java

            if (context == null) {
                return null;
            }
            return context.get(key);
        }
    
        /**
         * Sets the project's class realm. <strong>Warning:</strong> This is an internal utility method that is only public
         * for technical reasons, it is not part of the public API. In particular, this method can be changed or deleted
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Fri Mar 01 17:18:13 UTC 2024
    - 56.6K bytes
    - Viewed (0)
  8. platforms/software/ivy/src/integTest/groovy/org/gradle/api/publish/ivy/IvyPublishJavaIntegTest.groovy

            outputDoesNotContain(IvyComponentParser.PUBLICATION_WARNING_FOOTER)
            outputDoesNotContain("Ivy publication 'ivy' warnings:")
            outputDoesNotContain('Declares capability org:foo:1.0')
            javaLibrary.assertPublished()
        }
    
        def "can ignore all publication warnings"() {
            given:
            createBuildScripts("""
    
                configurations.api.outgoing.capability 'org:foo:1.0'
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Nov 15 16:36:23 UTC 2023
    - 49.8K bytes
    - Viewed (0)
  9. staging/src/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/v1/zz_generated.conversion.go

    	out.Group = in.Group
    	// WARNING: in.Version requires manual conversion: does not exist in peer-type
    	if err := Convert_apiextensions_CustomResourceDefinitionNames_To_v1_CustomResourceDefinitionNames(&in.Names, &out.Names, s); err != nil {
    		return err
    	}
    	out.Scope = ResourceScope(in.Scope)
    	// WARNING: in.Validation requires manual conversion: does not exist in peer-type
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Feb 28 19:06:46 UTC 2024
    - 67.5K bytes
    - Viewed (0)
  10. platforms/documentation/docs/src/docs/userguide/optimizing-performance/configuration_cache.adoc

    +
    When working on a plugin, progressively target the contributed or configured tasks.
    
    Explore by turning problems into warnings::
    Don't stop at the first build failure and <<configuration_cache#config_cache:usage:ignore_problems, turn problems into warnings>> to discover how your build and plugins behave.
    If a build fails, use the HTML report to reason about the reported problems related to the failure.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Mar 29 16:24:12 UTC 2024
    - 71.1K bytes
    - Viewed (0)
Back to top