Search Options

Results per page
Sort
Preferred Languages
Advance

Results 71 - 80 of 84 for claims0 (0.35 sec)

  1. staging/src/k8s.io/api/testdata/v1.30.0/batch.v1.Job.json

                "resources": {
                  "limits": {
                    "limitsKey": "0"
                  },
                  "requests": {
                    "requestsKey": "0"
                  },
                  "claims": [
                    {
                      "name": "nameValue"
                    }
                  ]
                },
                "resizePolicy": [
                  {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 08:52:25 UTC 2024
    - 55.3K bytes
    - Viewed (0)
  2. pkg/scheduler/framework/plugins/volumebinding/binder_test.go

    				t.Errorf("binding.pvc doesn't match (-want, +got):\n%s", diff)
    			}
    		}
    	}
    
    	if aLen, eLen := len(provisionedClaims), len(expectedProvisionings); aLen != eLen {
    		t.Errorf("expected %v provisioned claims, got %v", eLen, aLen)
    	} else if expectedProvisionings == nil && provisionedClaims != nil {
    		// nil and empty are different
    		t.Error("expected nil provisionings, got empty")
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 25 09:46:58 UTC 2024
    - 82.8K bytes
    - Viewed (0)
  3. src/cmd/go/go_test.go

    	restore()
    	tg.wantNotStale("p1", "", "./testgo list claims p1 is stale, incorrectly, after changing back to old release")
    	addVar(sys, 2)
    	tg.wantStale("p1", "stale dependency: runtime", "./testgo list claims p1 is NOT stale, incorrectly, after changing sys.go again")
    	tg.run("install", "p1")
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 81.1K bytes
    - Viewed (0)
  4. platforms/core-configuration/model-core/src/main/java/org/gradle/internal/instantiation/generator/AbstractClassGenerator.java

                return false;
            }
    
            /**
             * Called when another a handler with higher precedence has also claimed the given property.
             */
            void ambiguous(PropertyMetadata property) {
                // No supposed to happen
                throw new UnsupportedOperationException("Multiple matches for " + property.getName());
            }
    
            void applyTo(ClassInspectionVisitor visitor) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon May 06 21:54:37 UTC 2024
    - 63K bytes
    - Viewed (0)
  5. pilot/pkg/networking/core/route/route_test.go

    					{
    						Name: "auth",
    						Headers: map[string]*networking.StringMatch{
    							"@request.auth.claims.Foo": {
    								MatchType: &networking.StringMatch_Exact{
    									Exact: "Bar",
    								},
    							},
    						},
    						WithoutHeaders: map[string]*networking.StringMatch{
    							"@request.auth.claims.Bla": {
    								MatchType: &networking.StringMatch_Exact{
    									Exact: "Bar",
    								},
    							},
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 14 14:12:39 UTC 2024
    - 88.1K bytes
    - Viewed (0)
  6. staging/src/k8s.io/api/apps/v1beta2/types.go

    	// volumeClaimTemplates is a list of claims that pods are allowed to reference.
    	// The StatefulSet controller is responsible for mapping network identities to
    	// claims in a way that maintains the identity of a pod. Every claim in
    	// this list must have at least one matching (by name) volumeMount in one
    	// container in the template. A claim in this list takes precedence over
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Nov 27 20:06:24 UTC 2023
    - 52.2K bytes
    - Viewed (0)
  7. CHANGELOG/CHANGELOG-1.31.md

    - StatefulSet autodelete will respect controlling owners on PVC claims as described in https://github.com/kubernetes/enhancements/pull/4375 ([#122499](https://github.com/kubernetes/kubernetes/pull/122499), [@mattcary](https://github.com/mattcary)) [SIG Apps and Testing]
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 20:34:14 UTC 2024
    - 60.3K bytes
    - Viewed (0)
  8. staging/src/k8s.io/api/extensions/v1beta1/types.go

    	// +optional
    	// +listType=atomic
    	Rules []IngressRule `json:"rules,omitempty" protobuf:"bytes,3,rep,name=rules"`
    	// TODO: Add the ability to specify load-balancer IP through claims
    }
    
    // IngressTLS describes the transport layer security associated with an Ingress.
    type IngressTLS struct {
    	// Hosts are a list of hosts included in the TLS certificate. The values in
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Nov 27 20:06:29 UTC 2023
    - 61.3K bytes
    - Viewed (0)
  9. src/cmd/link/internal/ld/lib.go

    // IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
    // FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
    // AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
    // LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
    // OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
    // THE SOFTWARE.
    
    package ld
    
    import (
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 21 18:45:27 UTC 2024
    - 88.6K bytes
    - Viewed (0)
  10. CHANGELOG/CHANGELOG-1.3.md

      - This issue can be resolved by restarting docker daemon
    - CORS works only in insecure mode ([#24086](https://github.com/kubernetes/kubernetes/issues/24086))
    - Persistent volume claims gets added incorrectly after being deleted under stress. Happens very infrequently. ([#26082](https://github.com/kubernetes/kubernetes/issues/26082))
    
    #### Docker runtime Known Issues
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Dec 24 02:28:26 UTC 2020
    - 84K bytes
    - Viewed (0)
Back to top