Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 13 for Preference (0.27 sec)

  1. pkg/apis/core/validation/validation_test.go

    					DNSPolicy:     core.DNSClusterFirst,
    				},
    			},
    		},
    		"PersistentVolumeClaimVolumeSource must not reference a generated PVC": {
    			expectedError: "spec.volumes[0].persistentVolumeClaim.claimName: Invalid value: \"123-ephemeral-volume\": must not reference a PVC that gets created for an ephemeral volume",
    			spec: core.Pod{
    				ObjectMeta: metav1.ObjectMeta{Name: "123", Namespace: "ns"},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 857.7K bytes
    - Viewed (0)
  2. api/openapi-spec/v3/apis__apps__v1_openapi.json

    the entrypoint. The container image's CMD is used if this is not provided. Variable references $(VAR_NAME) are expanded using the container's environment. If a variable cannot be resolved, the reference in the input string will be unchanged. Double $$ are reduced to a single $, which allows for escaping the $(VAR_NAME) syntax: i.e. \"$$(VAR_NAME)\" will produce the string literal \"$(VAR_NAME)\". Escaped references will never be expanded, regardless of whether the variable exists or not. Cannot be...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 810.7K bytes
    - Viewed (0)
  3. RELEASE.md

    *   Fixes a null pointer dereference in `CompressElement`
        ([CVE-2021-37637](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-37637))
    *   Fixes a null pointer dereference in `RaggedTensorToTensor`
        ([CVE-2021-37638](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-37638))
    *   Fixes a null pointer dereference and a heap OOB read arising from operations
        restoring tensors
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
  4. api/openapi-spec/v3/apis__resource.k8s.io__v1alpha2_openapi.json

                "description": "APIGroup is the group for the resource being referenced. It is empty for the core API. This matches the group in the APIVersion that is used when creating the resources.",
                "type": "string"
              },
              "name": {
                "default": "",
                "description": "Name is the name of resource being referenced.",
                "type": "string"
              },
              "resource": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Apr 22 12:18:45 UTC 2024
    - 656.6K bytes
    - Viewed (0)
  5. tests/integration/pilot/testdata/gateway-api-crd.yaml

    
                                CertificateRefs can reference to standard Kubernetes resources, i.e.
                                Secret, or implementation-specific custom resources.
    
    
                                Support: Core - A single reference to a Kubernetes Secret of type kubernetes.io/tls
    
    
                                Support: Implementation-specific (More than one reference or other resource types)
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 09 02:01:51 UTC 2024
    - 912.2K bytes
    - Viewed (0)
  6. manifests/charts/istiod-remote/templates/crd-all.gen.yaml

          openAPIV3Schema:
            properties:
              spec:
                description: 'Extend the functionality provided by the Istio proxy through
                  WebAssembly filters. See more details at: https://istio.io/docs/reference/config/proxy_extensions/wasm-plugin.html'
                properties:
                  failStrategy:
                    description: |-
                      Specifies the failure behavior for the plugin due to fatal errors.
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 21:31:42 UTC 2024
    - 671.7K bytes
    - Viewed (0)
  7. manifests/charts/base/crds/crd-all.gen.yaml

          openAPIV3Schema:
            properties:
              spec:
                description: 'Extend the functionality provided by the Istio proxy through
                  WebAssembly filters. See more details at: https://istio.io/docs/reference/config/proxy_extensions/wasm-plugin.html'
                properties:
                  failStrategy:
                    description: |-
                      Specifies the failure behavior for the plugin due to fatal errors.
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 21:31:42 UTC 2024
    - 671.6K bytes
    - Viewed (0)
  8. operator/cmd/mesh/testdata/manifest-generate/output/all_on.golden-show-in-gh-pull-request.yaml

      - name: v1
        schema:
          openAPIV3Schema:
            properties:
              spec:
                description: 'Configuration for access control on workloads. See more
                  details at: https://istio.io/docs/reference/config/security/authorization-policy.html'
                oneOf:
                - not:
                    anyOf:
                    - required:
                      - provider
                - required:
                  - provider
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 506.8K bytes
    - Viewed (0)
  9. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"DLT_WIHART", Const, 1},
    		{"DLT_X2E_SERIAL", Const, 0},
    		{"DLT_X2E_XORAYA", Const, 0},
    		{"DNSMXData", Type, 0},
    		{"DNSMXData.NameExchange", Field, 0},
    		{"DNSMXData.Pad", Field, 0},
    		{"DNSMXData.Preference", Field, 0},
    		{"DNSPTRData", Type, 0},
    		{"DNSPTRData.Host", Field, 0},
    		{"DNSRecord", Type, 0},
    		{"DNSRecord.Data", Field, 0},
    		{"DNSRecord.Dw", Field, 0},
    		{"DNSRecord.Length", Field, 0},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 02:20:05 UTC 2024
    - 534.2K bytes
    - Viewed (0)
  10. CHANGELOG/CHANGELOG-1.19.md

    that are visible to `kubectl` users and API consumers, and metrics visible to cluster administrators.
    Requests to a deprecated API are returned with a warning containing a target removal release and any replacement API.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jan 05 05:42:32 UTC 2022
    - 489.7K bytes
    - Viewed (0)
Back to top