Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 189 for Required (0.42 sec)

  1. api/openapi-spec/v3/apis__events.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
    - 142.7K bytes
    - Viewed (0)
  2. 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)
  3. 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)
  4. 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)
  5. 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)
  6. 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)
  7. 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)
  8. 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)
  9. CHANGELOG/CHANGELOG-1.4.md

      - [Changelog since v1.4.0-alpha.3](#changelog-since-v140-alpha3)
        - [Action Required](#action-required)
        - [Other notable changes](#other-notable-changes-16)
    - [v1.4.0-alpha.3](#v140-alpha3)
      - [Downloads](#downloads-15)
      - [Changelog since v1.4.0-alpha.2](#changelog-since-v140-alpha2)
        - [Action Required](#action-required-1)
        - [Other notable changes](#other-notable-changes-17)
    - [v1.4.0-alpha.2](#v140-alpha2)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Dec 24 02:28:26 UTC 2020
    - 133.5K bytes
    - Viewed (0)
  10. 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)
Back to top