Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 61 for recipients (0.25 sec)

  1. pkg/apis/core/types.go

    // the pods runtime filesystem for use against APIs (Kubernetes API Server or
    // otherwise).
    type ServiceAccountTokenProjection struct {
    	// Audience is the intended audience of the token. A recipient of a token
    	// must identify itself with an identifier specified in the audience of the
    	// token, and otherwise should reject the token. The audience defaults to the
    	// identifier of the apiserver.
    	Audience string
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 268.9K bytes
    - Viewed (0)
  2. staging/src/k8s.io/api/core/v1/types_swagger_doc_generated.go

    	"audience":          "audience is the intended audience of the token. A recipient of a token must identify itself with an identifier specified in the audience of the token, and otherwise should reject the token. The audience defaults to the identifier of the apiserver.",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 254.8K bytes
    - Viewed (0)
  3. staging/src/k8s.io/api/core/v1/generated.proto

    // the pods runtime filesystem for use against APIs (Kubernetes API Server or
    // otherwise).
    message ServiceAccountTokenProjection {
      // audience is the intended audience of the token. A recipient of a token
      // must identify itself with an identifier specified in the audience of the
      // token, and otherwise should reject the token. The audience defaults to the
      // identifier of the apiserver.
      // +optional
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 280.3K bytes
    - Viewed (0)
  4. staging/src/k8s.io/api/core/v1/types.go

    // the pods runtime filesystem for use against APIs (Kubernetes API Server or
    // otherwise).
    type ServiceAccountTokenProjection struct {
    	// audience is the intended audience of the token. A recipient of a token
    	// must identify itself with an identifier specified in the audience of the
    	// token, and otherwise should reject the token. The audience defaults to the
    	// identifier of the apiserver.
    	// +optional
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 390.8K bytes
    - Viewed (0)
  5. api/openapi-spec/v3/apis__batch__v1_openapi.json

            "properties": {
              "audience": {
                "description": "audience is the intended audience of the token. A recipient of a token must identify itself with an identifier specified in the audience of the token, and otherwise should reject the token. The audience defaults to the identifier of the apiserver.",
                "type": "string"
              },
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 485.4K bytes
    - Viewed (0)
  6. api/openapi-spec/v3/api__v1_openapi.json

            "description": "TokenRequestSpec contains client provided parameters of a token request.",
            "properties": {
              "audiences": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 1.8M bytes
    - Viewed (0)
  7. api/openapi-spec/v3/apis__apps__v1_openapi.json

            "properties": {
              "audience": {
                "description": "audience is the intended audience of the token. A recipient of a token must identify itself with an identifier specified in the audience of the token, and otherwise should reject the token. The audience defaults to the identifier of the apiserver.",
                "type": "string"
              },
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 810.7K bytes
    - Viewed (0)
  8. staging/src/k8s.io/cli-runtime/artifacts/openapi/swagger-with-shared-parameters.json

          "description": "TokenRequestSpec contains client provided parameters of a token 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)
  9. pkg/generated/openapi/zz_generated.openapi.go

    								"x-kubernetes-list-type": "atomic",
    							},
    						},
    						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)
  10. api/openapi-spec/swagger.json

          "description": "TokenRequestSpec contains client provided parameters of a token 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)
Back to top