Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 14 for STRICT (0.16 sec)

  1. samples/bookinfo/src/productpage/static/tailwind/tailwind.css

    `)}toString(){let e=this.showSourceCode();return e&&(e=`
    
    `+e+`
    `),this.name+": "+this.message+e}};af.exports=_t;_t.default=_t});var Si=v((UE,bs)=>{l();"use strict";bs.exports.isClean=Symbol("isClean");bs.exports.my=Symbol("my")});var vs=v((WE,lf)=>{l();"use strict";var of={colon:": ",indent:"    ",beforeDecl:`
    `,beforeRule:`
    `,beforeOpen:" ",beforeClose:`
    `,beforeComment:`
    `,after:`
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 28 14:48:01 UTC 2024
    - 357.1K bytes
    - Viewed (1)
  2. api/openapi-spec/v3/apis__batch__v1_openapi.json

    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 485.4K bytes
    - Viewed (0)
  3. prow/config/calico.yaml

                  bpfEnforceRPF:
                    description: 'BPFEnforceRPF enforce strict RPF on all host interfaces
                      with BPF programs regardless of what is the per-interfaces or global
                      setting. Possible values are Disabled, Strict or Loose. [Default:
                      Loose]'
                    pattern: ^(?i)(Disabled|Strict|Loose)?$
                    type: string
                  bpfExtToServiceConnmark:
    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. pkg/apis/core/types.go

    	// SupplementalGroups and FsGroup (specified in SecurityContext) will be
    	// used instead of any groups defined in the container image.
    	SupplementalGroupsPolicyStrict SupplementalGroupsPolicy = "Strict"
    )
    
    // PodSecurityContext holds pod-level security attributes and common container settings.
    // Some fields are also present in container.securityContext.  Field values of
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 268.9K bytes
    - Viewed (0)
  5. operator/pkg/apis/istio/v1alpha1/values_types.pb.go

    )
    
    // Enum value maps for IngressControllerMode.
    var (
    	IngressControllerMode_name = map[int32]string{
    		0: "UNSPECIFIED",
    		1: "DEFAULT",
    		2: "STRICT",
    		3: "OFF",
    	}
    	IngressControllerMode_value = map[string]int32{
    		"UNSPECIFIED": 0,
    		"DEFAULT":     1,
    		"STRICT":      2,
    		"OFF":         3,
    	}
    )
    
    func (x IngressControllerMode) Enum() *IngressControllerMode {
    	p := new(IngressControllerMode)
    	*p = x
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 01:55:05 UTC 2024
    - 329.6K bytes
    - Viewed (0)
  6. docs/en/docs/release-notes.md

        * `File()`
    
    * The new parameter fields are:
    
        * `default_factory`
        * `alias_priority`
        * `validation_alias`
        * `serialization_alias`
        * `discriminator`
        * `strict`
        * `multiple_of`
        * `allow_inf_nan`
        * `max_digits`
        * `decimal_places`
        * `json_schema_extra`
    
    ...you can read about them in the Pydantic docs.
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Fri Jun 14 15:07:37 UTC 2024
    - 395.4K bytes
    - Viewed (0)
  7. staging/src/k8s.io/api/core/v1/types.go

    	// SupplementalGroups and FsGroup (specified in SecurityContext) will be
    	// used instead of any groups defined in the container image.
    	SupplementalGroupsPolicyStrict SupplementalGroupsPolicy = "Strict"
    )
    
    // PodSecurityContext holds pod-level security attributes and common container settings.
    // Some fields are also present in container.securityContext.  Field values of
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 390.8K bytes
    - Viewed (0)
  8. staging/src/k8s.io/api/core/v1/types_swagger_doc_generated.go

    	"supplementalGroupsPolicy": "Defines how supplemental groups of the first container processes are calculated. Valid values are \"Merge\" and \"Strict\". If not specified, \"Merge\" is used. (Alpha) Using the field requires the SupplementalGroupsPolicy feature gate to be enabled and the container runtime must implement support for this feature. Note that this field cannot be set when spec.os.name...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 254.8K bytes
    - Viewed (0)
  9. staging/src/k8s.io/api/core/v1/generated.proto

      // +optional
      // +listType=atomic
      repeated int64 supplementalGroups = 4;
    
      // Defines how supplemental groups of the first container processes are calculated.
      // Valid values are "Merge" and "Strict". If not specified, "Merge" is used.
      // (Alpha) Using the field requires the SupplementalGroupsPolicy feature gate to be enabled
      // and the container runtime must implement support for this feature.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 280.3K bytes
    - Viewed (0)
  10. CHANGELOG/CHANGELOG-1.25.md

    - Fixed scheduling of **CronJob** with `@every X` schedules. ([#109250](https://github.com/kubernetes/kubernetes/pull/109250), [@d-honeybadger](https://github.com/d-honeybadger))
    - Fixed strict server-side field validation treating `metadata` fields as unknown fields. ([#109268](https://github.com/kubernetes/kubernetes/pull/109268), [@liggitt](https://github.com/liggitt))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 06 09:23:20 UTC 2024
    - 419.1K bytes
    - Viewed (0)
Back to top