Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 13 of 13 for registry_ (0.11 sec)

  1. pkg/registry/core/service/storage/storage_test.go

    	endpointstore "k8s.io/kubernetes/pkg/registry/core/endpoint/storage"
    	podstore "k8s.io/kubernetes/pkg/registry/core/pod/storage"
    	"k8s.io/kubernetes/pkg/registry/core/service/ipallocator"
    	"k8s.io/kubernetes/pkg/registry/core/service/portallocator"
    	"k8s.io/kubernetes/pkg/registry/registrytest"
    	netutils "k8s.io/utils/net"
    )
    
    // Most tests will use this to create a registry to run tests against.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 440.2K bytes
    - Viewed (0)
  2. pkg/apis/core/validation/validation.go

    	} else {
    		for _, hostPortPair := range strings.Split(quobyte.Registry, ",") {
    			if _, _, err := net.SplitHostPort(hostPortPair); err != nil {
    				allErrs = append(allErrs, field.Invalid(fldPath.Child("registry"), quobyte.Registry, "must be a host:port pair or multiple pairs separated by commas"))
    			}
    		}
    	}
    
    	if len(quobyte.Volume) == 0 {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 349.5K bytes
    - Viewed (0)
  3. api/openapi-spec/v3/apis__batch__v1_openapi.json

                "type": "boolean"
              },
              "registry": {
                "default": "",
                "description": "registry represents a single or multiple Quobyte Registry services specified as a string as host:port pair (multiple entries are separated with commas) which acts as the central registry for volumes",
                "type": "string"
              },
              "tenant": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 485.4K bytes
    - Viewed (0)
Back to top