Search Options

Results per page
Sort
Preferred Languages
Advance

Results 81 - 90 of 192 for uuid4 (2.92 sec)

  1. pkg/controller/controller_utils_test.go

    	metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
    	"k8s.io/apimachinery/pkg/runtime"
    	"k8s.io/apimachinery/pkg/runtime/schema"
    	"k8s.io/apimachinery/pkg/types"
    	"k8s.io/apimachinery/pkg/util/sets"
    	"k8s.io/apimachinery/pkg/util/uuid"
    	utilfeature "k8s.io/apiserver/pkg/util/feature"
    	clientset "k8s.io/client-go/kubernetes"
    	"k8s.io/client-go/kubernetes/fake"
    	clientscheme "k8s.io/client-go/kubernetes/scheme"
    	restclient "k8s.io/client-go/rest"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 39.4K bytes
    - Viewed (0)
  2. cmd/bucket-lifecycle.go

    package cmd
    
    import (
    	"context"
    	"encoding/xml"
    	"errors"
    	"fmt"
    	"io"
    	"net/http"
    	"strconv"
    	"strings"
    	"sync"
    	"sync/atomic"
    	"time"
    
    	"github.com/google/uuid"
    	"github.com/minio/madmin-go/v3"
    	"github.com/minio/minio-go/v7/pkg/tags"
    	"github.com/minio/minio/internal/amztime"
    	sse "github.com/minio/minio/internal/bucket/encryption"
    	"github.com/minio/minio/internal/bucket/lifecycle"
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Mon Jun 10 15:31:51 UTC 2024
    - 33.3K bytes
    - Viewed (0)
  3. hack/unwanted-dependencies.json

          "github.com/hashicorp/go-rootcerts": "MPL license not in CNCF allowlist",
          "github.com/hashicorp/go-sockaddr": "MPL license not in CNCF allowlist",
          "github.com/hashicorp/go-uuid": "MPL license not in CNCF allowlist",
          "github.com/hashicorp/golang-lru": "MPL license not in CNCF allowlist",
          "github.com/hashicorp/hcl": "MPL license not in CNCF allowlist",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Jun 13 12:31:38 UTC 2024
    - 9.8K bytes
    - Viewed (0)
  4. pkg/controller/deployment/deployment_controller_test.go

    	metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
    	"k8s.io/apimachinery/pkg/runtime"
    	"k8s.io/apimachinery/pkg/runtime/schema"
    	"k8s.io/apimachinery/pkg/util/intstr"
    	"k8s.io/apimachinery/pkg/util/uuid"
    	"k8s.io/client-go/informers"
    	"k8s.io/client-go/kubernetes/fake"
    	core "k8s.io/client-go/testing"
    	"k8s.io/client-go/tools/record"
    	"k8s.io/klog/v2"
    	"k8s.io/klog/v2/ktesting"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 04 18:33:12 UTC 2024
    - 32.5K bytes
    - Viewed (0)
  5. platforms/software/resources-gcs/src/integTest/groovy/org/gradle/integtests/resource/gcs/fixtures/GcsServer.groovy

            return null
        }
    
        def stubPutFile(File file, String url) {
            def urlParts = urlParts(url)
            def bucketName = urlParts.first
            def uploadLocation = "/${UUID.randomUUID()}"
    
            HttpStub httpStub = HttpStub.stubInteraction {
                request {
                    method = 'POST'
                    path = "/upload/b/$bucketName/o"
                    headers = [
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Oct 12 19:38:08 UTC 2023
    - 16.7K bytes
    - Viewed (0)
  6. cmd/object-multipart-handlers.go

    package cmd
    
    import (
    	"bufio"
    	"context"
    	"io"
    	"net/http"
    	"net/url"
    	"sort"
    	"strconv"
    	"strings"
    	"time"
    
    	"github.com/google/uuid"
    	"github.com/minio/minio-go/v7"
    	"github.com/minio/minio-go/v7/pkg/encrypt"
    	"github.com/minio/minio-go/v7/pkg/tags"
    	"github.com/minio/minio/internal/amztime"
    	sse "github.com/minio/minio/internal/bucket/encryption"
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri Jun 14 13:28:35 UTC 2024
    - 38.8K bytes
    - Viewed (0)
  7. src/cmd/vendor/golang.org/x/sys/unix/zsysctl_openbsd_arm64.go

    	{"hw.power", []_C_int{6, 26}},
    	{"hw.product", []_C_int{6, 15}},
    	{"hw.serialno", []_C_int{6, 17}},
    	{"hw.setperf", []_C_int{6, 13}},
    	{"hw.smt", []_C_int{6, 24}},
    	{"hw.usermem", []_C_int{6, 20}},
    	{"hw.uuid", []_C_int{6, 18}},
    	{"hw.vendor", []_C_int{6, 14}},
    	{"hw.version", []_C_int{6, 16}},
    	{"kern.allowdt", []_C_int{1, 65}},
    	{"kern.allowkmem", []_C_int{1, 52}},
    	{"kern.argmax", []_C_int{1, 8}},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 11.9K bytes
    - Viewed (0)
  8. pkg/controlplane/reconcilers/lease_test.go

    https://github.com/openshift/origin/blob/bb340c5dd5ff72718be86fb194dedc0faed7f4c7/pkg/cmd/server/election/lease_endpoint_reconciler_test.go
    */
    
    import (
    	"reflect"
    	"sort"
    	"testing"
    	"time"
    
    	"github.com/google/uuid"
    	corev1 "k8s.io/api/core/v1"
    	"k8s.io/apimachinery/pkg/api/apitesting"
    	metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
    	"k8s.io/apimachinery/pkg/runtime"
    	"k8s.io/apimachinery/pkg/runtime/schema"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Aug 24 09:23:05 UTC 2023
    - 28.7K bytes
    - Viewed (0)
  9. src/cmd/vendor/golang.org/x/sys/unix/zsysctl_openbsd_amd64.go

    	{"hw.power", []_C_int{6, 26}},
    	{"hw.product", []_C_int{6, 15}},
    	{"hw.serialno", []_C_int{6, 17}},
    	{"hw.setperf", []_C_int{6, 13}},
    	{"hw.smt", []_C_int{6, 24}},
    	{"hw.usermem", []_C_int{6, 20}},
    	{"hw.uuid", []_C_int{6, 18}},
    	{"hw.vendor", []_C_int{6, 14}},
    	{"hw.version", []_C_int{6, 16}},
    	{"kern.allowdt", []_C_int{1, 65}},
    	{"kern.allowkmem", []_C_int{1, 52}},
    	{"kern.argmax", []_C_int{1, 8}},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 11.9K bytes
    - Viewed (0)
  10. src/cmd/vendor/golang.org/x/sys/unix/zsysctl_openbsd_arm.go

    	{"hw.power", []_C_int{6, 26}},
    	{"hw.product", []_C_int{6, 15}},
    	{"hw.serialno", []_C_int{6, 17}},
    	{"hw.setperf", []_C_int{6, 13}},
    	{"hw.smt", []_C_int{6, 24}},
    	{"hw.usermem", []_C_int{6, 20}},
    	{"hw.uuid", []_C_int{6, 18}},
    	{"hw.vendor", []_C_int{6, 14}},
    	{"hw.version", []_C_int{6, 16}},
    	{"kern.allowdt", []_C_int{1, 65}},
    	{"kern.allowkmem", []_C_int{1, 52}},
    	{"kern.argmax", []_C_int{1, 8}},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 11.9K bytes
    - Viewed (0)
Back to top