Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for Donato (0.17 sec)

  1. operator/cmd/mesh/testdata/manifest-generate/data-snapshot.tar.gz

    --set) Unfortunately, Helm provides us (1) and (3) together (as .Values), making it hard to insert (2). However, we can workaround this by placing all of (1) under a specific key (.Values.defaults). We can then merge the profile onto the defaults, then the user settings onto that. Finally, we can set all of that under .Values so the chart behaves without awareness. */}} {{- $defaults := $.Values.defaults }} {{- $_ := unset $.Values "defaults" }} {{- with .Values.profile }} {{- $a := mustMergeOverwrite...
    Others
    - Registered: Wed May 08 22:53:08 GMT 2024
    - Last Modified: Wed Jan 10 05:10:03 GMT 2024
    - 198.1K bytes
    - Viewed (1)
  2. okhttp/src/test/resources/okhttp3/internal/publicsuffix/public_suffix_list.dat

    kadoma.osaka.jp
    kaizuka.osaka.jp
    kanan.osaka.jp
    kashiwara.osaka.jp
    katano.osaka.jp
    kawachinagano.osaka.jp
    kishiwada.osaka.jp
    kita.osaka.jp
    kumatori.osaka.jp
    matsubara.osaka.jp
    minato.osaka.jp
    minoh.osaka.jp
    misaki.osaka.jp
    moriguchi.osaka.jp
    neyagawa.osaka.jp
    nishi.osaka.jp
    nose.osaka.jp
    osakasayama.osaka.jp
    sakai.osaka.jp
    sayama.osaka.jp
    sennan.osaka.jp
    Plain Text
    - Registered: Fri May 03 11:42:14 GMT 2024
    - Last Modified: Wed Dec 20 23:27:07 GMT 2023
    - 240.3K bytes
    - Viewed (3)
  3. cmd/site-replication.go

    	UpdatedAt  time.Time
    }
    
    // SRBucketDeleteOp - type of delete op
    type SRBucketDeleteOp string
    
    const (
    	// MarkDelete creates .minio.sys/buckets/.deleted/<bucket> vol entry to hold onto deleted bucket's state
    	// until peers are synced in site replication setup.
    	MarkDelete SRBucketDeleteOp = "MarkDelete"
    
    	// Purge deletes the .minio.sys/buckets/.deleted/<bucket> vol entry
    Go
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Wed May 01 01:09:56 GMT 2024
    - 184.2K bytes
    - Viewed (1)
Back to top