Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 58 for stanza (1.57 sec)

  1. test/nosplit.go

    	nok := 0
    	nfail := 0
    TestCases:
    	for len(tests) > 0 {
    		var stanza string
    		i := strings.Index(tests, "\nstart ")
    		if i < 0 {
    			stanza, tests = tests, ""
    		} else {
    			stanza, tests = tests[:i], tests[i+1:]
    		}
    
    		m := rejectRE.FindStringSubmatch(stanza)
    		if m == nil {
    			bug()
    			fmt.Printf("invalid stanza:\n\t%s\n", indent(stanza))
    			continue
    		}
    		lines := strings.TrimSpace(m[1])
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:25 UTC 2023
    - 11.3K bytes
    - Viewed (0)
  2. staging/src/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/v1/types.go

    	// When enabled:
    	// 1. requests to the custom resource primary endpoint ignore changes to the `status` stanza of the object.
    	// 2. requests to the custom resource `/status` subresource ignore changes to anything other than the `status` stanza of the object.
    	// +optional
    	Status *CustomResourceSubresourceStatus `json:"status,omitempty" protobuf:"bytes,1,opt,name=status"`
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 23 17:42:49 UTC 2024
    - 28.7K bytes
    - Viewed (0)
  3. cluster/addons/fluentd-gcp/fluentd-gcp-configmap.yaml

        <filter **>
          @type add_insert_ids
        </filter>
    
        # This section is exclusive for k8s_container logs. These logs come with
        # 'stderr'/'stdout' tags.
        # We use a separate output stanza for 'k8s_node' logs with a smaller buffer
        # because node logs are less important than user's container logs.
        <match {stderr,stdout}>
          @type google_cloud
    
          # Try to detect JSON formatted log entries.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Nov 26 07:09:07 UTC 2018
    - 18.3K bytes
    - Viewed (0)
  4. staging/src/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/v1beta1/types.go

    	// When enabled:
    	// 1. requests to the custom resource primary endpoint ignore changes to the `status` stanza of the object.
    	// 2. requests to the custom resource `/status` subresource ignore changes to anything other than the `status` stanza of the object.
    	// +optional
    	Status *CustomResourceSubresourceStatus `json:"status,omitempty" protobuf:"bytes,1,opt,name=status"`
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Feb 28 19:06:46 UTC 2024
    - 32.3K bytes
    - Viewed (0)
  5. staging/src/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/v1/generated.proto

    // * exposes a /status subresource for the custom resource
    // * PUT requests to the /status subresource take a custom resource object, and ignore changes to anything except the status stanza
    // * PUT/POST/PATCH requests to the custom resource ignore changes to the status stanza
    message CustomResourceSubresourceStatus {
    }
    
    // CustomResourceSubresources defines the status and scale subresources for CustomResources.
    message CustomResourceSubresources {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 28 15:34:11 UTC 2024
    - 39.1K bytes
    - Viewed (0)
  6. staging/src/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/v1beta1/generated.proto

    // * exposes a /status subresource for the custom resource
    // * PUT requests to the /status subresource take a custom resource object, and ignore changes to anything except the status stanza
    // * PUT/POST/PATCH requests to the custom resource ignore changes to the status stanza
    message CustomResourceSubresourceStatus {
    }
    
    // CustomResourceSubresources defines the status and scale subresources for CustomResources.
    message CustomResourceSubresources {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 28 15:34:11 UTC 2024
    - 41.8K bytes
    - Viewed (0)
  7. staging/src/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/types.go

    // * exposes a /status subresource for the custom resource
    // * PUT requests to the /status subresource take a custom resource object, and ignore changes to anything except the status stanza
    // * PUT/POST/PATCH requests to the custom resource ignore changes to the status stanza
    type CustomResourceSubresourceStatus struct{}
    
    // CustomResourceSubresourceScale defines how to serve the scale subresource for CustomResources.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Feb 28 19:06:46 UTC 2024
    - 21.2K bytes
    - Viewed (0)
  8. pkg/kubelet/certificate/bootstrap/bootstrap.go

    	if len(caFile) == 0 {
    		caData = bootstrapClientConfig.CAData
    	}
    
    	// Build resulting kubeconfig.
    	kubeconfigData := clientcmdapi.Config{
    		// Define a cluster stanza based on the bootstrap kubeconfig.
    		Clusters: map[string]*clientcmdapi.Cluster{"default-cluster": {
    			Server:                   bootstrapClientConfig.Host,
    			InsecureSkipTLSVerify:    bootstrapClientConfig.Insecure,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Dec 27 08:04:25 UTC 2022
    - 14.2K bytes
    - Viewed (0)
  9. src/regexp/exec_test.go

    // in the open source RE2 distribution https://github.com/google/re2/.
    //
    // The test file format is a sequence of stanzas like:
    //
    //	strings
    //	"abc"
    //	"123x"
    //	regexps
    //	"[a-z]+"
    //	0-3;0-3
    //	-;-
    //	"([0-9])([0-9])([0-9])"
    //	-;-
    //	-;0-3 0-1 1-2 2-3
    //
    // The stanza begins by defining a set of strings, quoted
    // using Go double-quote syntax, one per line. Then the
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 25 19:36:03 UTC 2024
    - 20.7K bytes
    - Viewed (0)
  10. src/index/suffixarray/sais.go

    	bucketMax_8_32(text, freq, bucket)
    
    	numLMS := 0
    	lastB := int32(-1)
    	bucket = bucket[:256] // eliminate bounds check for bucket[c1] below
    
    	// The next stanza of code (until the blank line) loop backward
    	// over text, stopping to execute a code body at each position i
    	// such that text[i] is an L-character and text[i+1] is an S-character.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 18 23:57:18 UTC 2024
    - 32.4K bytes
    - Viewed (0)
Back to top