Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 15 of 15 for minit (0.16 sec)

  1. staging/src/k8s.io/api/resource/v1alpha2/generated.pb.go

    	return m.Size()
    }
    func (m *VendorParameters) XXX_DiscardUnknown() {
    	xxx_messageInfo_VendorParameters.DiscardUnknown(m)
    }
    
    var xxx_messageInfo_VendorParameters proto.InternalMessageInfo
    
    func init() {
    	proto.RegisterType((*AllocationResult)(nil), "k8s.io.api.resource.v1alpha2.AllocationResult")
    	proto.RegisterType((*AllocationResultModel)(nil), "k8s.io.api.resource.v1alpha2.AllocationResultModel")
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 14 17:07:36 UTC 2024
    - 261.9K bytes
    - Viewed (0)
  2. staging/src/k8s.io/api/extensions/v1beta1/generated.pb.go

    	return m.Size()
    }
    func (m *ScaleStatus) XXX_DiscardUnknown() {
    	xxx_messageInfo_ScaleStatus.DiscardUnknown(m)
    }
    
    var xxx_messageInfo_ScaleStatus proto.InternalMessageInfo
    
    func init() {
    	proto.RegisterType((*DaemonSet)(nil), "k8s.io.api.extensions.v1beta1.DaemonSet")
    	proto.RegisterType((*DaemonSetCondition)(nil), "k8s.io.api.extensions.v1beta1.DaemonSetCondition")
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 293.3K bytes
    - Viewed (0)
  3. staging/src/k8s.io/apimachinery/pkg/apis/meta/v1/generated.pb.go

    	return m.Size()
    }
    func (m *WatchEvent) XXX_DiscardUnknown() {
    	xxx_messageInfo_WatchEvent.DiscardUnknown(m)
    }
    
    var xxx_messageInfo_WatchEvent proto.InternalMessageInfo
    
    func init() {
    	proto.RegisterType((*APIGroup)(nil), "k8s.io.apimachinery.pkg.apis.meta.v1.APIGroup")
    	proto.RegisterType((*APIGroupList)(nil), "k8s.io.apimachinery.pkg.apis.meta.v1.APIGroupList")
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 281.4K bytes
    - Viewed (0)
  4. src/cmd/compile/internal/ssagen/ssa.go

    		// the likelihood of the first branch.
    	case ir.ONOT:
    		cond := cond.(*ir.UnaryExpr)
    		s.stmtList(cond.Init())
    		s.condBranch(cond.X, no, yes, -likely)
    		return
    	case ir.OCONVNOP:
    		cond := cond.(*ir.ConvExpr)
    		s.stmtList(cond.Init())
    		s.condBranch(cond.X, yes, no, likely)
    		return
    	}
    	c := s.expr(cond)
    	b := s.endBlock()
    	b.Kind = ssa.BlockIf
    	b.SetControl(c)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 10 19:44:43 UTC 2024
    - 284.9K bytes
    - Viewed (0)
  5. pkg/apis/core/v1/zz_generated.conversion.go

    	conversion "k8s.io/apimachinery/pkg/conversion"
    	runtime "k8s.io/apimachinery/pkg/runtime"
    	types "k8s.io/apimachinery/pkg/types"
    	apps "k8s.io/kubernetes/pkg/apis/apps"
    	core "k8s.io/kubernetes/pkg/apis/core"
    )
    
    func init() {
    	localSchemeBuilder.Register(RegisterConversions)
    }
    
    // RegisterConversions adds conversion functions to the given scheme.
    // Public to allow building arbitrary schemes.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 472.1K bytes
    - Viewed (0)
Back to top