Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 174 for Required (0.3 sec)

  1. api/openapi-spec/v3/apis__networking.k8s.io__v1alpha1_openapi.json

                "default": {},
                "description": "Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata"
              }
            },
            "required": [
              "items"
            ],
            "type": "object",
            "x-kubernetes-group-version-kind": [
              {
                "group": "networking.k8s.io",
                "kind": "IPAddressList",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 196.5K bytes
    - Viewed (0)
  2. api/openapi-spec/v3/apis__storage.k8s.io__v1alpha1_openapi.json

                "type": "object"
              }
            },
            "required": [
              "driverName"
            ],
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 117.5K bytes
    - Viewed (0)
  3. api/openapi-spec/v3/apis__discovery.k8s.io__v1_openapi.json

              "name": "name",
              "required": true,
              "schema": {
                "type": "string",
                "uniqueItems": true
              }
            },
            {
              "description": "object name and auth scope, such as for teams and projects",
              "in": "path",
              "name": "namespace",
              "required": true,
              "schema": {
                "type": "string",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 146.6K bytes
    - Viewed (0)
  4. pkg/config/validation/validation.go

    		// remotely. ServerCertificate and CaCertificates fields are not required.
    		return
    	}
    	if tls.Mode == networking.ServerTLSSettings_SIMPLE {
    		if tls.ServerCertificate == "" {
    			v = AppendValidation(v, fmt.Errorf("SIMPLE TLS requires a server certificate"))
    		}
    		if tls.PrivateKey == "" {
    			v = AppendValidation(v, fmt.Errorf("SIMPLE TLS requires a private key"))
    		}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 04:03:33 UTC 2024
    - 107.2K bytes
    - Viewed (0)
  5. api/openapi-spec/v3/apis__certificates.k8s.io__v1alpha1_openapi.json

                  }
                ],
                "default": {},
                "description": "spec contains the signer (if any) and trust anchors."
              }
            },
            "required": [
              "spec"
            ],
            "type": "object",
            "x-kubernetes-group-version-kind": [
              {
                "group": "certificates.k8s.io",
                "kind": "ClusterTrustBundle",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 119K bytes
    - Viewed (0)
  6. api/openapi-spec/v3/apis__coordination.k8s.io__v1_openapi.json

              "name": "name",
              "required": true,
              "schema": {
                "type": "string",
                "uniqueItems": true
              }
            },
            {
              "description": "object name and auth scope, such as for teams and projects",
              "in": "path",
              "name": "namespace",
              "required": true,
              "schema": {
                "type": "string",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 136.6K bytes
    - Viewed (0)
  7. api/openapi-spec/v3/apis__scheduling.k8s.io__v1_openapi.json

                "format": "int32",
                "type": "integer"
              }
            },
            "required": [
              "value"
            ],
            "type": "object",
            "x-kubernetes-group-version-kind": [
              {
                "group": "scheduling.k8s.io",
                "kind": "PriorityClass",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 116.6K bytes
    - Viewed (0)
  8. api/openapi-spec/v3/apis__node.k8s.io__v1_openapi.json

              }
            },
            "required": [
              "handler"
            ],
            "type": "object",
            "x-kubernetes-group-version-kind": [
              {
                "group": "node.k8s.io",
                "kind": "RuntimeClass",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 122.9K bytes
    - Viewed (0)
  9. staging/src/k8s.io/apiserver/plugin/pkg/authenticator/token/oidc/oidc_test.go

    				"iss": "https://auth.example.com",
    				"aud": "my-client",
    				"username": "jane",
    				"exp": %d
    			}`, valid.Unix()),
    			wantErr: "oidc: required claim hd not present in ID token",
    		},
    		{
    			name: "invalid-required-claim",
    			options: Options{
    				JWTAuthenticator: apiserver.JWTAuthenticator{
    					Issuer: apiserver.Issuer{
    						URL:       "https://auth.example.com",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 97.7K bytes
    - Viewed (0)
  10. src/main/java/org/codelibs/fess/mylasta/action/FessMessages.java

        public static final String CONSTRAINTS_URL_MESSAGE = "{constraints.URL.message}";
    
        /** The key of the message: {item} is required. */
        public static final String CONSTRAINTS_Required_MESSAGE = "{constraints.Required.message}";
    
        /** The key of the message: {item} should be numeric. */
        public static final String CONSTRAINTS_TypeInteger_MESSAGE = "{constraints.TypeInteger.message}";
    
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 119.9K bytes
    - Viewed (0)
Back to top