Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 91 for gwspec (0.18 sec)

  1. pilot/pkg/config/kube/gateway/controller_test.go

    			GroupVersionKind: gvk.GatewayClass,
    			Name:             "gwclass",
    			Namespace:        "ns1",
    		},
    		Spec: gatewayClassSpec,
    	})
    	if _, err := store.Create(config.Config{
    		Meta: config.Meta{
    			GroupVersionKind: gvk.KubernetesGateway,
    			Name:             "gwspec",
    			Namespace:        "ns1",
    		},
    		Spec: gatewaySpec,
    	}); err != nil {
    		t.Fatal(err)
    	}
    	store.Create(config.Config{
    		Meta: config.Meta{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Apr 02 16:47:06 UTC 2024
    - 5.6K bytes
    - Viewed (0)
  2. operator/pkg/translate/translate_value.go

    		if err != nil {
    			return err
    		}
    		if !pathExist && !enabled {
    			continue
    		}
    		gwSpecs := make([]map[string]any, 1)
    		gwSpec := make(map[string]any)
    		gwSpecs[0] = gwSpec
    		gwSpec["enabled"] = enabled
    		gwSpec["name"] = util.ToYAMLPath(inPath)[1]
    		outCP := util.ToYAMLPath("Components." + string(outPath))
    
    		if enabled {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Feb 08 03:52:24 UTC 2024
    - 21.6K bytes
    - Viewed (0)
  3. operator/pkg/translate/translate.go

    		return nil, err
    	}
    	gwSpec := componentSpec.(*v1alpha1.GatewaySpec)
    	k8s := gwSpec.K8S
    	switch componentName {
    	case name.IngressComponentName:
    		setYAMLNodeByMapPath(iopt, util.PathFromString("gateways.istio-ingressgateway.name"), gwSpec.Name)
    		if len(gwSpec.Label) != 0 {
    			setYAMLNodeByMapPath(iopt, util.PathFromString("gateways.istio-ingressgateway.labels"), gwSpec.Label)
    		}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Feb 12 19:43:09 UTC 2024
    - 36.3K bytes
    - Viewed (0)
  4. platforms/core-runtime/base-services/src/main/java/org/gradle/api/specs/OrSpec.java

     * true. Uses lazy evaluation.
     *
     * @param <T> The target type for this Spec
     */
    public class OrSpec<T> extends CompositeSpec<T> {
        public static final OrSpec<?> EMPTY = new OrSpec<Object>();
    
        public OrSpec() {
            super();
        }
    
        public OrSpec(Spec<? super T>... specs) {
            super(specs);
        }
    
        public OrSpec(Iterable<? extends Spec<? super T>> specs) {
            super(specs);
        }
    
        @Override
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Sep 22 08:48:02 UTC 2023
    - 2.2K bytes
    - Viewed (0)
  5. doc/go_spec.html

    <!--{
    	"Title": "The Go Programming Language Specification",
    	"Subtitle": "Language version go1.23 (June 4, 2024)",
    	"Path": "/ref/spec"
    }-->
    
    <h2 id="Introduction">Introduction</h2>
    
    <p>
    This is the reference manual for the Go programming language.
    The pre-Go1.18 version, without generics, can be found
    <a href="/doc/go1.17_spec.html">here</a>.
    For more information and other documents, see <a href="/">go.dev</a>.
    </p>
    
    <p>
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 21:07:21 UTC 2024
    - 281.5K bytes
    - Viewed (1)
  6. staging/src/k8s.io/apimachinery/pkg/util/managedfields/scalehandler_test.go

    				"apps/v1": fieldpath.MakePathOrDie("spec", "the-replicas"),
    				"apps/v2": fieldpath.MakePathOrDie("spec", "not-the-replicas"),
    			},
    			parent: []metav1.ManagedFieldsEntry{
    				{
    					Manager:    "test",
    					Operation:  metav1.ManagedFieldsOperationApply,
    					APIVersion: "apps/v1",
    					FieldsType: "FieldsV1",
    					FieldsV1:   &metav1.FieldsV1{Raw: []byte(`{"f:spec":{"f:the-replicas":{},"f:selector":{}}}`)},
    				},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Mar 08 21:44:00 UTC 2023
    - 23.7K bytes
    - Viewed (0)
  7. staging/src/k8s.io/cli-runtime/pkg/resource/query_param_verifier_v3.go

    // or if another error occurred. If the Open API V3 spec for a CRD is not
    // found, then the spec for Namespace is checked for query param support instead.
    func (v *queryParamVerifierV3) HasSupport(gvk schema.GroupVersionKind) error {
    	if (gvk == schema.GroupVersionKind{Version: "v1", Kind: "List"}) {
    		return NewParamUnsupportedError(gvk, v.queryParam)
    	}
    	gvSpec, err := v.root.GVSpec(gvk.GroupVersion())
    	if err == nil {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jul 18 01:23:27 UTC 2023
    - 5.3K bytes
    - Viewed (0)
  8. platforms/jvm/toolchains-jvm-shared/src/test/groovy/org/gradle/jvm/toolchain/internal/JavaToolchainInputTest.groovy

        }
    
        def newSpec(int languageVersion, String vendor = "ibm", JvmImplementation impl = JvmImplementation.VENDOR_SPECIFIC) {
            def spec = createSpec()
            spec.languageVersion.set(JavaLanguageVersion.of(languageVersion))
            spec.vendor.set(JvmVendorSpec.matching(vendor))
            spec.implementation.set(impl)
            spec
        }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Apr 10 18:03:55 UTC 2024
    - 3.4K bytes
    - Viewed (0)
  9. pkg/api/persistentvolume/util.go

    	}
    	if pvSpec.ScaleIO != nil {
    		warnings = append(warnings, fmt.Sprintf("%s: deprecated in v1.16, non-functional in v1.22+", fieldPath.Child("spec", "scaleIO")))
    	}
    	if pvSpec.StorageOS != nil {
    		warnings = append(warnings, fmt.Sprintf("%s: deprecated in v1.22, non-functional in v1.25+", fieldPath.Child("spec", "storageOS")))
    	}
    	if pvSpec.Glusterfs != nil {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 15 09:50:37 UTC 2023
    - 4.2K bytes
    - Viewed (0)
  10. platforms/software/version-control/src/main/java/org/gradle/vcs/git/internal/GitVersionControlSystem.java

                    resetRepo(workingDir, gitSpec, ref);
                    return;
                }
            }
    
            cloneRepo(workingDir, gitSpec, ref);
        }
    
        @Override
        public Set<VersionRef> getAvailableVersions(VersionControlSpec spec) {
            GitVersionControlSpec gitSpec = cast(spec);
            Collection<Ref> refs = getRemoteRefs(gitSpec, true, false);
            Set<VersionRef> versions = new HashSet<>();
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Jan 31 14:54:52 UTC 2024
    - 8K bytes
    - Viewed (0)
Back to top