Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 23 for unsat (0.17 sec)

  1. common-protos/k8s.io/api/core/v1/generated.proto

      // Some pod and container fields are restricted if this is set.
      //
      // If the OS field is set to linux, the following fields must be unset:
      // -securityContext.windowsOptions
      //
      // If the OS field is set to windows, following fields must be unset:
      // - spec.hostPID
      // - spec.hostIPC
      // - spec.hostUsers
      // - spec.securityContext.seLinuxOptions
      // - spec.securityContext.seccompProfile
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 255.8K bytes
    - Viewed (0)
  2. pkg/registry/core/service/storage/storage_test.go

    	if after != nil && after.Spec.ClusterIP != api.ClusterIPNone {
    		if after.Spec.ClusterIP != "" {
    			t.Errorf("%s: expected clusterIP to be unset: %q", callName(before, after), after.Spec.ClusterIP)
    		}
    		if len(after.Spec.ClusterIPs) != 0 {
    			t.Errorf("%s: expected clusterIPs to be unset: %q", callName(before, after), after.Spec.ClusterIPs)
    		}
    	}
    
    	if before != nil && before.Spec.ClusterIP != api.ClusterIPNone {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 440.2K bytes
    - Viewed (0)
  3. prow/config/calico.yaml

                      time load balancer when BPFLogLevel is debug. Currently has to be
                      specified as ''all'' when BPFLogFilters is set to see CTLB logs.
                      [Default: unset - means logs are emitted when BPFLogLevel id debug
                      and BPFLogFilters not set.]'
                    type: string
                  bpfConnectTimeLoadBalancing:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 21 18:32:01 UTC 2024
    - 246.5K bytes
    - Viewed (0)
  4. staging/src/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/validation/validation_test.go

    					Type:      "object",
    					XListType: strPtr("set"),
    				},
    			},
    			expectedErrors: []validationMatch{
    				invalid("spec.validation.openAPIV3Schema.type"),
    			},
    		},
    		{
    			name: "unset type with list type extension set",
    			input: apiextensions.CustomResourceValidation{
    				OpenAPIV3Schema: &apiextensions.JSONSchemaProps{
    					XListType: strPtr("set"),
    				},
    			},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 10 22:07:40 UTC 2024
    - 349.4K bytes
    - Viewed (0)
  5. pkg/apis/core/validation/validation.go

    					}
    				}
    
    				if source.ClusterTrustBundle.LabelSelector != nil {
    					allErrs = append(allErrs, field.Invalid(projPath.Child("labelSelector"), source.ClusterTrustBundle.LabelSelector, "labelSelector must be unset if name is specified"))
    				}
    			case usingSignerName:
    				if *source.ClusterTrustBundle.SignerName == "" {
    					allErrs = append(allErrs, field.Required(projPath.Child("signerName"), "must be a valid signer name"))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 349.5K bytes
    - Viewed (0)
  6. CHANGELOG/CHANGELOG-1.8.md

    * The `emptyDir.sizeLimit` field is now correctly omitted from API requests and responses when unset. ([#50163](https://github.com/kubernetes/kubernetes/pull/50163), [@jingxu97](https://github.com/jingxu97))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 312.2K bytes
    - Viewed (0)
  7. operator/pkg/apis/istio/v1alpha1/values_types.pb.go

    	// The container image tag to pull. Image will be `Hub/Image:Tag-Variant`.
    	Tag *structpb.Value `protobuf:"bytes,3,opt,name=tag,proto3" json:"tag,omitempty"`
    	// The container image variant to pull. Options are "debug" or "distroless". Unset will use the default for the given version.
    	Variant string `protobuf:"bytes,29,opt,name=variant,proto3" json:"variant,omitempty"`
    	// Image name to pull from. Image will be `Hub/Image:Tag-Variant`.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 01:55:05 UTC 2024
    - 329.6K bytes
    - Viewed (0)
  8. CHANGELOG/CHANGELOG-1.30.md

    - Added audienceMatchPolicy field to AuthenticationConfiguration and support for configuring multiple audiences.
      The "audienceMatchPolicy" can be empty (or unset) when a single audience is specified in the "audiences" field.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 04:05:28 UTC 2024
    - 253.2K bytes
    - Viewed (0)
  9. samples/bookinfo/src/productpage/static/tailwind/tailwind.css

    n.valid=n.x!==void 0&&n.y!==void 0,n})}function Tu(i){return i.map(e=>e.valid?[e.keyword,e.x,e.y,e.blur,e.spread,e.color].filter(Boolean).join(" "):e.raw).join(", ")}var Tb,Pb,Eu,ns=C(()=>{l();St();Tb=new Set(["inset","inherit","initial","revert","unset"]),Pb=/\ +(?![^(]*\))/g,Eu=/^-?(\d+|\.\d+)(.*?)$/g});function ss(i){return Db.some(e=>new RegExp(`^${e}\\(.*\\)`).test(i))}function L(i,e=null,t=!0){let r=e&&Ib.has(e.property);return i.startsWith("--")&&!r?`var(${i})`:i.includes("url(")?i.split(/...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 28 14:48:01 UTC 2024
    - 357.1K bytes
    - Viewed (1)
  10. staging/src/k8s.io/apiextensions-apiserver/test/integration/ratcheting_test_cases/crds/standard-install.yaml

                      namespace:
                        description: Namespace is the namespace of the referent. This
                          field is required when referring to a Namespace-scoped resource
                          and MUST be unset when referring to a Cluster-scoped resource.
                        maxLength: 63
                        minLength: 1
                        pattern: ^[a-z0-9]([-a-z0-9]*[a-z0-9])?$
                        type: string
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Oct 27 17:15:18 UTC 2023
    - 458.3K bytes
    - Viewed (0)
Back to top