Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 856 for Suffix (0.15 sec)

  1. operator/pkg/version/version.go

    		Patch:        patch,
    	}
    }
    
    // NewVersion creates an initialized Version struct.
    func NewVersion(major, minor, patch uint32, suffix string) Version {
    	return Version{
    		PatchVersion: NewPatchVersion(major, minor, patch),
    		Suffix:       suffix,
    	}
    }
    
    // String implements the Stringer interface.
    func (v MajorVersion) String() string {
    	return fmt.Sprintf("%d", v.Major)
    }
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Aug 29 14:15:26 UTC 2023
    - 4.4K bytes
    - Viewed (0)
  2. pilot/pkg/security/authz/builder/testdata/tcp/deny-both-http-tcp-out.yaml

                          exact: spiffe://principal
                    - authenticated:
                        principalName:
                          safeRegex:
                            regex: spiffe://.*principal-suffix
                    - authenticated:
                        principalName:
                          prefix: spiffe://principal-prefix
                    - authenticated:
                        principalName:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Oct 17 16:35:46 UTC 2023
    - 11.1K bytes
    - Viewed (0)
  3. src/cmd/vendor/golang.org/x/arch/arm/armasm/plan9x.go

    		op = "MOVW" + op[3:] + suffix
    	case VMRS_EQ, VMSR_EQ:
    		op = "MOVW" + op[4:] + suffix
    	case LDRB_EQ, UXTB_EQ:
    		op = "MOVBU" + op[4:] + suffix
    	case LDRSB_EQ:
    		op = "MOVBS" + op[5:] + suffix
    	case SXTB_EQ:
    		op = "MOVBS" + op[4:] + suffix
    	case LDRH_EQ, UXTH_EQ:
    		op = "MOVHU" + op[4:] + suffix
    	case LDRSH_EQ:
    		op = "MOVHS" + op[5:] + suffix
    	case SXTH_EQ:
    		op = "MOVHS" + op[4:] + suffix
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 11.9K bytes
    - Viewed (0)
  4. cluster/gce/manifests/etcd.manifest

                ],
        "env": [
          { "name": "TARGET_STORAGE",
            "value": "{{ pillar.get('storage_backend', 'etcd3') }}"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Jun 01 03:36:35 UTC 2024
    - 3.8K bytes
    - Viewed (0)
  5. pilot/pkg/config/kube/gateway/testdata/tls.yaml.golden

    apiVersion: networking.istio.io/v1alpha3
    kind: Gateway
    metadata:
      annotations:
        internal.istio.io/gateway-semantics: gateway
        internal.istio.io/gateway-service: istio-ingressgateway.istio-system.svc.domain.suffix
        internal.istio.io/parents: Gateway/gateway/passthrough.istio-system
      creationTimestamp: null
      name: gateway-istio-autogenerated-k8s-gateway-passthrough
      namespace: istio-system
    spec:
      servers:
      - hosts:
        - '*/*'
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Mar 01 20:54:36 UTC 2024
    - 4K bytes
    - Viewed (0)
  6. tensorflow/compiler/aot/tests/BUILD

    # tf_compile, so this allows the configurations to be specified in one place.
    # suffix, mlir_component
    tfcompile_test_dep_configs = [
        ("", "None"),
        ("_mlir_bridge", "Bridge"),
    ]
    
    [
        [
            tf_library(
                name = "test_graph_tfadd" + suffix,
                testonly = 1,
                config = "test_graph_tfadd.config.pbtxt",
                cpp_class = "AddComp",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Mar 27 18:00:18 UTC 2024
    - 17.3K bytes
    - Viewed (0)
  7. testing/internal-integ-testing/src/main/groovy/org/gradle/integtests/fixtures/BuildOperationNotificationsFixture.groovy

                                throw new org.gradle.api.GradleException("No interface implemented by \${obj.getClass()}.")
                            } else {
                                throw new org.gradle.api.GradleException("No interface with suffix '\$suffix' found.")
                            }
                        }
    
                        matchingInterfaces.each { i ->
                            invokeMethods(obj, i)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 5.5K bytes
    - Viewed (0)
  8. pilot/pkg/security/authz/builder/testdata/tcp/deny-both-http-tcp-in.yaml

            notValues: ["172.19.31.3"]
          - key: "source.namespace"
            values: ["ns", "*ns-suffix", "ns-prefix*", "*"]
            notValues: ["not-ns", "*not-ns-suffix", "not-ns-prefix*", "*"]
          - key: "source.principal"
            values: ["principal", "*principal-suffix", "principal-prefix*", "*"]
            notValues: ["not-principal", "*not-principal-suffix", "not-principal-prefix*", "*"]
          - key: "request.auth.principal"
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Aug 12 19:47:37 UTC 2022
    - 3.9K bytes
    - Viewed (0)
  9. platforms/native/language-native/src/main/java/org/gradle/language/nativeplatform/internal/Names.java

                return prefix;
            }
    
            @Override
            public String withSuffix(String suffix) {
                return suffix;
            }
    
            @Override
            public Names append(String suffix) {
                return Names.of("main" + StringUtils.capitalize(suffix));
            }
        }
    
        private static class Other extends Names {
            private final String name;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 16 20:20:03 UTC 2023
    - 6.1K bytes
    - Viewed (0)
  10. cmd/endpoint-ellipses_test.go

    				[]ellipses.ArgPattern{
    					[]ellipses.Pattern{
    						{
    							Prefix: "",
    							Suffix: "",
    							Seq:    getSequences(1, 2, 0),
    						},
    						{
    							Prefix: "",
    							Suffix: "/test",
    							Seq:    getSequences(1, 64, 0),
    						},
    						{
    							Prefix: "http://minio",
    							Suffix: "/export/set",
    							Seq:    getSequences(2, 3, 0),
    						},
    					},
    				},
    				nil,
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri May 24 23:05:23 UTC 2024
    - 15.2K bytes
    - Viewed (0)
Back to top