Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for entryAt (0.17 sec)

  1. pkg/generated/openapi/zz_generated.openapi.go

    				Description: "HostAlias holds the mapping between IP and hostnames that will be injected as an entry in the pod's hosts file.",
    				Type:        []string{"object"},
    				Properties: map[string]spec.Schema{
    					"ip": {
    						SchemaProps: spec.SchemaProps{
    							Description: "IP address of the host file entry.",
    							Default:     "",
    							Type:        []string{"string"},
    							Format:      "",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 3M bytes
    - Viewed (0)
  2. api/openapi-spec/swagger.json

          ],
          "type": "object"
        },
        "io.k8s.api.core.v1.ResourceClaim": {
          "description": "ResourceClaim references one entry in PodSpec.ResourceClaims.",
          "properties": {
            "name": {
              "description": "Name must match the name of one entry in pod.spec.resourceClaims of the Pod where this field is used. It makes that resource available inside a container.",
              "type": "string"
            }
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 3.1M bytes
    - Viewed (0)
  3. api/openapi-spec/v3/api__v1_openapi.json

            "type": "object"
          },
          "io.k8s.api.core.v1.ResourceClaim": {
            "description": "ResourceClaim references one entry in PodSpec.ResourceClaims.",
            "properties": {
              "name": {
                "default": "",
                "description": "Name must match the name of one entry in pod.spec.resourceClaims of the Pod where this field is used. It makes that resource available inside a container.",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 1.8M bytes
    - Viewed (0)
Back to top