Search Options

Results per page
Sort
Preferred Languages
Advance

Results 91 - 100 of 169 for uuid3 (0.07 sec)

  1. staging/src/k8s.io/api/storage/v1alpha1/generated.proto

      // be a DNS subdomain (dots allowed, 253 characters). To ensure that
      // there are no conflicts with other CSI drivers on the cluster, the recommendation
      // is to use csisc-<uuid>, a generated name, or a reverse-domain name which ends
      // with the unique CSI driver name.
      //
      // Objects are namespaced.
      //
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 28 15:34:11 UTC 2024
    - 11.3K bytes
    - Viewed (0)
  2. cmd/prepare-storage.go

    }
    
    // Following error message is added to fix a regression in release
    // RELEASE.2018-03-16T22-52-12Z after migrating v1 to v2 to v3. This
    // migration failed to capture '.This' field properly which indicates
    // the disk UUID association. Below error message is returned when
    // we see this situation in format.json, for more info refer
    // https://github.com/minio/minio/issues/5667
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Sun May 19 08:06:49 UTC 2024
    - 11.1K bytes
    - Viewed (0)
  3. staging/src/k8s.io/api/storage/v1alpha1/types_swagger_doc_generated.go

    	"nodeTopology":  ...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Oct 31 03:26:35 UTC 2023
    - 10.6K bytes
    - Viewed (0)
  4. docs/pt/docs/features.md

        * campos String (`str`), definindo tamanho mínimo e máximo.
        * Numbers (`int`, `float`) com valores mínimos e máximos, etc.
    
    * Validação de tipos mais exóticos, como:
        * URL.
        * Email.
        * UUID.
        * ...e outros.
    
    Toda a validação é controlada pelo robusto e bem estabelecido **Pydantic**.
    
    ### Segurança e autenticação
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu Apr 18 19:53:19 UTC 2024
    - 10.4K bytes
    - Viewed (0)
  5. pkg/volume/volume.go

    	// GetGlobalMapPath returns a global map path which contains
    	// bind mount associated to a block device.
    	// ex. plugins/kubernetes.io/{PluginName}/{DefaultKubeletVolumeDevicesDirName}/{volumePluginDependentPath}/{pod uuid}
    	GetGlobalMapPath(spec *Spec) (string, error)
    	// GetPodDeviceMapPath returns a pod device map path
    	// and name of a symbolic link associated to a block device.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 14 06:17:25 UTC 2024
    - 11.8K bytes
    - Viewed (0)
  6. docs/fr/docs/features.md

        * Nombres (`int`, `float`) avec valeur minimale and maximale, etc.
    
    * Validation pour des types plus exotiques, tel que:
        * URL.
        * Email.
        * UUID.
        * ...et autres.
    
    Toutes les validations sont gérées par le bien établi et robuste **Pydantic**.
    
    ### Sécurité et authentification
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu Apr 18 19:53:19 UTC 2024
    - 11.1K bytes
    - Viewed (0)
  7. pkg/dns/client/dns.go

    // limitations under the License.
    
    package client
    
    import (
    	"context"
    	"fmt"
    	"net"
    	"net/netip"
    	"os"
    	"strings"
    	"sync/atomic"
    	"time"
    
    	"github.com/google/uuid"
    	"github.com/miekg/dns"
    
    	"istio.io/istio/pilot/pkg/serviceregistry/provider"
    	"istio.io/istio/pkg/config/host"
    	dnsProto "istio.io/istio/pkg/dns/proto"
    	istiolog "istio.io/istio/pkg/log"
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Feb 29 16:17:34 UTC 2024
    - 23.9K bytes
    - Viewed (0)
  8. docs/es/docs/features.md

        * Campos de texto (`str`) definiendo longitudes mínimas y máximas.
        * Números (`int`, `float`) con valores mínimos y máximos, etc.
    
    * Validación para tipos más exóticos como:
        * URL.
        * Email.
        * UUID.
        * ...y otros.
    
    Toda la validación es manejada por **Pydantic**, que es robusto y sólidamente establecido.
    
    ### Seguridad y autenticación
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Fri Mar 22 01:42:11 UTC 2024
    - 10.9K bytes
    - Viewed (0)
  9. go.mod

    	github.com/google/cel-go v0.17.8
    	github.com/google/go-cmp v0.6.0
    	github.com/google/go-containerregistry v0.19.1
    	github.com/google/gofuzz v1.2.0
    	github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
    	github.com/google/uuid v1.6.0
    	github.com/gorilla/mux v1.8.1
    	github.com/gorilla/websocket v1.5.1
    	github.com/grpc-ecosystem/go-grpc-middleware v1.4.0
    	github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0
    	github.com/hashicorp/go-multierror v1.1.1
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 15:32:28 UTC 2024
    - 10.6K bytes
    - Viewed (0)
  10. docs/fa/docs/features.md

        * فیلد های رشته (`str`)، به همراه مشخص سازی حداقل و حداکثر طول رشته.
        * اعداد (‍‍`int`,`float`) با حداقل و حداکثر مقدار و غیره.
    
    * اعتبارسنجی برای تایپ های عجیب تر، مثل:
        * URL.
        * Email.
        * UUID.
        * و غیره.
    
    تمام اعتبارسنجی ها توسط کتابخانه اثبات شده و قدرتمند **Pydantic** انجام میشود.
    
    ### <abbr title="Security and authentication">امنیت و احراز هویت</abbr>
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Fri Mar 22 01:42:11 UTC 2024
    - 15K bytes
    - Viewed (0)
Back to top