Search Options

Results per page
Sort
Preferred Languages
Advance

Results 141 - 150 of 183 for registry_ (0.25 sec)

  1. cluster/gce/windows/smoke-test.sh

          app: $windows_command_pod_label
      template:
        metadata:
          labels:
            app: $windows_command_pod_label
        spec:
          containers:
          - name: pause-win
            image: registry.k8s.io/pause:3.10
          nodeSelector:
            kubernetes.io/os: windows
          tolerations:
          - effect: NoSchedule
            key: node.kubernetes.io/os
            operator: Equal
            value: windows
    EOF
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 24 07:02:51 UTC 2024
    - 20.6K bytes
    - Viewed (0)
  2. pkg/registry/core/pod/storage/eviction.go

    	metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
    	"k8s.io/apimachinery/pkg/labels"
    	"k8s.io/apimachinery/pkg/runtime"
    	"k8s.io/apimachinery/pkg/runtime/schema"
    	"k8s.io/apimachinery/pkg/util/wait"
    	"k8s.io/apiserver/pkg/registry/rest"
    	"k8s.io/apiserver/pkg/util/dryrun"
    	"k8s.io/apiserver/pkg/util/feature"
    	policyclient "k8s.io/client-go/kubernetes/typed/policy/v1"
    	"k8s.io/client-go/util/retry"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Aug 08 11:58:48 UTC 2023
    - 18.2K bytes
    - Viewed (0)
  3. staging/src/k8s.io/api/testdata/v1.29.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: Fri Dec 15 04:12:07 UTC 2023
    - 40.5K bytes
    - Viewed (0)
  4. 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)
  5. 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)
  6. 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)
  7. 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)
  8. 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)
  9. 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)
  10. 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)
Back to top