Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 108 for registry_ (0.14 sec)

  1. pkg/registry/batch/cronjob/strategy_test.go

    limitations under the License.
    */
    
    package cronjob
    
    import (
    	"testing"
    
    	metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
    	genericapirequest "k8s.io/apiserver/pkg/endpoints/request"
    	"k8s.io/apiserver/pkg/registry/rest"
    	"k8s.io/kubernetes/pkg/apis/batch"
    	api "k8s.io/kubernetes/pkg/apis/core"
    	"k8s.io/utils/ptr"
    )
    
    var (
    	validPodTemplateSpec = api.PodTemplateSpec{
    		Spec: api.PodSpec{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Apr 15 14:34:53 UTC 2024
    - 12.2K bytes
    - Viewed (0)
  2. cluster/gce/config-test.sh

    # on small nodes, like network plugins.
    NUM_ADDITIONAL_NODES=${NUM_ADDITIONAL_NODES:-}
    ADDITIONAL_MACHINE_TYPE=${ADDITIONAL_MACHINE_TYPE:-}
    
    # Set etcd image (e.g. registry.k8s.io/etcd) and version (e.g. v3.5.1-0) if you need
    # non-default version.
    export ETCD_IMAGE=${TEST_ETCD_IMAGE:-}
    export ETCD_DOCKER_REPOSITORY=${TEST_ETCD_DOCKER_REPOSITORY:-}
    export ETCD_VERSION=${TEST_ETCD_VERSION:-}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 17:20:24 UTC 2024
    - 29.8K bytes
    - Viewed (0)
  3. cmd/kubeadm/app/apis/kubeadm/v1beta4/doc.go

    //	skipPhases:
    //	- addon/kube-proxy
    //	---
    //	apiVersion: kubeadm.k8s.io/v1beta4
    //	kind: ClusterConfiguration
    //	etcd:
    //	  # one of local or external
    //	  local:
    //	    imageRepository: "registry.k8s.io"
    //	    imageTag: "3.2.24"
    //	    dataDir: "/var/lib/etcd"
    //	    extraArgs:
    //	      listen-client-urls: "http://10.100.0.1:2379"
    //	    serverCertSANs:
    //	    -  "ec2-10-100-0-1.compute-1.amazonaws.com"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 01 16:01:49 UTC 2024
    - 12.8K bytes
    - Viewed (0)
  4. pkg/kubelet/images/image_manager_test.go

    			},
    		},
    		{
    			name:  "registry is unavailable",
    			input: crierrors.ErrRegistryUnavailable,
    			assert: func(msg string, err error) {
    				assert.ErrorIs(t, err, crierrors.ErrRegistryUnavailable)
    				assert.Equal(t, msg, "image pull failed for test because the registry is unavailable")
    			},
    		},
    		{
    			name:  "registry is unavailable with additional error message",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 19K bytes
    - Viewed (0)
  5. pkg/kubelet/apis/config/validation/validation.go

    	}
    	if kc.RegistryBurst < 0 {
    		allErrors = append(allErrors, fmt.Errorf("invalid configuration: registryBurst (--registry-burst) %v must not be a negative number", kc.RegistryBurst))
    	}
    	if kc.RegistryPullQPS < 0 {
    		allErrors = append(allErrors, fmt.Errorf("invalid configuration: registryPullQPS (--registry-qps) %v must not be a negative number", kc.RegistryPullQPS))
    	}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 10 17:13:59 UTC 2024
    - 18.2K bytes
    - Viewed (0)
  6. cmd/kubelet/app/options/options.go

    	fs.Int32Var(&c.RegistryPullQPS, "registry-qps", c.RegistryPullQPS, "If > 0, limit registry pull QPS to this value.  If 0, unlimited.")
    	fs.Int32Var(&c.RegistryBurst, "registry-burst", c.RegistryBurst, "Maximum size of a bursty pulls, temporarily allows pulls to burst to this number, while still not exceeding registry-qps. Only used if --registry-qps > 0")
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 07:00:05 UTC 2024
    - 41.6K bytes
    - Viewed (0)
  7. staging/src/k8s.io/api/testdata/HEAD/apps.v1beta2.ReplicaSet.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
    - 34.9K bytes
    - Viewed (0)
  8. staging/src/k8s.io/api/testdata/HEAD/core.v1.PodTemplate.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
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 32.1K bytes
    - Viewed (0)
  9. staging/src/k8s.io/api/testdata/HEAD/core.v1.ReplicationController.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
    - 34.7K bytes
    - Viewed (0)
  10. staging/src/k8s.io/api/testdata/HEAD/extensions.v1beta1.ReplicaSet.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
    - 34.9K bytes
    - Viewed (0)
Back to top