Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 1,645 for Bind (0.05 sec)

  1. pkg/proxy/util/utils_test.go

    		port   int32
    		expect string
    	}{
    		{
    			name:   "IPv4 all-zeros bind address has port",
    			addr:   "0.0.0.0:12345",
    			port:   23456,
    			expect: "0.0.0.0:12345",
    		},
    		{
    			name:   "non-zeros IPv4 config",
    			addr:   "9.8.7.6",
    			port:   12345,
    			expect: "9.8.7.6:12345",
    		},
    		{
    			name:   "IPv6 \"[::]\" bind address has port",
    			addr:   "[::]:12345",
    			port:   23456,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 20 11:57:43 UTC 2024
    - 17.1K bytes
    - Viewed (0)
  2. pkg/controller/volume/persistentvolume/provision_test.go

    	{
    		TypeMeta: metav1.TypeMeta{
    			Kind: "StorageClass",
    		},
    
    		ObjectMeta: metav1.ObjectMeta{
    			Name: "gold",
    		},
    
    		Provisioner:       mockPluginName,
    		Parameters:        class1Parameters,
    		ReclaimPolicy:     &deleteReclaimPolicy,
    		VolumeBindingMode: &modeImmediate,
    	},
    	{
    		TypeMeta: metav1.TypeMeta{
    			Kind: "StorageClass",
    		},
    		ObjectMeta: metav1.ObjectMeta{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 35.3K bytes
    - Viewed (0)
  3. pilot/pkg/model/sidecar.go

    		kind.TLSRoute,
    		kind.GRPCRoute,
    	)
    
    	// clusterScopedKnownConfigTypes includes configs when they are in root namespace,
    	// they will be applied to all namespaces within the cluster.
    	clusterScopedKnownConfigTypes = sets.New(
    		kind.EnvoyFilter,
    		kind.AuthorizationPolicy,
    		kind.RequestAuthentication,
    		kind.WasmPlugin,
    	)
    )
    
    type hostClassification struct {
    	exactHosts sets.Set[host.Name]
    	allHosts   []host.Name
    }
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 05 20:32:23 UTC 2024
    - 38.4K bytes
    - Viewed (0)
  4. pom.xml

    			<groupId>com.onelogin</groupId>
    			<artifactId>java-saml</artifactId>
    			<version>${java.saml.version}</version>
    			<exclusions>
    				<exclusion>
    					<groupId>jakarta.xml.bind</groupId>
    					<artifactId>jakarta.xml.bind-api</artifactId>
    				</exclusion>
    			</exclusions>
    		</dependency>
    		<dependency>
    			<groupId>org.bouncycastle</groupId>
    			<artifactId>bcmail-jdk18on</artifactId>
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu May 30 06:49:02 UTC 2024
    - 48.7K bytes
    - Viewed (0)
  5. pkg/scheduler/apis/config/v1/defaults_test.go

    			Object: &configv1.InterPodAffinityArgs{
    				TypeMeta: metav1.TypeMeta{
    					Kind:       "InterPodAffinityArgs",
    					APIVersion: "kubescheduler.config.k8s.io/v1",
    				},
    				HardPodAffinityWeight: ptr.To[int32](1),
    			}},
    	},
    	{
    		Name: "NodeAffinity",
    		Args: runtime.RawExtension{Object: &configv1.NodeAffinityArgs{
    			TypeMeta: metav1.TypeMeta{
    				Kind:       "NodeAffinityArgs",
    				APIVersion: "kubescheduler.config.k8s.io/v1",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 06 15:03:04 UTC 2024
    - 27.9K bytes
    - Viewed (0)
  6. cmd/server-main.go

    		Value:  ":" + GlobalMinioDefaultPort,
    		Usage:  "bind to a specific ADDRESS:PORT, ADDRESS can be an IP or hostname",
    		EnvVar: "MINIO_ADDRESS",
    	},
    	cli.IntFlag{
    		Name:   "listeners", // Deprecated Oct 2022
    		Value:  1,
    		Usage:  "bind N number of listeners per ADDRESS:PORT",
    		EnvVar: "MINIO_LISTENERS",
    		Hidden: true,
    	},
    	cli.StringFlag{
    		Name:   "console-address",
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Tue Jun 04 15:12:57 UTC 2024
    - 34.5K bytes
    - Viewed (0)
  7. pilot/pkg/model/context.go

    // unprivileged, i.e. it cannot bind to the privileged ports 1-1023.
    func (node *Proxy) IsUnprivileged() bool {
    	if node == nil || node.Metadata == nil {
    		return false
    	}
    	// expect explicit "true" value
    	unprivileged, _ := strconv.ParseBool(node.Metadata.UnprivilegedPod)
    	return unprivileged
    }
    
    // CanBindToPort returns true if the proxy can bind to a given port.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 08:29:05 UTC 2024
    - 33.6K bytes
    - Viewed (0)
  8. platforms/jvm/jacoco/src/main/java/org/gradle/testing/jacoco/plugins/JacocoTaskExtension.java

     *
     * Unless required by applicable law or agreed to in writing, software
     * distributed under the License is distributed on an "AS IS" BASIS,
     * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
     * See the License for the specific language governing permissions and
     * limitations under the License.
     */
    
    package org.gradle.testing.jacoco.plugins;
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Apr 22 14:04:39 UTC 2024
    - 10.6K bytes
    - Viewed (0)
  9. platforms/core-configuration/model-core/src/main/java/org/gradle/model/internal/registry/ModelElementNode.java

     *
     * Unless required by applicable law or agreed to in writing, software
     * distributed under the License is distributed on an "AS IS" BASIS,
     * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
     * See the License for the specific language governing permissions and
     * limitations under the License.
     */
    
    package org.gradle.model.internal.registry;
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon May 06 21:54:37 UTC 2024
    - 10.9K bytes
    - Viewed (0)
  10. pkg/controlplane/apiserver/options/options_test.go

        http://www.apache.org/licenses/LICENSE-2.0
    
    Unless required by applicable law or agreed to in writing, software
    distributed under the License is distributed on an "AS IS" BASIS,
    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    See the License for the specific language governing permissions and
    limitations under the License.
    */
    
    package options
    
    import (
    	"reflect"
    	"testing"
    	"time"
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 07 17:57:37 UTC 2024
    - 10.7K bytes
    - Viewed (0)
Back to top