Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 107 for minit (0.04 sec)

  1. src/syscall/zerrors_linux_mipsle.go

    	EFBIG           = Errno(0x1b)
    	EHOSTDOWN       = Errno(0x93)
    	EHOSTUNREACH    = Errno(0x94)
    	EHWPOISON       = Errno(0xa8)
    	EIDRM           = Errno(0x24)
    	EILSEQ          = Errno(0x58)
    	EINIT           = Errno(0x8d)
    	EINPROGRESS     = Errno(0x96)
    	EINTR           = Errno(0x4)
    	EINVAL          = Errno(0x16)
    	EIO             = Errno(0x5)
    	EISCONN         = Errno(0x85)
    	EISDIR          = Errno(0x15)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 19 16:12:50 UTC 2022
    - 69.2K bytes
    - Viewed (0)
  2. cmd/object-api-datatypes_gen.go

    package cmd
    
    // Code generated by github.com/tinylib/msgp DO NOT EDIT.
    
    import (
    	"github.com/minio/minio/internal/bucket/replication"
    	"github.com/tinylib/msgp/msgp"
    )
    
    // MarshalMsg implements msgp.Marshaler
    func (z BackendType) MarshalMsg(b []byte) (o []byte, err error) {
    	o = msgp.Require(b, z.Msgsize())
    	o = msgp.AppendInt(o, int(z))
    	return
    }
    
    // UnmarshalMsg implements msgp.Unmarshaler
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Mon Jun 10 15:31:51 UTC 2024
    - 70.1K bytes
    - Viewed (0)
  3. pkg/controller/nodelifecycle/node_lifecycle_controller.go

    	"k8s.io/kubernetes/pkg/controller/tainteviction"
    	controllerutil "k8s.io/kubernetes/pkg/controller/util/node"
    	"k8s.io/kubernetes/pkg/features"
    	taintutils "k8s.io/kubernetes/pkg/util/taints"
    )
    
    func init() {
    	// Register prometheus metrics
    	Register()
    }
    
    var (
    	// UnreachableTaintTemplate is the taint for when a node becomes unreachable.
    	UnreachableTaintTemplate = &v1.Taint{
    		Key:    v1.TaintNodeUnreachable,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 04 18:33:12 UTC 2024
    - 51.6K bytes
    - Viewed (0)
  4. pkg/scheduler/framework/plugins/dynamicresources/dynamicresources.go

    }
    
    func (p *podSchedulingState) isDirty() bool {
    	return p.selectedNode != nil ||
    		p.potentialNodes != nil
    }
    
    // init checks whether there is already a PodSchedulingContext object.
    // Must not be called concurrently,
    func (p *podSchedulingState) init(ctx context.Context, pod *v1.Pod, podSchedulingContextLister resourcev1alpha2listers.PodSchedulingContextLister) error {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 30 15:22:37 UTC 2024
    - 75.9K bytes
    - Viewed (0)
  5. cmd/kubelet/app/server.go

    	"k8s.io/kubernetes/pkg/volume/util/hostutil"
    	"k8s.io/kubernetes/pkg/volume/util/subpath"
    	"k8s.io/utils/cpuset"
    	"k8s.io/utils/exec"
    	netutils "k8s.io/utils/net"
    )
    
    func init() {
    	utilruntime.Must(logsapi.AddFeatureGates(utilfeature.DefaultMutableFeatureGate))
    }
    
    const (
    	// Kubelet component name
    	componentKubelet = "kubelet"
    )
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 07 00:05:34 UTC 2024
    - 53.9K bytes
    - Viewed (0)
  6. staging/src/k8s.io/api/certificates/v1beta1/generated.pb.go

    	return m.Size()
    }
    func (m *ExtraValue) XXX_DiscardUnknown() {
    	xxx_messageInfo_ExtraValue.DiscardUnknown(m)
    }
    
    var xxx_messageInfo_ExtraValue proto.InternalMessageInfo
    
    func init() {
    	proto.RegisterType((*CertificateSigningRequest)(nil), "k8s.io.api.certificates.v1beta1.CertificateSigningRequest")
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 53.8K bytes
    - Viewed (0)
  7. pkg/kube/inject/testdata/inputs/status_params.yaml.8.template.gen.yaml

          {{ if or .Values.pilot.cni.enabled .Values.istio_cni.enabled -}}
          - name: istio-validation
          {{ else -}}
          - name: istio-init
          {{ end -}}
          {{- if contains "/" (annotation .ObjectMeta `sidecar.istio.io/proxyImage` .Values.global.proxy_init.image) }}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 01:55:05 UTC 2024
    - 75.9K bytes
    - Viewed (0)
  8. pkg/kube/inject/testdata/inputs/hello-existing-cncf-networks.yaml.15.template.gen.yaml

          {{ if or .Values.pilot.cni.enabled .Values.istio_cni.enabled -}}
          - name: istio-validation
          {{ else -}}
          - name: istio-init
          {{ end -}}
          {{- if contains "/" (annotation .ObjectMeta `sidecar.istio.io/proxyImage` .Values.global.proxy_init.image) }}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 01:55:05 UTC 2024
    - 75.9K bytes
    - Viewed (0)
  9. pkg/kube/inject/testdata/inputs/hello-openshift.yaml.47.template.gen.yaml

          {{ if or .Values.pilot.cni.enabled .Values.istio_cni.enabled -}}
          - name: istio-validation
          {{ else -}}
          - name: istio-init
          {{ end -}}
          {{- if contains "/" (annotation .ObjectMeta `sidecar.istio.io/proxyImage` .Values.global.proxy_init.image) }}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 01:55:05 UTC 2024
    - 75.9K bytes
    - Viewed (0)
  10. pkg/kube/inject/testdata/inputs/hello.yaml.1.template.gen.yaml

          {{ if or .Values.pilot.cni.enabled .Values.istio_cni.enabled -}}
          - name: istio-validation
          {{ else -}}
          - name: istio-init
          {{ end -}}
          {{- if contains "/" (annotation .ObjectMeta `sidecar.istio.io/proxyImage` .Values.global.proxy_init.image) }}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 01:55:05 UTC 2024
    - 75.9K bytes
    - Viewed (0)
Back to top