Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 85 for busybox (1.58 sec)

  1. hack/testdata/recursive/pod-modify/pod/busybox.yaml

    apiVersion: v1
    kind: Pod
    metadata:
      name: busybox1
      labels:
        app: busybox1
        status: replaced
    spec:
      containers:
      - image: busybox
        command:
          - sleep
          - "3600"
        imagePullPolicy: IfNotPresent
        name: busybox
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 02 03:27:37 UTC 2016
    - 258 bytes
    - Viewed (0)
  2. hack/testdata/recursive/pod-modify/busybox.yaml

    apiVersion: v1
    kind: Pod
    metadata:
      name: busybox0
      labels:
        app: busybox0
        status: replaced
    spec:
      containers:
      - image: busybox
        command:
          - sleep
          - "3600"
        imagePullPolicy: IfNotPresent
        name: busybox
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 02 03:27:37 UTC 2016
    - 258 bytes
    - Viewed (0)
  3. hack/testdata/recursive/pod/busybox.yaml

    apiVersion: v1
    kind: Pod
    metadata:
      name: busybox0
      labels:
        app: busybox0
    spec:
      containers:
      - image: busybox
        command:
          - sleep
          - "3600"
        imagePullPolicy: IfNotPresent
        name: busybox
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 02 03:27:37 UTC 2016
    - 237 bytes
    - Viewed (0)
  4. hack/testdata/recursive/pod/pod/busybox.yaml

    apiVersion: v1
    kind: Pod
    metadata:
      name: busybox1
      labels:
        app: busybox1
    spec:
      containers:
      - image: busybox
        command:
          - sleep
          - "3600"
        imagePullPolicy: IfNotPresent
        name: busybox
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 02 03:27:37 UTC 2016
    - 237 bytes
    - Viewed (0)
  5. hack/testdata/recursive/rc/busybox.yaml

    kind: ReplicationController
    metadata:
      name: busybox0
      labels:
        app: busybox0
    spec:
      replicas: 1
      selector:
        app: busybox0
      template:
        metadata:
          name: busybox0
          labels:
            app: busybox0
        spec:
          containers:
          - image: busybox
            command:
              - sleep
              - "3600"
            imagePullPolicy: IfNotPresent
            name: busybox
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 02 03:27:37 UTC 2016
    - 424 bytes
    - Viewed (0)
  6. hack/testdata/recursive/rc/rc/busybox.yaml

    kind: ReplicationController
    metadata:
      name: busybox1
      labels:
        app: busybox1
    spec:
      replicas: 1
      selector:
        app: busybox1
      template:
        metadata:
          name: busybox1
          labels:
            app: busybox1
        spec:
          containers:
          - image: busybox
            command:
              - sleep
              - "3600"
            imagePullPolicy: IfNotPresent
            name: busybox
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 02 03:27:37 UTC 2016
    - 424 bytes
    - Viewed (0)
  7. hack/testdata/recursive/rc/rc/busybox-broken.yaml

    ind: ReplicationController
    metadata:
      name: busybox2
      labels:
        app: busybox2
    spec:
      replicas: 1
      selector:
        app: busybox2
      template:
        metadata:
          name: busybox2
          labels:
            app: busybox2
        spec:
          containers:
          - image: busybox
            command:
              - sleep
              - "3600"
            imagePullPolicy: IfNotPresent
            name: busybox
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 02 03:27:37 UTC 2016
    - 423 bytes
    - Viewed (0)
  8. hack/testdata/recursive/pod/pod/busybox-broken.yaml

    apiVersion: v1
    ind: Pod
    metadata:
      name: busybox2
      labels:
        app: busybox2
    spec:
      containers:
      - image: busybox
        command:
          - sleep
          - "3600"
        imagePullPolicy: IfNotPresent
        name: busybox
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 02 03:27:37 UTC 2016
    - 236 bytes
    - Viewed (0)
  9. hack/testdata/recursive/pod-modify/pod/busybox-broken.yaml

    apiVersion: v1
    ind: Pod
    metadata:
      name: busybox2
      labels:
        app: busybox2
        status: replaced
    spec:
      containers:
      - image: busybox
        command:
          - sleep
          - "3600"
        imagePullPolicy: IfNotPresent
        name: busybox
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 02 03:27:37 UTC 2016
    - 257 bytes
    - Viewed (0)
  10. staging/src/k8s.io/cli-runtime/artifacts/oddly-named-file[x].yaml

    apiVersion: v1
    kind: Pod
    metadata:
      name: busybox
      labels:
        name: busybox
    spec:
      containers:
        - name: busybox
          image: busybox
          ports:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Mar 28 02:41:21 UTC 2022
    - 181 bytes
    - Viewed (0)
Back to top