Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for Fulfilled (0.65 sec)

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

    	return common.OpenAPIDefinition{
    		Schema: spec.Schema{
    			SchemaProps: spec.SchemaProps{
    				Description: "MatchCondition represents a condition which must by fulfilled for a request to be sent to a webhook.",
    				Type:        []string{"object"},
    				Properties: map[string]spec.Schema{
    					"name": {
    						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)
  2. staging/src/k8s.io/cli-runtime/artifacts/openapi/swagger-with-shared-parameters.json

    {
      "definitions": {
        "io.k8s.api.admissionregistration.v1.MatchCondition": {
          "description": "MatchCondition represents a condition which must by fulfilled for a request to be sent to a webhook.",
          "properties": {
            "expression": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 2.3M bytes
    - Viewed (0)
  3. api/openapi-spec/swagger.json

            "fieldRef",
            "warning"
          ],
          "type": "object"
        },
        "io.k8s.api.admissionregistration.v1.MatchCondition": {
          "description": "MatchCondition represents a condition which must by fulfilled for a request to be sent to a webhook.",
          "properties": {
            "expression": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 3.1M bytes
    - Viewed (0)
  4. api/openapi-spec/v3/api__v1_openapi.json

                "allOf": [
                  {
                    "$ref": "#/components/schemas/io.k8s.apimachinery.pkg.apis.meta.v1.Preconditions"
                  }
                ],
                "description": "Must be fulfilled before a deletion is carried out. If not possible, a 409 Conflict status will be returned."
              },
              "propagationPolicy": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 1.8M bytes
    - Viewed (0)
  5. staging/src/k8s.io/cli-runtime/artifacts/openapi/swagger.json

              "type": "boolean"
            },
            "preconditions": {
              "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Preconditions",
              "description": "Must be fulfilled before a deletion is carried out. If not possible, a 409 Conflict status will be returned."
            },
            "propagationPolicy": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 4.5M bytes
    - Viewed (0)
Back to top