Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for ucrt (0.17 sec)

  1. pkg/apis/core/types.go

    	//
    	// Required fields:
    	// - Secret.Data["tls.key"] - TLS private key.
    	//   Secret.Data["tls.crt"] - TLS certificate.
    	// TODO: Consider supporting different formats, specifying CA/destinationCA.
    	SecretTypeTLS SecretType = "kubernetes.io/tls"
    
    	// TLSCertKey is the key for tls certificates in a TLS secret.
    	TLSCertKey = "tls.crt"
    	// TLSPrivateKeyKey is the key for the private key field in a TLS secret.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 268.9K bytes
    - Viewed (0)
  2. staging/src/k8s.io/api/core/v1/types.go

    	//
    	// Required fields:
    	// - Secret.Data["tls.key"] - TLS private key.
    	//   Secret.Data["tls.crt"] - TLS certificate.
    	// TODO: Consider supporting different formats, specifying CA/destinationCA.
    	SecretTypeTLS SecretType = "kubernetes.io/tls"
    
    	// TLSCertKey is the key for tls certificates in a TLS secret.
    	TLSCertKey = "tls.crt"
    	// TLSPrivateKeyKey is the key for the private key field in a TLS secret.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 390.8K bytes
    - Viewed (0)
  3. CHANGELOG/CHANGELOG-1.29.md

    - Kubeadm: changed the "system:masters" Group in the apiserver-kubelet-client.crt certificate Subject to be "kubeadm:cluster-admins" which is a less privileged Group. ([#121837](https://github.com/kubernetes/kubernetes/pull/121837), [@neolit123](https://github.com/neolit123))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 03:42:38 UTC 2024
    - 324.5K bytes
    - Viewed (0)
  4. samples/bookinfo/src/productpage/static/tailwind/tailwind.css

    s]=Vu(e);if(n&&t.modifiers!=null&&(t.modifiers==="any"||typeof t.modifiers=="object"&&(s&&rt(s)||s in t.modifiers))||(a=e,s=void 0),s!==void 0&&a===""&&(a="DEFAULT"),s!==void 0&&typeof t.modifiers=="object"){let u=t.modifiers?.[s]??null;u!==null?s=u:rt(s)&&(s=Uu(s))}for(let{type:u}of i??[]){let c=ls[u](a,t,{tailwindConfig:r});c!==void 0&&(yield[c,u,s??null])}}var ls,Wu,cr=C(()=>{l();mi();or();fr();fi();$u();ze();ls={any:wi,color:Ub,url:me(as),image:me(qu),length:me(ur),percentage:me(lr),position...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 28 14:48:01 UTC 2024
    - 357.1K bytes
    - Viewed (1)
Back to top