Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for SubDomain (0.13 sec)

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

    	utilpointer "k8s.io/utils/pointer"
    	"k8s.io/utils/ptr"
    )
    
    const (
    	dnsLabelErrMsg                    = "a lowercase RFC 1123 label must consist of"
    	dnsSubdomainLabelErrMsg           = "a lowercase RFC 1123 subdomain"
    	envVarNameErrMsg                  = "a valid environment variable name must consist of"
    	relaxedEnvVarNameFmtErrMsg string = "a valid environment variable name must consist only of printable ASCII characters other than '='"
    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. api/openapi-spec/v3/apis__resource.k8s.io__v1alpha2_openapi.json

              },
              "name": {
                "default": "",
                "description": "Name is unique identifier among all resource instances managed by the driver on the node. It must be a DNS subdomain.",
                "type": "string"
              },
              "quantity": {
                "allOf": [
                  {
                    "$ref": "#/components/schemas/io.k8s.apimachinery.pkg.api.resource.Quantity"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Apr 22 12:18:45 UTC 2024
    - 656.6K bytes
    - Viewed (0)
  3. api/openapi-spec/v3/apis__apps__v1_openapi.json

                "type": "boolean"
              },
              "subdomain": {
                "description": "If specified, the fully qualified Pod hostname will be \"<hostname>.<subdomain>.<pod namespace>.svc.<cluster domain>\". If not specified, the pod will not have a domainname at all.",
                "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)
Back to top