Search Options

Results per page
Sort
Preferred Languages
Advance

Results 71 - 80 of 6,027 for Bind (0.15 sec)

  1. cmd/kubeadm/app/phases/controlplane/manifests.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 controlplane
    
    import (
    	"fmt"
    	"net"
    	"os"
    	"path/filepath"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Mar 03 14:43:47 UTC 2024
    - 17.8K bytes
    - Viewed (0)
  2. pkg/scheduler/apis/config/v1/zz_generated.conversion.go

    		return err
    	}
    	if err := Convert_v1_PluginSet_To_config_PluginSet(&in.PreBind, &out.PreBind, s); err != nil {
    		return err
    	}
    	if err := Convert_v1_PluginSet_To_config_PluginSet(&in.Bind, &out.Bind, s); err != nil {
    		return err
    	}
    	if err := Convert_v1_PluginSet_To_config_PluginSet(&in.PostBind, &out.PostBind, s); err != nil {
    		return err
    	}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jan 19 18:47:23 UTC 2024
    - 46.9K bytes
    - Viewed (0)
  3. pkg/scheduler/apis/config/zz_generated.deepcopy.go

    	in.PreScore.DeepCopyInto(&out.PreScore)
    	in.Score.DeepCopyInto(&out.Score)
    	in.Reserve.DeepCopyInto(&out.Reserve)
    	in.Permit.DeepCopyInto(&out.Permit)
    	in.PreBind.DeepCopyInto(&out.PreBind)
    	in.Bind.DeepCopyInto(&out.Bind)
    	in.PostBind.DeepCopyInto(&out.PostBind)
    	in.MultiPoint.DeepCopyInto(&out.MultiPoint)
    	return
    }
    
    // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Plugins.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Nov 07 22:02:57 UTC 2022
    - 16.2K bytes
    - Viewed (0)
  4. pilot/pkg/networking/core/tls.go

    					// Scan all the match blocks
    					// if we find any match block without a runtime destination subnet match
    					// i.e. match any destination address, then we treat it as the terminal match/catch all match
    					// and break out of the loop. We also treat it as a terminal match if the listener is bound
    					// to a unix domain socket.
    					// But if we find only runtime destination subnet matches in all match blocks, collect them
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Mar 28 17:09:02 UTC 2024
    - 14.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. src/syscall/syscall_unix.go

    	ZoneId uint32
    	Addr   [16]byte
    	raw    RawSockaddrInet6
    }
    
    type SockaddrUnix struct {
    	Name string
    	raw  RawSockaddrUnix
    }
    
    func Bind(fd int, sa Sockaddr) (err error) {
    	ptr, n, err := sa.sockaddr()
    	if err != nil {
    		return err
    	}
    	return bind(fd, ptr, n)
    }
    
    func Connect(fd int, sa Sockaddr) (err error) {
    	ptr, n, err := sa.sockaddr()
    	if err != nil {
    		return err
    	}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Mar 19 16:19:26 UTC 2024
    - 12.2K bytes
    - Viewed (0)
  7. 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)
  8. staging/src/k8s.io/apiserver/pkg/server/options/server_run_options.go

    		"The IP address on which to advertise the apiserver to members of the cluster. This "+
    		"address must be reachable by the rest of the cluster. If blank, the --bind-address "+
    		"will be used. If --bind-address is unspecified, the host's default interface will "+
    		"be used.")
    
    	fs.StringSliceVar(&s.CorsAllowedOriginList, "cors-allowed-origins", s.CorsAllowedOriginList, corsAllowedOriginsHelpText)
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Oct 24 21:53:51 UTC 2023
    - 15.4K bytes
    - Viewed (0)
  9. src/main/java/jcifs/Configuration.java

    
        /**
         * 
         * Property <tt>jcifs.netbios.lport</tt> (int)
         * 
         * @return local bind port for nebios connections
         */
        int getNetbiosLocalPort ();
    
    
        /**
         * 
         * Property <tt>jcifs.netbios.laddr</tt> (string)
         * 
         * @return local bind address for netbios connections
         */
        InetAddress getNetbiosLocalAddress ();
    
    
        /**
         * 
    Registered: Wed Jun 12 15:45:55 UTC 2024
    - Last Modified: Thu Jan 05 13:06:39 UTC 2023
    - 18K bytes
    - Viewed (0)
  10. 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)
Back to top