Search Options

Results per page
Sort
Preferred Languages
Advance

Results 81 - 90 of 100 for registry_ (0.43 sec)

  1. staging/src/k8s.io/api/testdata/HEAD/apps.v1beta2.StatefulSet.yaml

                  audience: audienceValue
                  expirationSeconds: 2
                  path: pathValue
            quobyte:
              group: groupValue
              readOnly: true
              registry: registryValue
              tenant: tenantValue
              user: userValue
              volume: volumeValue
            rbd:
              fsType: fsTypeValue
              image: imageValue
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 37.7K bytes
    - Viewed (0)
  2. staging/src/k8s.io/api/testdata/v1.30.0/core.v1.Pod.yaml

            serviceAccountToken:
              audience: audienceValue
              expirationSeconds: 2
              path: pathValue
        quobyte:
          group: groupValue
          readOnly: true
          registry: registryValue
          tenant: tenantValue
          user: userValue
          volume: volumeValue
        rbd:
          fsType: fsTypeValue
          image: imageValue
          keyring: keyringValue
          monitors:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 08:52:25 UTC 2024
    - 33.2K bytes
    - Viewed (0)
  3. staging/src/k8s.io/api/testdata/v1.30.0/batch.v1.CronJob.yaml

                      expirationSeconds: 2
                      path: pathValue
                quobyte:
                  group: groupValue
                  readOnly: true
                  registry: registryValue
                  tenant: tenantValue
                  user: userValue
                  volume: volumeValue
                rbd:
                  fsType: fsTypeValue
                  image: imageValue
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 08:52:25 UTC 2024
    - 41.3K bytes
    - Viewed (0)
  4. staging/src/k8s.io/api/testdata/v1.30.0/batch.v1beta1.CronJob.yaml

                      expirationSeconds: 2
                      path: pathValue
                quobyte:
                  group: groupValue
                  readOnly: true
                  registry: registryValue
                  tenant: tenantValue
                  user: userValue
                  volume: volumeValue
                rbd:
                  fsType: fsTypeValue
                  image: imageValue
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 08:52:25 UTC 2024
    - 41.3K bytes
    - Viewed (0)
  5. staging/src/k8s.io/api/testdata/v1.30.0/apps.v1beta2.StatefulSet.yaml

                  audience: audienceValue
                  expirationSeconds: 2
                  path: pathValue
            quobyte:
              group: groupValue
              readOnly: true
              registry: registryValue
              tenant: tenantValue
              user: userValue
              volume: volumeValue
            rbd:
              fsType: fsTypeValue
              image: imageValue
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 08:52:25 UTC 2024
    - 37.6K bytes
    - Viewed (0)
  6. staging/src/k8s.io/api/testdata/v1.30.0/apps.v1beta1.StatefulSet.yaml

                  audience: audienceValue
                  expirationSeconds: 2
                  path: pathValue
            quobyte:
              group: groupValue
              readOnly: true
              registry: registryValue
              tenant: tenantValue
              user: userValue
              volume: volumeValue
            rbd:
              fsType: fsTypeValue
              image: imageValue
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 08:52:25 UTC 2024
    - 37.6K bytes
    - Viewed (0)
  7. cmd/kubeadm/app/apis/kubeadm/validation/validation_test.go

    				LocalAPIEndpoint: kubeadmapi.APIEndpoint{
    					AdvertiseAddress: "1.2.3.4",
    					BindPort:         6443,
    				},
    				ClusterConfiguration: kubeadmapi.ClusterConfiguration{
    					ImageRepository: "registry.k8s.io",
    					Etcd: kubeadmapi.Etcd{
    						Local: &kubeadmapi.LocalEtcd{
    							DataDir: "/some/path",
    						},
    					},
    					Networking: kubeadmapi.Networking{
    						ServiceSubnet: "10.96.0.1/12",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 01 16:01:49 UTC 2024
    - 46.1K bytes
    - Viewed (0)
  8. cmd/kube-apiserver/app/options/options_test.go

    						TrustedCAFile:  "/var/run/kubernetes/etcdca.crt",
    						CertFile:       "/var/run/kubernetes/etcdce.crt",
    						TracerProvider: noopoteltrace.NewTracerProvider(),
    					},
    					Prefix:                "/registry",
    					CompactionInterval:    storagebackend.DefaultCompactInterval,
    					CountMetricPollPeriod: time.Minute,
    					DBMetricPollInterval:  storagebackend.DefaultDBMetricPollInterval,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 07 17:57:37 UTC 2024
    - 12.7K bytes
    - Viewed (0)
  9. pkg/controlplane/apiserver/config.go

    	"k8s.io/kubernetes/pkg/features"
    	"k8s.io/kubernetes/pkg/kubeapiserver"
    	"k8s.io/kubernetes/pkg/kubeapiserver/authorizer/modes"
    	rbacrest "k8s.io/kubernetes/pkg/registry/rbac/rest"
    	"k8s.io/kubernetes/pkg/serviceaccount"
    )
    
    // Config defines configuration for the master
    type Config struct {
    	Generic *genericapiserver.Config
    	Extra
    }
    
    type Extra struct {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 07 17:57:37 UTC 2024
    - 14.9K bytes
    - Viewed (0)
  10. cluster/log-dump/log-dump.sh

    # Assumes:
    #   NODE_NAMES
    # Sets:
    #   NON_LOGEXPORTED_NODES
    function find_non_logexported_nodes() {
      local file="${gcs_artifacts_dir}/logexported-nodes-registry"
      echo "Listing marker files ($file) for successful nodes..."
      succeeded_nodes=$(gsutil ls "${file}") || return 1
      echo 'Successfully listed marker files for successful nodes'
      NON_LOGEXPORTED_NODES=()
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 21 21:15:57 UTC 2024
    - 28.9K bytes
    - Viewed (0)
Back to top