Search Options

Results per page
Sort
Preferred Languages
Advance

Results 101 - 110 of 177 for ephemeral_container (0.23 sec)

  1. staging/src/k8s.io/api/testdata/HEAD/batch.v1beta1.CronJob.json

                      }
                    },
                    "stdin": true,
                    "stdinOnce": true,
                    "tty": true
                  }
                ],
                "ephemeralContainers": [
                  {
                    "name": "nameValue",
                    "image": "imageValue",
                    "command": [
                      "commandValue"
                    ],
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 63.5K bytes
    - Viewed (0)
  2. staging/src/k8s.io/api/testdata/v1.29.0/core.v1.Pod.json

                "localhostProfile": "localhostProfileValue"
              }
            },
            "stdin": true,
            "stdinOnce": true,
            "tty": true
          }
        ],
        "ephemeralContainers": [
          {
            "name": "nameValue",
            "image": "imageValue",
            "command": [
              "commandValue"
            ],
            "args": [
              "argsValue"
            ],
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 15 04:12:07 UTC 2023
    - 50.7K bytes
    - Viewed (0)
  3. staging/src/k8s.io/api/testdata/v1.30.0/apps.v1.StatefulSet.yaml

            options:
            - name: nameValue
              value: valueValue
            searches:
            - searchesValue
          dnsPolicy: dnsPolicyValue
          enableServiceLinks: true
          ephemeralContainers:
          - args:
            - argsValue
            command:
            - commandValue
            env:
            - name: nameValue
              value: valueValue
              valueFrom:
                configMapKeyRef:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 08:52:25 UTC 2024
    - 37.6K bytes
    - Viewed (0)
  4. pkg/apis/core/fuzzer/fuzzer.go

    			ct.TerminationMessagePath = "/" + ct.TerminationMessagePath // Must be non-empty
    			ct.TerminationMessagePolicy = "File"
    		},
    		func(ep *core.EphemeralContainer, c fuzz.Continue) {
    			c.FuzzNoCustom(ep)                                                                   // fuzz self without calling this function again
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Feb 26 04:32:01 UTC 2024
    - 18.5K bytes
    - Viewed (0)
  5. staging/src/k8s.io/api/testdata/HEAD/apps.v1.Deployment.yaml

            options:
            - name: nameValue
              value: valueValue
            searches:
            - searchesValue
          dnsPolicy: dnsPolicyValue
          enableServiceLinks: true
          ephemeralContainers:
          - args:
            - argsValue
            command:
            - commandValue
            env:
            - name: nameValue
              value: valueValue
              valueFrom:
                configMapKeyRef:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 35.1K bytes
    - Viewed (0)
  6. staging/src/k8s.io/api/testdata/HEAD/apps.v1.ReplicaSet.json

                  }
                },
                "stdin": true,
                "stdinOnce": true,
                "tty": true
              }
            ],
            "ephemeralContainers": [
              {
                "name": "nameValue",
                "image": "imageValue",
                "command": [
                  "commandValue"
                ],
                "args": [
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 54.1K bytes
    - Viewed (0)
  7. staging/src/k8s.io/api/testdata/HEAD/apps.v1beta2.ReplicaSet.json

                  }
                },
                "stdin": true,
                "stdinOnce": true,
                "tty": true
              }
            ],
            "ephemeralContainers": [
              {
                "name": "nameValue",
                "image": "imageValue",
                "command": [
                  "commandValue"
                ],
                "args": [
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 54.1K bytes
    - Viewed (0)
  8. staging/src/k8s.io/api/testdata/HEAD/apps.v1beta2.DaemonSet.yaml

            options:
            - name: nameValue
              value: valueValue
            searches:
            - searchesValue
          dnsPolicy: dnsPolicyValue
          enableServiceLinks: true
          ephemeralContainers:
          - args:
            - argsValue
            command:
            - commandValue
            env:
            - name: nameValue
              value: valueValue
              valueFrom:
                configMapKeyRef:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 35.1K bytes
    - Viewed (0)
  9. staging/src/k8s.io/api/testdata/HEAD/extensions.v1beta1.DaemonSet.json

                  }
                },
                "stdin": true,
                "stdinOnce": true,
                "tty": true
              }
            ],
            "ephemeralContainers": [
              {
                "name": "nameValue",
                "image": "imageValue",
                "command": [
                  "commandValue"
                ],
                "args": [
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 54.5K bytes
    - Viewed (0)
  10. staging/src/k8s.io/api/testdata/v1.29.0/apps.v1.Deployment.yaml

            options:
            - name: nameValue
              value: valueValue
            searches:
            - searchesValue
          dnsPolicy: dnsPolicyValue
          enableServiceLinks: true
          ephemeralContainers:
          - args:
            - argsValue
            command:
            - commandValue
            env:
            - name: nameValue
              value: valueValue
              valueFrom:
                configMapKeyRef:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 15 04:12:07 UTC 2023
    - 34.5K bytes
    - Viewed (0)
Back to top