Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 56 of 56 for BoolValue (1.5 sec)

  1. staging/src/k8s.io/api/testdata/HEAD/core.v1.Pod.yaml

          user: userValue
          volume: volumeValue
        rbd:
          fsType: fsTypeValue
          image: imageValue
          keyring: keyringValue
          monitors:
          - monitorsValue
          pool: poolValue
          readOnly: true
          secretRef:
            name: nameValue
          user: userValue
        scaleIO:
          fsType: fsTypeValue
          gateway: gatewayValue
          protectionDomain: protectionDomainValue
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 33.6K bytes
    - Viewed (0)
  2. staging/src/k8s.io/api/testdata/HEAD/core.v1.Pod.json

            },
            "rbd": {
              "monitors": [
                "monitorsValue"
              ],
              "image": "imageValue",
              "fsType": "fsTypeValue",
              "pool": "poolValue",
              "user": "userValue",
              "keyring": "keyringValue",
              "secretRef": {
                "name": "nameValue"
              },
              "readOnly": true
            },
            "flexVolume": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 52.6K bytes
    - Viewed (0)
  3. staging/src/k8s.io/api/testdata/HEAD/batch.v1.CronJob.json

                      "monitors": [
                        "monitorsValue"
                      ],
                      "image": "imageValue",
                      "fsType": "fsTypeValue",
                      "pool": "poolValue",
                      "user": "userValue",
                      "keyring": "keyringValue",
                      "secretRef": {
                        "name": "nameValue"
                      },
                      "readOnly": true
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 63.5K bytes
    - Viewed (0)
  4. staging/src/k8s.io/api/testdata/HEAD/apps.v1beta2.StatefulSet.yaml

              volume: volumeValue
            rbd:
              fsType: fsTypeValue
              image: imageValue
              keyring: keyringValue
              monitors:
              - monitorsValue
              pool: poolValue
              readOnly: true
              secretRef:
                name: nameValue
              user: userValue
            scaleIO:
              fsType: fsTypeValue
              gateway: gatewayValue
    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. pkg/generated/openapi/zz_generated.openapi.go

    							Ref:         ref("k8s.io/apimachinery/pkg/api/resource.Quantity"),
    						},
    					},
    					"bool": {
    						SchemaProps: spec.SchemaProps{
    							Description: "BoolValue is a true/false value.",
    							Type:        []string{"boolean"},
    							Format:      "",
    						},
    					},
    					"int": {
    						SchemaProps: spec.SchemaProps{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 3M bytes
    - Viewed (0)
  6. api/openapi-spec/swagger.json

          "description": "NamedResourcesAttribute is a combination of an attribute name and its value.",
          "properties": {
            "bool": {
              "description": "BoolValue is a true/false value.",
              "type": "boolean"
            },
            "int": {
              "description": "IntValue is a 64-bit integer.",
              "format": "int64",
              "type": "integer"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 3.1M bytes
    - Viewed (0)
Back to top