Search Options

Results per page
Sort
Preferred Languages
Advance

Results 71 - 80 of 1,377 for Hellox (0.26 sec)

  1. pkg/test/framework/tools/featuresgen/cmd/root_test.go

    		t.Errorf("Expected '\tLabel1_Label2\tFeature = \"lab*)($)#el1.label2\"' got '%s'", s2)
    	}
    }
    
    var testYaml = `
    features:
      values: [hello1, hello2]
      key2:
        values: [val1, val2]
    `
    
    const expectedResult = `	Hello1	Feature = "hello1"
    	Hello2	Feature = "hello2"
    	Key2_Val1	Feature = "key2.val1"
    	Key2_Val2	Feature = "key2.val2"`
    
    func TestReadVal(t *testing.T) {
    	m := make(map[any]any)
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jul 25 19:30:47 UTC 2022
    - 1.7K bytes
    - Viewed (0)
  2. src/debug/elf/testdata/hello-world-core.gz

    hello-world-core...
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Mar 25 04:02:36 UTC 2016
    - 12.4K bytes
    - Viewed (0)
  3. platforms/native/platform-native/src/integTest/groovy/org/gradle/nativeplatform/NativeBinariesIntegrationTest.groovy

    model {
        components {
            main(NativeLibrarySpec)
        }
    }
    """
    
            and:
            file("src/main/cpp/hello1.cpp") << """
                void hello() {
                }
    """
    
            and:
            file("src/main/cpp/hello2.cpp") << """
                void hello() {
                }
    """
    
            when:
            fails "mainSharedLibrary"
    
            then:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 16 20:20:03 UTC 2023
    - 11.3K bytes
    - Viewed (0)
  4. pkg/kube/inject/testdata/inject/hello-existing-cncf-networks.yaml.injected

          creationTimestamp: null
          labels:
            app: hello
            security.istio.io/tlsMode: istio
            service.istio.io/canonical-name: hello
            service.istio.io/canonical-revision: latest
            tier: backend
            track: stable
        spec:
          containers:
          - image: fake.docker.io/google-samples/hello-go-gke:1.0
            name: hello
            ports:
            - containerPort: 80
              name: http
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Feb 27 16:55:16 UTC 2024
    - 6.9K bytes
    - Viewed (0)
  5. pkg/kube/inject/testdata/inject/hello-mount-mtls-certs.yaml.injected

    kind: Deployment
    metadata:
      creationTimestamp: null
      name: hello
    spec:
      replicas: 7
      selector:
        matchLabels:
          app: hello
          tier: backend
          track: stable
      strategy: {}
      template:
        metadata:
          annotations:
            istio.io/rev: default
            kubectl.kubernetes.io/default-container: hello
            kubectl.kubernetes.io/default-logs-container: hello
            prometheus.io/path: /stats/prometheus
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Feb 27 16:55:16 UTC 2024
    - 6.8K bytes
    - Viewed (0)
  6. pkg/kube/inject/testdata/inject/hello-template-in-values.yaml.injected

    kind: Deployment
    metadata:
      creationTimestamp: null
      name: hello
    spec:
      replicas: 7
      selector:
        matchLabels:
          app: hello
          tier: backend
          track: stable
      strategy: {}
      template:
        metadata:
          annotations:
            istio.io/rev: default
            kubectl.kubernetes.io/default-container: hello
            kubectl.kubernetes.io/default-logs-container: hello
            prometheus.io/path: /stats/prometheus
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Feb 27 16:55:16 UTC 2024
    - 6.6K bytes
    - Viewed (0)
  7. istioctl/pkg/kubeinject/testdata/deployment/hello-with-proxyconfig-anno.yaml.injected

          creationTimestamp: null
          labels:
            app: hello
            tier: backend
            track: stable
        spec:
          containers:
          - image: docker.io/istio/proxy_debug:unittest
            name: istio-proxy
            resources: {}
          - image: fake.docker.io/google-samples/hello-go-gke:1.0
            name: hello
            ports:
            - containerPort: 80
              name: http
            resources: {}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 15 15:02:17 UTC 2023
    - 1.1K bytes
    - Viewed (0)
  8. pkg/kube/inject/testdata/inject/hello-probes-proxyHoldApplication-ProxyConfig.yaml.injected

    kind: Deployment
    metadata:
      creationTimestamp: null
      name: hello
    spec:
      replicas: 7
      selector:
        matchLabels:
          app: hello
          tier: backend
          track: stable
      strategy: {}
      template:
        metadata:
          annotations:
            istio.io/rev: default
            kubectl.kubernetes.io/default-container: hello
            kubectl.kubernetes.io/default-logs-container: hello
            prometheus.io/path: /stats/prometheus
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Feb 27 16:55:16 UTC 2024
    - 7.7K bytes
    - Viewed (0)
  9. pkg/kube/inject/testdata/inject/hello-existing-cncf-networks-json.yaml

    kind: Deployment
    metadata:
      name: hello
    spec:
      replicas: 7
      selector:
        matchLabels: 
          app: hello
          tier: backend
          track: stable
      template:
        metadata:
          annotations:
            k8s.v1.cni.cncf.io/networks: '[{"name": "alt_cni"}]'
          labels:
            app: hello
            tier: backend
            track: stable
        spec:
          containers:
            - name: hello
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jul 27 21:22:31 UTC 2020
    - 541 bytes
    - Viewed (0)
  10. pkg/kube/inject/testdata/inject/hello-host-network-with-ns.yaml

    apiVersion: apps/v1
    kind: Deployment
    metadata:
      name: hello-host-network
      namespace: sample
    spec:
      replicas: 7
      selector:
        matchLabels:
          app: hello-host-network
          tier: backend
          track: stable
      template:
        metadata:
          labels:
            app: hello-host-network
            tier: backend
            track: stable
        spec:
          containers:
            - name: hello-host-network
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Dec 14 17:26:47 UTC 2021
    - 556 bytes
    - Viewed (0)
Back to top