Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for checkIn (0.7 sec)

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

    							Format:      "",
    						},
    					},
    					"warning": {
    						SchemaProps: spec.SchemaProps{
    							Description: "The content of type checking information in a human-readable form. Each line of the warning contains the type that the expression is checked against, followed by the type check error from the compiler.",
    							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": "string"
            },
            "warning": {
              "description": "The content of type checking information in a human-readable form. Each line of the warning contains the type that the expression is checked against, followed by the type check error from the compiler.",
              "type": "string"
            }
          },
          "required": [
            "fieldRef",
            "warning"
          ],
    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. staging/src/k8s.io/cli-runtime/artifacts/openapi/swagger-with-shared-parameters.json

              "type": "string"
            },
            "warning": {
              "description": "The content of type checking information in a human-readable form. Each line of the warning contains the type that the expression is checked against, followed by the type check error from the compiler.",
              "type": "string"
            }
          },
          "required": [
            "fieldRef",
            "warning"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 2.3M bytes
    - Viewed (0)
  4. staging/src/k8s.io/cli-runtime/artifacts/openapi/swagger.json

    with properties, the accessible properties of the object are field selectable via `self.field` and field presence can be checked via `has(self.field)`. Null valued fields are treated as absent fields in CEL expressions. If the Rule is scoped to an object with additionalProperties (i.e. a map) the value of the map are accessible via `self[mapKey]`, map containment can be checked via `mapKey in self` and all entries of the map are accessible via CEL macros and functions such as `self.all(...)`. If the...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 4.5M bytes
    - Viewed (0)
  5. api/openapi-spec/v3/api__v1_openapi.json

              "error": {
                "description": "Condition error code for a component. For example, a health check error code.",
                "type": "string"
              },
              "message": {
                "description": "Message about the condition for a component. For example, information about a health check.",
                "type": "string"
              },
              "status": {
                "default": "",
    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