Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 171 for Validation (0.13 sec)

  1. pkg/config/validation/virtualservice.go

    // See the License for the specific language governing permissions and
    // limitations under the License.
    
    package validation
    
    import (
    	"errors"
    	"fmt"
    	"strings"
    
    	networking "istio.io/api/networking/v1alpha3"
    	"istio.io/istio/pkg/config/labels"
    	"istio.io/istio/pkg/config/validation/agent"
    )
    
    type HTTPRouteType int
    
    const (
    	IndependentRoute = iota
    	RootRoute
    	DelegateRoute
    )
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 04:03:27 UTC 2024
    - 9.3K bytes
    - Viewed (0)
  2. subprojects/core/src/integTest/groovy/org/gradle/execution/taskgraph/ParallelTaskExecutionIntegrationTest.groovy

    import org.gradle.integtests.fixtures.ToBeFixedForIsolatedProjects
    import org.gradle.integtests.fixtures.executer.GradleContextualExecuter
    import org.gradle.internal.reflect.validation.ValidationMessageChecker
    import org.gradle.test.fixtures.server.http.BlockingHttpServer
    import org.gradle.test.precondition.Requires
    import org.gradle.test.preconditions.IntegTestPreconditions
    import org.junit.Rule
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 30 14:00:51 UTC 2024
    - 21K bytes
    - Viewed (0)
  3. pkg/apis/core/v1/helper/helpers.go

    package helper
    
    import (
    	"fmt"
    	"strings"
    
    	v1 "k8s.io/api/core/v1"
    	"k8s.io/apimachinery/pkg/api/resource"
    	"k8s.io/apimachinery/pkg/labels"
    	"k8s.io/apimachinery/pkg/selection"
    	"k8s.io/apimachinery/pkg/util/validation"
    	"k8s.io/kubernetes/pkg/apis/core/helper"
    )
    
    // IsExtendedResourceName returns true if:
    // 1. the resource name is not in the default namespace;
    // 2. resource name does not have "requests." prefix,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 30 23:03:54 UTC 2024
    - 11.4K bytes
    - Viewed (0)
  4. staging/src/k8s.io/apiextensions-apiserver/pkg/apiserver/schema/cel/validation_test.go

    				type: string
    				minLength: 5
    				x-kubernetes-validations:
    				- rule: self == "baz"
    				  message: gotta be baz
    			`),
    			oldObj:            "unchanged",
    			newObj:            "unchanged",
    			runtimeCostBudget: 1,
    			errors: []string{
    				`validation failed due to running out of cost budget, no further validation rules will be run`,
    			},
    		},
    		{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 04 17:14:10 UTC 2024
    - 159.9K bytes
    - Viewed (0)
  5. staging/src/k8s.io/apiserver/pkg/storage/etcd3/store_test.go

    	ctx, store, etcdClient := testSetup(t, withRecorder())
    	validation := checkStorageCallsInvariants(
    		store.transformer.(*storagetesting.PrefixTransformer), etcdClient.KV.(*clientRecorder))
    	storagetesting.RunTestListContinuation(ctx, t, store, validation)
    }
    
    func TestListPaginationRareObject(t *testing.T) {
    	ctx, store, etcdClient := testSetup(t, withRecorder())
    	validation := checkStorageCallsInvariants(
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 12:45:33 UTC 2024
    - 26.5K bytes
    - Viewed (0)
  6. RELEASE.md

    *   Fixes a missing validation which causes `TensorSummaryV2` to crash ([CVE-2022-29193](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-29193))
    *   Fixes a missing validation which crashes `QuantizeAndDequantizeV4Grad` ([CVE-2022-29192](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-29192))
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
  7. manifests/addons/dashboards/pilot.libsonnet

              Size of each xDS push.
            |||
          ),
        ]),
      ], panelHeight=10, startY=3)
      + grid.makeGrid([
        row.new('Webhooks')
        + row.withPanels([
          panels.timeSeries.simple(
            'Validation', queries.validateWebhook, |||
              Rate of XDS push operations, by type. This is incremented on a per-proxy basis.
            |||
          ),
          panels.timeSeries.simple(
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 20:46:28 UTC 2024
    - 2.9K bytes
    - Viewed (0)
  8. pilot/pkg/bootstrap/webhook.go

    	}
    
    	tlsConfig := &tls.Config{
    		GetCertificate: s.getIstiodCertificate,
    		MinVersion:     tls.VersionTLS12,
    		CipherSuites:   args.ServerOptions.TLSOptions.CipherSuits,
    	}
    	// Compliance for control plane validation and injection webhook server.
    	sec_model.EnforceGoCompliance(tlsConfig)
    
    	istiolog.Info("initializing secure webhook server for istiod webhooks")
    	// create the https server for hosting the k8s injectionWebhook handlers.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Jun 11 17:37:53 UTC 2024
    - 2.7K bytes
    - Viewed (0)
  9. docs/en/docs/tutorial/body-multiple-params.md

    
    **FastAPI** will do the automatic conversion from the request, so that the parameter `item` receives its specific content and the same for `user`.
    
    It will perform the validation of the compound data, and will document it like that for the OpenAPI schema and automatic docs.
    
    ## Singular values in body
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Sun Jun 09 02:01:51 UTC 2024
    - 7.7K bytes
    - Viewed (0)
  10. pkg/test/framework/components/cluster/kube/factory.go

    		filename:  kubeconfigPath,
    		CLIClient: client,
    		vmSupport: vmSupport,
    		Topology:  topology,
    	}, nil
    }
    
    func validConfig(cfg cluster.Config) (cluster.Config, error) {
    	// only include kube-specific validation here
    	if cfg.Meta.String(kubeconfigMetaKey) == "" {
    		return cfg, fmt.Errorf("missing meta.%s for %s", kubeconfigMetaKey, cfg.Name)
    	}
    	return cfg, nil
    }
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 22:12:34 UTC 2024
    - 2.7K bytes
    - Viewed (0)
Back to top