Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 26 of 26 for TokenReviewStatus (0.65 sec)

  1. staging/src/k8s.io/api/authentication/v1/types_swagger_doc_generated.go

    }
    
    func (TokenReviewSpec) SwaggerDoc() map[string]string {
    	return map_TokenReviewSpec
    }
    
    var map_TokenReviewStatus = map[string]string{
    	"":              "TokenReviewStatus is the result of the token authentication request.",
    	"authenticated": "Authenticated indicates that the token was associated with a known user.",
    	"user":          "User is the UserInfo associated with the provided token.",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 02 12:50:40 UTC 2023
    - 7.6K bytes
    - Viewed (0)
  2. api/openapi-spec/v3/apis__authentication.k8s.io__v1_openapi.json

                "description": "Token is the opaque bearer token.",
                "type": "string"
              }
            },
            "type": "object"
          },
          "io.k8s.api.authentication.v1.TokenReviewStatus": {
            "description": "TokenReviewStatus is the result of the token authentication request.",
            "properties": {
              "audiences": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Nov 27 20:06:25 UTC 2023
    - 41.5K bytes
    - Viewed (0)
  3. pkg/generated/openapi/zz_generated.openapi.go

    							Default:     map[string]interface{}{},
    							Ref:         ref("k8s.io/api/authentication/v1.TokenReviewStatus"),
    						},
    					},
    				},
    				Required: []string{"spec"},
    			},
    		},
    		Dependencies: []string{
    			"k8s.io/api/authentication/v1.TokenReviewSpec", "k8s.io/api/authentication/v1.TokenReviewStatus", "k8s.io/apimachinery/pkg/apis/meta/v1.ObjectMeta"},
    	}
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 3M bytes
    - Viewed (0)
  4. staging/src/k8s.io/cli-runtime/artifacts/openapi/swagger-with-shared-parameters.json

              "description": "Token is the opaque bearer token.",
              "type": "string"
            }
          },
          "type": "object"
        },
        "io.k8s.api.authentication.v1.TokenReviewStatus": {
          "description": "TokenReviewStatus is the result of the token authentication request.",
          "properties": {
            "audiences": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 2.3M bytes
    - Viewed (0)
  5. api/openapi-spec/swagger.json

              "description": "Token is the opaque bearer token.",
              "type": "string"
            }
          },
          "type": "object"
        },
        "io.k8s.api.authentication.v1.TokenReviewStatus": {
          "description": "TokenReviewStatus is the result of the token authentication request.",
          "properties": {
            "audiences": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 3.1M bytes
    - Viewed (0)
  6. staging/src/k8s.io/cli-runtime/artifacts/openapi/swagger.json

              "description": "Token is the opaque bearer token.",
              "type": "string"
            }
          },
          "type": "object"
        },
        "io.k8s.api.authentication.v1.TokenReviewStatus": {
          "description": "TokenReviewStatus is the result of the token authentication request.",
          "properties": {
            "audiences": {
    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