Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 652 for subfeo (0.16 sec)

  1. src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go

    	STWX:           "stwx",
    	SUBFC:          "subfc",
    	SUBFCCC:        "subfc.",
    	SUBFCO:         "subfco",
    	SUBFCOCC:       "subfco.",
    	SUBFE:          "subfe",
    	SUBFECC:        "subfe.",
    	SUBFEO:         "subfeo",
    	SUBFEOCC:       "subfeo.",
    	SUBFIC:         "subfic",
    	SUBFME:         "subfme",
    	SUBFMECC:       "subfme.",
    	SUBFMEO:        "subfmeo",
    	SUBFMEOCC:      "subfmeo.",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Nov 22 17:16:14 UTC 2022
    - 334.7K bytes
    - Viewed (0)
  2. releasenotes/notes/duplicate-subset-names.yaml

    apiVersion: release-notes/v2
    kind: feature
    area: traffic-management
    
    releaseNotes:
    - |
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Mar 20 09:31:05 UTC 2024
    - 155 bytes
    - Viewed (0)
  3. src/cmd/internal/obj/ppc64/anames.go

    	"STSW",
    	"STWCCC",
    	"SUB",
    	"SUBCC",
    	"SUBVCC",
    	"SUBC",
    	"SUBCCC",
    	"SUBCV",
    	"SUBCVCC",
    	"SUBME",
    	"SUBMECC",
    	"SUBMEVCC",
    	"SUBMEV",
    	"SUBV",
    	"SUBE",
    	"SUBECC",
    	"SUBEV",
    	"SUBEVCC",
    	"SUBZE",
    	"SUBZECC",
    	"SUBZEVCC",
    	"SUBZEV",
    	"SYNC",
    	"XOR",
    	"XORCC",
    	"XORIS",
    	"DCBF",
    	"DCBI",
    	"DCBST",
    	"DCBT",
    	"DCBTST",
    	"DCBZ",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Apr 01 18:50:29 UTC 2024
    - 6.7K bytes
    - Viewed (0)
  4. src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/plan9.go

    	ADDMEOCC:  "ADDMEVCC",
    	ADDCO:     "ADDCV",
    	ADDCOCC:   "ADDCVCC",
    	ADDZEO:    "ADDZEV",
    	ADDZEOCC:  "ADDZEVCC",
    	SUBFME:    "SUBME",
    	SUBFMECC:  "SUBMECC",
    	SUBFZE:    "SUBZE",
    	SUBFZECC:  "SUBZECC",
    	SUBFZEO:   "SUBZEV",
    	SUBFZEOCC: "SUBZEVCC",
    	SUBF:      "SUB",
    	SUBFC:     "SUBC",
    	SUBFCC:    "SUBCC",
    	SUBFCCC:   "SUBCCC",
    	ORC:       "ORN",
    	ORCCC:     "ORNCC",
    	MULLWO:    "MULLWV",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Nov 22 17:16:14 UTC 2022
    - 10.9K bytes
    - Viewed (0)
  5. internal/config/subnet/subnet.go

    package subnet
    
    import (
    	"bytes"
    	"encoding/json"
    	"errors"
    	"fmt"
    	"io"
    	"mime/multipart"
    	"net/http"
    	"time"
    
    	xhttp "github.com/minio/minio/internal/http"
    )
    
    const (
    	respBodyLimit = 1 << 20 // 1 MiB
    
    	// LoggerWebhookName - subnet logger webhook target
    	LoggerWebhookName = "subnet"
    )
    
    // Upload given file content (payload) to specified URL
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Mon Feb 27 16:35:36 UTC 2023
    - 2.9K bytes
    - Viewed (0)
  6. pkg/config/analysis/analyzers/testdata/virtualservice_destinationrules.yaml

            host: reviews
            subset: v1
    ---
    apiVersion: networking.istio.io/v1alpha3
    kind: VirtualService
    metadata:
      name: reviews-bogussubset
      namespace: default
    spec:
      http:
      - route:
        - destination:
            host: reviews
            subset: bogus # This subset does not exist, should result in a validation error
    ---
    apiVersion: networking.istio.io/v1alpha3
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Nov 17 12:28:05 UTC 2021
    - 1.6K bytes
    - Viewed (0)
  7. tests/integration/pilot/label_test.go

      - {{.Destination}}
      http:
      - route:
        - destination:
            host: {{.Destination}}
            subset: my-subset
    ---
    apiVersion: networking.istio.io/v1alpha3
    kind: DestinationRule
    metadata:
      name: {{.Destination}}
    spec:
      host: {{.Destination}}
      subsets:
      - name: my-subset
        labels:
          subset: my-subset`
    			t.ConfigIstio().Eval(apps.Namespace.Name(), map[string]string{
    				"Destination": "a",
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Apr 16 18:27:40 UTC 2024
    - 2.1K bytes
    - Viewed (0)
  8. pkg/test/framework/components/echo/kube/templates/deployment.yaml

    {{- $cluster := .Cluster }}
    {{- range $i, $subset := $subsets }}
    {{- range $revision, $version := $revVerMap }}
    apiVersion: apps/v1
    {{- if $.StatefulSet }}
    kind: StatefulSet
    {{- else }}
    kind: Deployment
    {{- end }}
    metadata:
    {{- if $.Compatibility }}
      name: {{ $.Service }}-{{ $subset.Version }}-{{ $revision }}
    {{- else }}
      name: {{ $.Service }}-{{ $subset.Version }}
    {{- end }}
    spec:
      {{- if $.StatefulSet }}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 02 21:29:40 UTC 2024
    - 6.1K bytes
    - Viewed (0)
  9. pkg/config/analysis/analyzers/virtualservice/destinationrules.go

    ) bool {
    	name := util.GetResourceNameFromHost(vsNamespace, destination.GetHost())
    	subset := destination.GetSubset()
    
    	// if there's no subset specified, we're done
    	if subset == "" {
    		return true
    	}
    
    	hs := hostAndSubset{
    		host:   name,
    		subset: subset,
    	}
    	if _, ok := destHostsAndSubsets[hs]; ok {
    		return true
    	}
    
    	return false
    }
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Aug 07 15:18:05 UTC 2023
    - 4.1K bytes
    - Viewed (0)
  10. internal/config/subnet/config.go

    	config.KV{
    		Key:   config.Proxy,
    		Value: "",
    	},
    }
    
    // Config represents the subnet related configuration
    type Config struct {
    	// The subnet license token - Deprecated Dec 2021
    	License string `json:"license"`
    
    	// The subnet api key
    	APIKey string `json:"apiKey"`
    
    	// The HTTP(S) proxy URL to use for connecting to SUBNET
    	Proxy string `json:"proxy"`
    
    	// Transport configured with proxy_url if set optionally.
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri May 24 23:05:23 UTC 2024
    - 3.8K bytes
    - Viewed (0)
Back to top