Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 26 of 26 for minit (0.06 sec)

  1. 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)
  2. 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)
  3. CHANGELOG/CHANGELOG-1.7.md

    	* Prints out status updates when running `kubefed init` ([#41849](https://github.com/kubernetes/kubernetes/pull/41849), [@perotinus](https://github.com/perotinus))
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 05 13:44:43 UTC 2022
    - 308.7K 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. CHANGELOG/CHANGELOG-1.12.md

    ## Changelog since v1.12.0
    
    ### Other notable changes
    
    * kubeadm now allows mixing of init/cluster and join configuration in a single YAML file (although a warning gets printed in this case).  ([#69426](https://github.com/kubernetes/kubernetes/pull/69426), [@rosti](https://github.com/rosti))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Feb 06 06:04:15 UTC 2020
    - 293.8K bytes
    - Viewed (0)
  6. 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