Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 12 of 12 for Unexport (0.26 sec)

  1. pkg/config/validation/validation.go

    		// if this is a service entry, then we need to disallow * and ~ together. Or ~ and other namespaces
    		if exportToSet.Contains(string(visibility.None)) {
    			if len(exportTo) > 1 {
    				errs = appendErrors(errs, fmt.Errorf("cannot export service entry to no one (~) and someone"))
    			}
    		}
    	}
    
    	return
    }
    
    func ValidateAlphaWorkloadSelector(selector *networking.WorkloadSelector) (Warning, error) {
    	var errs error
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 04:03:33 UTC 2024
    - 107.2K bytes
    - Viewed (0)
  2. staging/src/k8s.io/apimachinery/pkg/util/managedfields/internal/testdata/swagger.json

              "type": "string"
            },
            "readOnly": {
              "description": "ReadOnly here will force the NFS export to be mounted with read-only permissions. Defaults to false. More info: https://kubernetes.io/docs/concepts/storage/volumes#nfs",
              "type": "boolean"
            },
            "server": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 229.4K bytes
    - Viewed (0)
Back to top