Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 44 for upgrades (0.16 sec)

  1. staging/src/k8s.io/apiserver/pkg/apis/example/v1/generated.pb.go

    // is compatible with the proto package it is being compiled against.
    // A compilation error at this line likely means your copy of the
    // proto package needs to be updated.
    const _ = proto.GoGoProtoPackageIsVersion3 // please upgrade the proto package
    
    func (m *Pod) Reset()      { *m = Pod{} }
    func (*Pod) ProtoMessage() {}
    func (*Pod) Descriptor() ([]byte, []int) {
    	return fileDescriptor_c0604dbfc428ecfb, []int{0}
    }
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 56.9K bytes
    - Viewed (0)
  2. staging/src/k8s.io/api/discovery/v1beta1/generated.pb.go

    // is compatible with the proto package it is being compiled against.
    // A compilation error at this line likely means your copy of the
    // proto package needs to be updated.
    const _ = proto.GoGoProtoPackageIsVersion3 // please upgrade the proto package
    
    func (m *Endpoint) Reset()      { *m = Endpoint{} }
    func (*Endpoint) ProtoMessage() {}
    func (*Endpoint) Descriptor() ([]byte, []int) {
    	return fileDescriptor_6555bad15de200e0, []int{0}
    }
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 54.2K bytes
    - Viewed (0)
  3. pkg/kubelet/nodestatus/setters_test.go

    			},
    			expectedAnnotations: map[string]string{
    				"alpha.kubernetes.io/provided-node-ip": "2600:1f14:1d4:d101::ba3d,10.1.1.2",
    			},
    			shouldError: false,
    		},
    		{
    			name:              "Upgrade to cloud dual-stack nodeIPs",
    			nodeIP:            netutils.ParseIPSloppy("10.1.1.1"),
    			secondaryNodeIP:   netutils.ParseIPSloppy("2600:1f14:1d4:d101::ba3d"),
    			cloudProviderType: cloudProviderExternal,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 25 21:47:24 UTC 2024
    - 76.1K bytes
    - Viewed (0)
  4. pkg/proxy/iptables/proxier.go

    	{utiliptables.TableFilter, kubeletFirewallChain, utiliptables.ChainOutput, "", nil},
    }
    
    // When chains get removed from iptablesJumpChains, add them here so they get cleaned up
    // on upgrade.
    var iptablesCleanupOnlyChains = []iptablesJumpChain{}
    
    // CleanupLeftovers removes all iptables rules and chains created by the Proxier
    // It returns true if an error was encountered. Errors are logged.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 21 14:39:54 UTC 2024
    - 65.1K bytes
    - Viewed (0)
  5. platforms/software/build-init/src/main/java/org/gradle/buildinit/plugins/internal/BuildScriptBuilder.java

                    case WARN:
                        return new WarningHandler(dsl, documentationRegistry);
                    case ALLOW:
                        return new AllowingHandler();
                    case UPGRADE:
                        return new UpgradingHandler();
                    default:
                        throw new IllegalStateException(String.format("Unknown handler: '%s'.", insecureProtocolOption));
                }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Dec 21 12:02:29 UTC 2023
    - 90K bytes
    - Viewed (0)
  6. staging/src/k8s.io/api/authentication/v1/generated.pb.go

    // is compatible with the proto package it is being compiled against.
    // A compilation error at this line likely means your copy of the
    // proto package needs to be updated.
    const _ = proto.GoGoProtoPackageIsVersion3 // please upgrade the proto package
    
    func (m *BoundObjectReference) Reset()      { *m = BoundObjectReference{} }
    func (*BoundObjectReference) ProtoMessage() {}
    func (*BoundObjectReference) Descriptor() ([]byte, []int) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 72K bytes
    - Viewed (0)
  7. src/runtime/mgc.go

    	// transition.
    	semacquire(&work.startSema)
    	// Re-check transition condition under transition lock.
    	if !trigger.test() {
    		semrelease(&work.startSema)
    		return
    	}
    
    	// In gcstoptheworld debug mode, upgrade the mode accordingly.
    	// We do this after re-checking the transition condition so
    	// that multiple goroutines that detect the heap trigger don't
    	// start multiple STW GCs.
    	mode := gcBackgroundMode
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 16:25:21 UTC 2024
    - 62K bytes
    - Viewed (0)
  8. staging/src/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/validation/validation.go

    	// Does not apply to creation or deletion.
    	// Some checks use this to avoid rejecting previously accepted versions due to a control plane upgrade/downgrade.
    	versionsWithUnchangedSchemas sets.Set[string]
    	// suppressPerExpressionCost indicates whether CEL per-expression cost limit should be suppressed.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 10 22:07:40 UTC 2024
    - 82.6K bytes
    - Viewed (0)
  9. staging/src/k8s.io/api/storage/v1alpha1/generated.pb.go

    // is compatible with the proto package it is being compiled against.
    // A compilation error at this line likely means your copy of the
    // proto package needs to be updated.
    const _ = proto.GoGoProtoPackageIsVersion3 // please upgrade the proto package
    
    func (m *CSIStorageCapacity) Reset()      { *m = CSIStorageCapacity{} }
    func (*CSIStorageCapacity) ProtoMessage() {}
    func (*CSIStorageCapacity) Descriptor() ([]byte, []int) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 76.5K bytes
    - Viewed (0)
  10. cmd/erasure-object.go

    		parityDrives = er.defaultParityCount
    	}
    	if opts.MaxParity {
    		parityDrives = len(storageDisks) / 2
    	}
    	if !opts.MaxParity && globalStorageClass.AvailabilityOptimized() {
    		// If we have offline disks upgrade the number of erasure codes for this object.
    		parityOrig := parityDrives
    
    		var offlineDrives int
    		for _, disk := range storageDisks {
    			if disk == nil || !disk.IsOnline() {
    				parityDrives++
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Mon Jun 10 15:51:27 UTC 2024
    - 78.6K bytes
    - Viewed (0)
Back to top