Search Options

Results per page
Sort
Preferred Languages
Advance

Results 101 - 110 of 181 for applyTo (0.16 sec)

  1. staging/src/k8s.io/api/admissionregistration/v1/types.go

    	// Required.
    	MatchConstraints *MatchResources `json:"matchConstraints,omitempty" protobuf:"bytes,2,rep,name=matchConstraints"`
    
    	// Validations contain CEL expressions which is used to apply the validation.
    	// Validations and AuditAnnotations may not both be empty; a minimum of one Validations or AuditAnnotations is
    	// required.
    	// +listType=atomic
    	// +optional
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 23 17:42:49 UTC 2024
    - 61.6K bytes
    - Viewed (0)
  2. subprojects/core-api/src/main/java/org/gradle/api/Project.java

     * uniquely identifies it in the hierarchy.</p>
     *
     * <h3>Plugins</h3>
     *
     * <p>
     * Plugins can be used to modularise and reuse project configuration.
     * Plugins can be applied using the {@link PluginAware#apply(java.util.Map)} method, or by using the {@link org.gradle.plugin.use.PluginDependenciesSpec} plugins script block.
     * </p>
     *
     * <a id="properties"></a> <h3>Dynamic Project Properties</h3>
     *
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 30 04:56:22 UTC 2024
    - 74.3K bytes
    - Viewed (0)
  3. src/cmd/go/internal/modget/get.go

    Bazaar, Fossil, and Subversion have primarily been used in trusted,
    authenticated environments and are not as well scrutinized as attack surfaces.
    
    The version control command restrictions only apply when using direct version
    control access to download code. When downloading modules from a proxy,
    'go get' uses the proxy protocol instead, which is always permitted.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 18:26:32 UTC 2024
    - 66.5K bytes
    - Viewed (0)
  4. istioctl/pkg/describe/describe.go

    								if gw != nil {
    									recordGateways[gwID] = true
    									if gw.Spec.Selector == nil {
    										fmt.Fprintf(writer,
    											"Ingress Gateway %s/%s be applyed all workloads",
    											gns, gatewayName)
    										continue
    									}
    
    									var matchIngressInfos []*ingressInfo
    									for i, ingress := range foundIngresses {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sat Apr 13 05:23:38 UTC 2024
    - 50.4K bytes
    - Viewed (0)
  5. maven-api-impl/src/main/java/org/apache/maven/internal/impl/model/DefaultModelBuilder.java

                            }
                        }
                        return s;
                    });
                }
    
                @Override
                public Profile apply(Profile p) {
                    return Profile.newBuilder(p)
                            .activation(transformActivation(p.getActivation()))
                            .build();
                }
    
                @Override
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Fri Jun 07 07:31:02 UTC 2024
    - 61.9K bytes
    - Viewed (0)
  6. maven-core/src/main/java/org/apache/maven/project/MavenProject.java

         * In particular, this method can be changed or deleted without prior notice and must not be used by plugins.
         *
         * @param extensionDependencyFilter The dependency filter to apply to plugins, may be {@code null}.
         */
        public void setExtensionDependencyFilter(DependencyFilter extensionDependencyFilter) {
            this.extensionDependencyFilter = extensionDependencyFilter;
        }
    
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Fri Mar 01 17:18:13 UTC 2024
    - 56.6K bytes
    - Viewed (0)
  7. CHANGELOG/CHANGELOG-1.3.md

    * version bump for gci to milestone 53 ([#27210](https://github.com/kubernetes/kubernetes/pull/27210), [@adityakali](https://github.com/adityakali))
    * kubectl apply: retry applying a patch if a version conflict error is encountered ([#26557](https://github.com/kubernetes/kubernetes/pull/26557), [@AdoHe](https://github.com/AdoHe))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Dec 24 02:28:26 UTC 2020
    - 84K bytes
    - Viewed (0)
  8. maven-model-builder/src/main/java/org/apache/maven/model/building/DefaultModelBuilder.java

                            }
                        }
                        return s;
                    });
                }
    
                @Override
                public org.apache.maven.api.model.Profile apply(org.apache.maven.api.model.Profile p) {
                    return org.apache.maven.api.model.Profile.newBuilder(p)
                            .activation(transformActivation(p.getActivation()))
                            .build();
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Tue May 21 09:54:32 UTC 2024
    - 82.9K bytes
    - Viewed (0)
  9. tensorflow/compiler/jit/encapsulate_subgraphs_pass.cc

        TF_RETURN_IF_ERROR(
            rewrite_subgraph_fn(arg_source_tensors, &graph_, &input_permutation,
                                &output_permutation, &call_node_def_));
    
        // Apply the input/output permutations to the 'args_by_...' and 'results_'
        // mappings, so when we build edges in BuildOutputGraph() we
        // connect them to the right input/output positions.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Feb 22 08:47:20 UTC 2024
    - 51K bytes
    - Viewed (0)
  10. internal/bucket/lifecycle/lifecycle_test.go

    			isDelMarker:    true,
    			expectedAction: DelMarkerDeleteAllVersionsAction,
    		},
    		{
    			// NoneAction since object doesn't qualify for DelMarkerExpiration yet.
    			// Note: TransitionAction doesn't apply to DEL marker
    			inputConfig: `<LifecycleConfiguration>
                                <Rule>
                                  <ID>DelMarkerExpiration with Transition</ID>
                                  <Filter></Filter>
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu May 23 01:12:48 UTC 2024
    - 55.1K bytes
    - Viewed (0)
Back to top