Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 48 of 48 for excluding (0.38 sec)

  1. CHANGELOG/CHANGELOG-1.21.md

    A security issue was discovered in Kubernetes where a user may be able to
    create a container with subpath volume mounts to access files &
    directories outside of the volume, including on the host filesystem.
    
    **Affected Versions**:
      - kubelet v1.22.0 - v1.22.1
      - kubelet v1.21.0 - v1.21.4
      - kubelet v1.20.0 - v1.20.10
      - kubelet <= v1.19.14
    
    **Fixed Versions**:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Oct 14 07:03:14 UTC 2022
    - 367.3K bytes
    - Viewed (0)
  2. api/openapi-spec/v3/apis__storage.k8s.io__v1_openapi.json

              "operator"
            ],
            "type": "object"
          },
          "io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta": {
            "description": "ListMeta describes metadata that synthetic resources must have, including lists and various status objects. A resource may have only one of {ObjectMeta, ListMeta}.",
            "properties": {
              "continue": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 481.9K bytes
    - Viewed (0)
  3. pkg/apis/core/types.go

    	// Represents the actual resources of the underlying volume
    	// +optional
    	Capacity ResourceList
    	// +optional
    	Conditions []PersistentVolumeClaimCondition
    	// AllocatedResources tracks the resources allocated to a PVC including its capacity.
    	// Key names follow standard Kubernetes label syntax. Valid values are either:
    	// 	* Un-prefixed keys:
    	//		- storage - the capacity of the volume.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 268.9K bytes
    - Viewed (0)
  4. pkg/apis/core/validation/validation.go

    		if len(strings.Join(dnsConfig.Searches, " ")) > MaxDNSSearchListChars {
    			allErrs = append(allErrs, field.Invalid(fldPath.Child("searches"), dnsConfig.Searches, fmt.Sprintf("must not have more than %v characters (including spaces) in the search list", MaxDNSSearchListChars)))
    		}
    		for i, search := range dnsConfig.Searches {
    			// it is fine to have a trailing dot
    			search = strings.TrimSuffix(search, ".")
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 349.5K bytes
    - Viewed (0)
  5. operator/pkg/apis/istio/v1alpha1/values_types.pb.go

    	// Used internally to identify the owner of each resource.
    	OwnerName string `protobuf:"bytes,22,opt,name=ownerName,proto3" json:"ownerName,omitempty"`
    	// Defines runtime configuration of components, including Istiod and istio-agent behavior.
    	// See https://istio.io/docs/reference/config/istio.mesh.v1alpha1/ for all available options.
    	// TODO can this import the real mesh config API?
    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. ChangeLog.md

    - [`KT-64913`](https://youtrack.jetbrains.com/issue/KT-64913) Report warning if user has multiple source set roots for a certain compilation
    - [`KT-66563`](https://youtrack.jetbrains.com/issue/KT-66563) Stop including resources to metadata klib
    - [`KT-61078`](https://youtrack.jetbrains.com/issue/KT-61078) K2: Compilation fails in FirSerializer trying to serialize nested class
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Mon May 27 17:14:23 UTC 2024
    - 292.1K bytes
    - Viewed (0)
  7. CHANGELOG/CHANGELOG-1.24.md

    ### Other (Cleanup or Flake)
    
    - A v2-level info log will be added, which will output the details of the pod being preempted, including victim and preemptor ([#117214](https://github.com/kubernetes/kubernetes/pull/117214), [@HirazawaUi](https://github.com/HirazawaUi)) [SIG Scheduling]
    
    ## Dependencies
    
    ### Added
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Aug 24 00:02:43 UTC 2023
    - 473.4K bytes
    - Viewed (0)
  8. api/go1.16.txt

    pkg unicode, var Chorasmian *RangeTable
    pkg unicode, var Dives_Akuru *RangeTable
    pkg unicode, var Khitan_Small_Script *RangeTable
    pkg unicode, var Yezidi *RangeTable
    # all deprecations up to and including Go 1.16
    pkg archive/tar, const TypeRegA //deprecated
    pkg archive/tar, type Header struct, Xattrs //deprecated
    pkg archive/zip, method (*File) ModTime //deprecated
    pkg archive/zip, method (*File) SetModTime //deprecated
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Dec 02 16:30:41 UTC 2022
    - 479.2K bytes
    - Viewed (0)
Back to top