Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 334 for api_version (0.55 sec)

  1. manifests/charts/ambient/Chart.yaml

    apiVersion: v2
    name: ambient
    description: Helm umbrella chart for ambient
    type: application
    version: 1.0.0
    appVersion: 1.0.0
    kubeVersion: ">= 1.23.0-0"
    keywords:
      - istio-cni
      - istio
      - ambient
    sources:
      - https://github.com/istio/istio
    icon: https://istio.io/latest/favicons/android-192x192.png
    
    # These will be stamped out to real versions during release publish
    dependencies:
      - name: base
        version: 1.0.0
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 21 21:20:01 UTC 2024
    - 718 bytes
    - Viewed (0)
  2. pkg/controlplane/instance_test.go

    	// /api exists in release-1.1
    	resp, err := http.Get(server.URL + "/api")
    	if err != nil {
    		t.Errorf("unexpected error: %v", err)
    	}
    	apiVersions := metav1.APIVersions{}
    	assert.NoError(decodeResponse(resp, &apiVersions))
    	assert.Equal(apiVersions.APIVersion, "")
    
    	// /api/v1 exists in release-1.1
    	resp, err = http.Get(server.URL + "/api/v1")
    	if err != nil {
    		t.Errorf("unexpected error: %v", err)
    	}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jun 03 11:50:04 UTC 2024
    - 21.5K bytes
    - Viewed (0)
  3. manifests/charts/gateway/templates/deployment.yaml

    apiVersion: apps/v1
    kind: {{ .Values.kind | default "Deployment" }}
    metadata:
      name: {{ include "gateway.name" . }}
      namespace: {{ .Release.Namespace }}
      labels:
        {{- include "gateway.labels" . | nindent 4}}
      annotations:
        {{- .Values.annotations | toYaml | nindent 4 }}
    spec:
      {{- if not .Values.autoscaling.enabled }}
      {{- with .Values.replicaCount }}
      replicas: {{ . }}
      {{- end }}
      {{- end }}
      selector:
        matchLabels:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 22:42:29 UTC 2024
    - 3.8K bytes
    - Viewed (0)
  4. cluster/gce/gci/configure.sh

    }
    
    function install-cni-binaries {
      local -r cni_version=${CNI_VERSION:-$DEFAULT_CNI_VERSION}
      if [[ -n "${CNI_VERSION:-}" ]]; then
          local -r cni_hash="${CNI_HASH:-}"
      else
          local -r cni_hash="${DEFAULT_CNI_HASH}"
      fi
    
      local -r cni_tar="${CNI_TAR_PREFIX}${cni_version}.tgz"
      local -r cni_url="${CNI_STORAGE_URL_BASE}/${cni_version}/${cni_tar}"
    
      if is-preloaded "${cni_tar}" "${cni_hash}"; then
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 30 04:14:02 UTC 2024
    - 36.5K bytes
    - Viewed (0)
  5. samples/bookinfo/platform/kube/bookinfo-dualstack.yaml

    ##################################################################################################
    apiVersion: v1
    kind: Service
    metadata:
      name: details
      labels:
        app: details
        service: details
    spec:
      ipFamilyPolicy: RequireDualStack
      ipFamilies: [IPv6, IPv4]
      ports:
      - port: 9080
        name: http
      selector:
        app: details
    ---
    apiVersion: v1
    kind: ServiceAccount
    metadata:
      name: bookinfo-details
      labels:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 19:54:05 UTC 2024
    - 7.9K bytes
    - Viewed (0)
  6. samples/bookinfo/platform/kube/bookinfo-psa.yaml

    apiVersion: v1
    kind: Service
    metadata:
      name: details
      labels:
        app: details
        service: details
    spec:
      ports:
      - port: 9080
        name: http
      selector:
        app: details
    ---
    apiVersion: v1
    kind: ServiceAccount
    metadata:
      name: bookinfo-details
      labels:
        account: details
    ---
    apiVersion: apps/v1
    kind: Deployment
    metadata:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 19:54:05 UTC 2024
    - 8.1K bytes
    - Viewed (0)
  7. samples/bookinfo/platform/kube/bookinfo.yaml

    apiVersion: v1
    kind: Service
    metadata:
      name: details
      labels:
        app: details
        service: details
    spec:
      ports:
      - port: 9080
        name: http
      selector:
        app: details
    ---
    apiVersion: v1
    kind: ServiceAccount
    metadata:
      name: bookinfo-details
      labels:
        account: details
    ---
    apiVersion: apps/v1
    kind: Deployment
    metadata:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 19:54:05 UTC 2024
    - 7.6K bytes
    - Viewed (0)
  8. staging/src/k8s.io/apiextensions-apiserver/pkg/apiserver/schema/pruning/algorithm_test.go

    			expectedPruned: []string{"b", "c.c.a", "c.c.apiVersion"}},
    		{name: "x-kubernetes-embedded-resource", json: `
    {
      "apiVersion": "foo/v1",
      "kind": "Foo",
      "metadata": {
        "name": "instance",
        "unspecified": "bar"
      },
      "unspecified":"bar",
      "pruned": {
        "apiVersion": "foo/v1",
        "kind": "Foo",
        "unspecified": "bar",
        "metadata": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 16 20:13:14 UTC 2024
    - 20.3K bytes
    - Viewed (0)
  9. pkg/controller/statefulset/stateful_set_utils_test.go

    			originalRefs: []metav1.OwnerReference{
    				{
    					APIVersion: "apps/v1",
    					Kind:       "StatefulSet",
    					Name:       "sts",
    					UID:        "123",
    					Controller: ptr.To(true),
    				},
    				{
    					APIVersion: "someone",
    					Kind:       "Else",
    					Name:       "foo",
    				},
    			},
    			expectedRefs: []metav1.OwnerReference{
    				{
    					APIVersion: "apps/v1",
    					Kind:       "StatefulSet",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 19:06:41 UTC 2024
    - 50.9K bytes
    - Viewed (0)
  10. staging/src/k8s.io/apiextensions-apiserver/pkg/apiserver/schema/objectmeta/validation_test.go

    	}{
    		{name: "empty", object: map[string]interface{}{}, errors: []validationMatch{
    			required("apiVersion"),
    			required("kind"),
    		}},
    		{name: "version and kind", object: map[string]interface{}{
    			"apiVersion": "foo/v1",
    			"kind":       "Foo",
    		}},
    		{name: "invalid kind", object: map[string]interface{}{
    			"apiVersion": "foo/v1",
    			"kind":       "foo.bar-com",
    		}, errors: []validationMatch{
    			invalid("kind"),
    		}},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 16 20:13:14 UTC 2024
    - 6.1K bytes
    - Viewed (0)
Back to top