Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of about 10,000 for namE (0.85 sec)

  1. pkg/config/analysis/analyzers/testdata/service-no-port-name-system-namespace.yaml

    ---
    apiVersion: v1
    kind: Service
    metadata:
      name: my-service2 # Skipped because it has an istio: label
      namespace: istio-system
      labels:
        istio: xxx
    spec:
      selector:
        app: my-service2
      ports:
        - name: foo
          protocol: TCP
          port: 8080
          targetPort: 8080
    ---
    apiVersion: v1
    kind: Service
    metadata:
      name: my-service3 # Skipped because it's in a kube system namespace
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Nov 17 12:28:05 UTC 2021
    - 1.3K bytes
    - Viewed (0)
  2. releasenotes/notes/credential-name-support-egress-sidecar.yaml

    Faseela K <******@****.***> 1649955365 +0200
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Apr 14 16:56:05 UTC 2022
    - 435 bytes
    - Viewed (0)
  3. pkg/kube/inject/testdata/inject/truncate-canonical-name-custom-controller-pod.yaml

    metadata:
      generateName: helloworld-
      # less than 63 characters
      name: helloworld-helloworld
      ownerReferences:
        - apiVersion: foo/v1
          controller: true
          kind: Bar
          # more than 63 characters
          name: helloworld-helloworld-helloworld-helloworld-helloworld-hellowo-ld
          uid: 12345678-1234-1234-1234-123456789012
    spec:
      containers:
        - name: hello
          image: "fake.docker.io/google-samples/hello-go-gke:1.0"
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Jan 02 08:39:34 UTC 2024
    - 524 bytes
    - Viewed (0)
  4. pkg/kube/inject/testdata/inject/truncate-canonical-name-custom-controller-pod.yaml.injected

        - name: HOST_IP
          valueFrom:
            fieldRef:
              fieldPath: status.hostIP
        - name: ISTIO_CPU_LIMIT
          valueFrom:
            resourceFieldRef:
              divisor: "0"
              resource: limits.cpu
        - name: PROXY_CONFIG
          value: |
            {}
        - name: ISTIO_META_POD_PORTS
          value: |-
            [
                {"name":"http","containerPort":80}
            ]
        - name: ISTIO_META_APP_CONTAINERS
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Feb 27 16:55:16 UTC 2024
    - 5.9K bytes
    - Viewed (0)
  5. subprojects/core/src/test/groovy/org/gradle/util/internal/NameMatcherTest.groovy

            expect:
            matches("name", "name", "Name", "NAME")
            matches("someName", "someName", "SomeName", "somename", "SOMENAME")
            matches("some Name", "some Name", "Some Name", "some name", "SOME NAME")
        }
    
        def "prefers exact match over partial match"() {
            expect:
            matches("name", "name", "nam", "n", "NAM")
        }
    
        def "prefers exact match over prefix match"() {
            expect:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Sep 05 22:49:56 UTC 2022
    - 7.8K bytes
    - Viewed (0)
  6. platforms/ide/ide-plugins/src/integTest/resources/org/gradle/plugins/ide/idea/IdeaIntegrationTest/canCreateAndDeleteMetaData/expectedFiles/root.iws.xml

          <option name="PACKAGE_NAME"/>
          <option name="MAIN_CLASS_NAME"/>
          <option name="METHOD_NAME"/>
          <option name="TEST_OBJECT" value="class"/>
          <option name="VM_PARAMETERS"/>
          <option name="PARAMETERS"/>
          <option name="WORKING_DIRECTORY" value="$PROJECT_DIR$"/>
          <option name="ENV_VARIABLES"/>
          <option name="PASS_PARENT_ENVS" value="true"/>
          <option name="TEST_SEARCH_SCOPE">
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Aug 01 11:07:39 UTC 2023
    - 9K bytes
    - Viewed (0)
  7. staging/src/k8s.io/apiserver/pkg/endpoints/handlers/fieldmanager/endpoints.yaml

          name: pod-name-1234-0003
          namespace: default
          resourceVersion: '1234567890'
          uid: 11111111-2222-3333-4444-555555555555
      - ip: 10.0.0.1
        targetRef:
          kind: Pod
          name: pod-name-1234-0004
          namespace: default
          resourceVersion: '1234567890'
          uid: 11111111-2222-3333-4444-555555555555
      - ip: 10.0.0.1
        targetRef:
          kind: Pod
          name: pod-name-1234-0005
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Sep 25 19:51:58 UTC 2019
    - 183.9K bytes
    - Viewed (0)
  8. platforms/ide/ide/src/test/resources/org/gradle/plugins/ide/idea/model/customWorkspace.xml

          <option name="ALTERNATIVE_JRE_PATH" />
          <option name="PACKAGE_NAME" />
          <option name="MAIN_CLASS_NAME" />
          <option name="METHOD_NAME" />
          <option name="TEST_OBJECT" value="class" />
          <option name="VM_PARAMETERS" />
          <option name="PARAMETERS" />
          <option name="WORKING_DIRECTORY" value="$PROJECT_DIR$" />
          <option name="ENV_VARIABLES" />
          <option name="PASS_PARENT_ENVS" value="true" />
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Sep 26 14:49:12 UTC 2023
    - 9.3K bytes
    - Viewed (0)
  9. pkg/kubelet/types/types_test.go

    			sortedStatuses: []v1.ContainerStatus{{Name: "first"}, {Name: "second"}, {Name: "third"}, {Name: "fourth"}},
    		},
    		{
    			containers:     []v1.Container{{Name: "first"}, {Name: "second"}, {Name: "third"}, {Name: "fourth"}},
    			statuses:       []v1.ContainerStatus{{Name: "fourth"}, {Name: "first"}},
    			sortedStatuses: []v1.ContainerStatus{{Name: "first"}, {Name: "fourth"}},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Aug 19 08:28:25 UTC 2022
    - 6.2K bytes
    - Viewed (0)
  10. plugin.xml

    			<param name="plugin.groupId" value="org/codelibs/opensearch" />
    			<param name="plugin.name.prefix" value="opensearch-" />
    			<param name="plugin.name" value="configsync" />
    			<param name="plugin.version" value="2.14.0" />
    			<param name="plugin.zip.version" value="2.14.0" />
    		</antcall>
    		<!-- minhash -->
    		<antcall target="install.plugin">
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu May 16 07:10:50 UTC 2024
    - 3.5K bytes
    - Viewed (0)
Back to top