Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 7 of 7 for validState (0.24 sec)

  1. pkg/apis/core/validation/validation_test.go

    	}
    
    	// Success Cases:
    	// Validate normal success cases - only PVC volumeSource or generic ephemeral volume
    	if errs := ValidateVolumeDevices(successCase, GetVolumeMountMap(goodVolumeMounts), vols, field.NewPath("field")); len(errs) != 0 {
    		t.Errorf("expected success: %v", errs)
    	}
    
    	// Error Cases:
    	// Validate normal error cases - only PVC volumeSource
    	for k, v := range errorCases {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 857.7K bytes
    - Viewed (0)
  2. operator/cmd/mesh/testdata/manifest-generate/output/all_on.golden-show-in-gh-pull-request.yaml

                        jwks:
                          description: JSON Web Key Set of public keys to validate signature
                            of the JWT.
                          type: string
                        jwks_uri:
                          description: URL of the provider's public key set to validate
                            signature of the JWT.
                          type: string
                        jwksUri:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 506.8K bytes
    - Viewed (0)
  3. manifests/charts/istiod-remote/templates/crd-all.gen.yaml

                        jwks:
                          description: JSON Web Key Set of public keys to validate signature
                            of the JWT.
                          type: string
                        jwks_uri:
                          description: URL of the provider's public key set to validate
                            signature of the JWT.
                          maxLength: 2048
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 21:31:42 UTC 2024
    - 671.7K bytes
    - Viewed (0)
  4. manifests/charts/base/crds/crd-all.gen.yaml

                        jwks:
                          description: JSON Web Key Set of public keys to validate signature
                            of the JWT.
                          type: string
                        jwks_uri:
                          description: URL of the provider's public key set to validate
                            signature of the JWT.
                          maxLength: 2048
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 21:31:42 UTC 2024
    - 671.6K bytes
    - Viewed (0)
  5. tests/integration/pilot/testdata/gateway-api-crd.yaml

                          CACertificateRefs contains one or more references to Kubernetes objects that
                          contain a PEM-encoded TLS CA certificate bundle, which is used to
                          validate a TLS handshake between the Gateway and backend Pod.
    
    
                          If CACertificateRefs is empty or unspecified, then WellKnownCACertificates must be
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 09 02:01:51 UTC 2024
    - 912.2K bytes
    - Viewed (0)
  6. api/openapi-spec/v3/apis__apps__v1_openapi.json

                "format": "int64",
                "type": "integer"
              },
              "runAsNonRoot": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 810.7K bytes
    - Viewed (0)
  7. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"(*PrivateKey).Equal", Method, 15},
    		{"(*PrivateKey).Precompute", Method, 0},
    		{"(*PrivateKey).Public", Method, 4},
    		{"(*PrivateKey).Sign", Method, 4},
    		{"(*PrivateKey).Size", Method, 11},
    		{"(*PrivateKey).Validate", Method, 0},
    		{"(*PublicKey).Equal", Method, 15},
    		{"(*PublicKey).Size", Method, 11},
    		{"CRTValue", Type, 0},
    		{"CRTValue.Coeff", Field, 0},
    		{"CRTValue.Exp", Field, 0},
    		{"CRTValue.R", Field, 0},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 02:20:05 UTC 2024
    - 534.2K bytes
    - Viewed (0)
Back to top