Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 49 for _abc (0.12 sec)

  1. staging/src/k8s.io/apiserver/pkg/storage/testing/store_tests.go

    		expectRVFunc               func(string) error
    	}{
    		{
    			name:        "rejects invalid resource version",
    			prefix:      "/pods",
    			pred:        storage.Everything,
    			rv:          "abc",
    			expectError: true,
    		},
    		{
    			name:   "rejects resource version and continue token",
    			prefix: "/pods",
    			pred: storage.SelectionPredicate{
    				Label:    labels.Everything(),
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 12:45:33 UTC 2024
    - 91.4K bytes
    - Viewed (0)
  2. pkg/apis/certificates/validation/validation_test.go

    			csr: capi.CertificateSigningRequest{
    				ObjectMeta: validObjectMeta,
    				Spec: capi.CertificateSigningRequestSpec{
    					Usages:     validUsages,
    					Request:    newCSRPEM(t),
    					SignerName: fmt.Sprintf("abc.io/%s.%s", repeatString("a", 253), repeatString("a", 253)),
    				},
    			},
    		},
    		"signerName with a domain label greater than 63 characters will fail": {
    			csr: capi.CertificateSigningRequest{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Nov 03 18:40:49 UTC 2023
    - 61K bytes
    - Viewed (0)
  3. internal/bucket/lifecycle/lifecycle_test.go

    ag><Tag><Key>tag2</Key><Value>value2</Value></Tag></And></Filter><Status>Enabled</Status><Expiration><Date>` + time.Now().Truncate(24*time.Hour).UTC().Add(-24*time.Hour).Format(time.RFC3339) + `</Date></Expiration></Rule><Rule><Filter><And><Prefix>abc/</Prefix><Tag><Key>tag2</Key><Value>value</Value></Tag></And></Filter><Status>Enabled</Status><Expiration><Date>` + time.Now().Truncate(24*time.Hour).UTC().Add(-24*time.Hour).Format(time.RFC3339) + `</Date></Expiration></Rule></LifecycleConfiguration>`,...
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu May 23 01:12:48 UTC 2024
    - 55.1K bytes
    - Viewed (0)
  4. pkg/kubelet/server/server_test.go

    		uid           bool
    		clientData    string
    		containerData string
    		shouldError   bool
    	}{
    		"no port":                       {port: "", shouldError: true},
    		"none number port":              {port: "abc", shouldError: true},
    		"negative port":                 {port: "-1", shouldError: true},
    		"too large port":                {port: "65536", shouldError: true},
    		"0 port":                        {port: "0", shouldError: true},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 51.5K bytes
    - Viewed (0)
  5. fess-crawler-lasta/src/main/resources/crawler/extractor.xml

    				"text/rtp-enc-aescm128",
    				"text/rtx",
    				"text/sgml",
    				"text/t140",
    				"text/tab-separated-values",
    				"text/troff",
    				"text/ulpfec",
    				"text/uri-list",
    				"text/vnd.abc",
    				"text/vnd.curl",
    				"text/vnd.curl.dcurl",
    				"text/vnd.curl.scurl",
    				"text/vnd.curl.mcurl",
    				"text/vnd.dmclientscript",
    				"text/vnd.esmertec.theme-descriptor",
    				"text/vnd.fly",
    Registered: Wed Jun 12 15:17:51 UTC 2024
    - Last Modified: Sat Aug 01 21:40:30 UTC 2020
    - 49K bytes
    - Viewed (0)
  6. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/catalog/VersionCatalogExtensionIntegrationTest.groovy

                        }
    
                        changing = true
                    }
                    implementation(libs.test2) {
                        transitive = false
                        targetConfiguration = "abc"
                        doNotEndorseStrictVersions()
    
                        version {
                            require("456")
                        }
    
                        changing = false
                    }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Mar 26 13:37:31 UTC 2024
    - 77.8K bytes
    - Viewed (0)
  7. pkg/apis/admissionregistration/types.go

    	// the associated expression.
    	// Name must be a qualified name consisting of alphanumeric characters, '-', '_' or '.', and
    	// must start and end with an alphanumeric character (e.g. 'MyName',  or 'my.name',  or
    	// '123-abc', regex used for validation is '([A-Za-z0-9][-A-Za-z0-9_.]*)?[A-Za-z0-9]') with an
    	// optional DNS subdomain prefix and '/' (e.g. 'example.com/MyName')
    	//
    	// Required.
    	Name string
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Feb 29 20:14:19 UTC 2024
    - 52.6K bytes
    - Viewed (0)
  8. pkg/controller/endpointslice/endpointslice_controller_test.go

    	sliceInfo := &topologycache.SliceInfo{
    		ServiceKey:  "ns/svc",
    		AddressType: discovery.AddressTypeIPv4,
    		ToCreate: []*discovery.EndpointSlice{
    			{
    				ObjectMeta: metav1.ObjectMeta{
    					Name:      "svc-abc",
    					Namespace: "ns",
    					Labels: map[string]string{
    						discovery.LabelServiceName: "svc",
    						discovery.LabelManagedBy:   controllerName,
    					},
    				},
    				Endpoints: []discovery.Endpoint{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 04 08:33:32 UTC 2024
    - 65.5K bytes
    - Viewed (0)
  9. staging/src/k8s.io/api/admissionregistration/v1beta1/generated.proto

      // the associated expression.
      // Name must be a qualified name consisting of alphanumeric characters, '-', '_' or '.', and
      // must start and end with an alphanumeric character (e.g. 'MyName',  or 'my.name',  or
      // '123-abc', regex used for validation is '([A-Za-z0-9][-A-Za-z0-9_.]*)?[A-Za-z0-9]') with an
      // optional DNS subdomain prefix and '/' (e.g. 'example.com/MyName')
      //
      // Required.
      optional string name = 1;
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 28 15:34:11 UTC 2024
    - 50.4K bytes
    - Viewed (0)
  10. pkg/apis/networking/validation/validation_test.go

    				"a lowercase RFC 1123 label must consist of lower case alphanumeric characters or '-',"+
    					" and must start and end with an alphanumeric character (e.g. 'my-name',  or '123-abc', "+
    					"regex used for validation is '[a-z0-9]([-a-z0-9]*[a-z0-9])?')")},
    		},
    		"valid name, valid controller, valid Cluster scope": {
    			ingressClass: makeValidIngressClass("test123", "foo.co/bar",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Oct 31 21:05:06 UTC 2023
    - 73.3K bytes
    - Viewed (0)
Back to top