Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 43 for Usages (0.26 sec)

  1. CHANGELOG/CHANGELOG-1.14.md

    - New conformance tests added for API Aggregation. ([#63947](https://github.com/kubernetes/kubernetes/pull/63947), [@jennybuckley](https://github.com/jennybuckley))
    - Moved fluentd-elasticsearch addon images to community controlled location ([#73819](https://github.com/kubernetes/kubernetes/pull/73819), [@coffeepac](https://github.com/coffeepac))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jun 14 22:06:39 UTC 2021
    - 271.5K bytes
    - Viewed (0)
  2. CHANGELOG/CHANGELOG-1.7.md

    * Fixes issue where you could not mount NFS or glusterFS volumes using hostnames on GCI/GKE with COS images. ([#42376](https://github.com/kubernetes/kubernetes/pull/42376), [@jingxu97](https://github.com/jingxu97))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 05 13:44:43 UTC 2022
    - 308.7K bytes
    - Viewed (0)
  3. CHANGELOG/CHANGELOG-1.8.md

        * Fix container memory rss
        * Add hugepages monitoring support
        * Fix incorrect CPU usage metrics with 4.7 kernel
        * Add tmpfs monitoring support
    * Support for Huge pages in empty_dir volume plugin ([#50072](https://github.com/kubernetes/kubernetes/pull/50072), [@squall0gd](https://github.com/squall0gd))
        * [Huge pages](https://www.kernel.org/doc/Documentation/vm/hugetlbpage.txt) can now be used with empty dir volume plugin.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 312.2K bytes
    - Viewed (0)
  4. CHANGELOG/CHANGELOG-1.6.md

        - [AWS](#aws-1)
        - [Juju](#juju)
        - [libvirt CoreOS](#libvirt-coreos)
        - [GCE](#gce-1)
        - [OpenStack](#openstack)
        - [Container Images](#container-images)
        - [Other Notable Changes](#other-notable-changes-16)
      - [Changes to Addons](#changes-to-addons)
        - [Dashboard](#dashboard)
        - [DNS](#dns)
        - [DNS Autoscaler](#dns-autoscaler)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Dec 24 02:28:26 UTC 2020
    - 304K bytes
    - Viewed (0)
  5. docs/en/docs/release-notes.md

    * When you install `"fastapi[all]"` it now also includes:
        * <a href="https://docs.pydantic.dev/latest/usage/pydantic_settings/" target="_blank"><code>pydantic-settings</code></a> - for settings management.
        * <a href="https://docs.pydantic.dev/latest/usage/types/extra_types/extra_types/" target="_blank"><code>pydantic-extra-types</code></a> - for extra types to be used with Pydantic.
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Fri Jun 14 15:07:37 UTC 2024
    - 395.4K bytes
    - Viewed (0)
  6. operator/pkg/apis/istio/v1alpha1/values_types.pb.go

    	// Specifies the docker hub for Istio images.
    	Hub string `protobuf:"bytes,12,opt,name=hub,proto3" json:"hub,omitempty"`
    	// Specifies the image pull policy for the Istio images. one of Always, Never, IfNotPresent.
    	// Defaults to Always if :latest tag is specified, or IfNotPresent otherwise. Cannot be updated.
    	//
    	// More info: https://kubernetes.io/docs/concepts/containers/images#updating-images
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 01:55:05 UTC 2024
    - 329.6K bytes
    - Viewed (0)
  7. staging/src/k8s.io/apiextensions-apiserver/pkg/generated/openapi/zz_generated.openapi.go

    							Description: "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
    							Type:        []string{"array"},
    							Items: &spec.SchemaOrArray{
    								Schema: &spec.Schema{
    									SchemaProps: spec.SchemaProps{
    										Default: "",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:07:17 UTC 2024
    - 329.7K bytes
    - Viewed (0)
  8. CHANGELOG/CHANGELOG-1.17.md

    ### Other (Cleanup or Flake)
     - base-images: Use debian-base:v2.1.0 (includes CVE fixes)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Jan 28 10:44:33 UTC 2021
    - 346.2K bytes
    - Viewed (0)
  9. src/cmd/vendor/golang.org/x/arch/x86/x86asm/tables.go

    	/*7106*/ uint16(xMatch),
    	/*7107*/ uint16(xCondIs64), 7110, 7122,
    	/*7110*/ uint16(xCondDataSize), 7114, 7118, 0,
    	/*7114*/ uint16(xSetOp), uint16(XSAVES),
    	/*7116*/ uint16(xArgMem),
    	/*7117*/ uint16(xMatch),
    	/*7118*/ uint16(xSetOp), uint16(XSAVES),
    	/*7120*/ uint16(xArgMem),
    	/*7121*/ uint16(xMatch),
    	/*7122*/ uint16(xCondDataSize), 7114, 7118, 7126,
    	/*7126*/ uint16(xSetOp), uint16(XSAVES64),
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 16 22:24:28 UTC 2022
    - 266.8K bytes
    - Viewed (0)
  10. pkg/apis/core/v1/zz_generated.conversion.go

    		return err
    	}
    	if err := Convert_v1_NodeSystemInfo_To_core_NodeSystemInfo(&in.NodeInfo, &out.NodeInfo, s); err != nil {
    		return err
    	}
    	out.Images = *(*[]core.ContainerImage)(unsafe.Pointer(&in.Images))
    	out.VolumesInUse = *(*[]core.UniqueVolumeName)(unsafe.Pointer(&in.VolumesInUse))
    	out.VolumesAttached = *(*[]core.AttachedVolume)(unsafe.Pointer(&in.VolumesAttached))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 472.1K bytes
    - Viewed (0)
Back to top