Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for processReplica (0.13 sec)

  1. pkg/controller/statefulset/stateful_set_control.go

    		status.CurrentReplicas += replicaStatus.currentReplicas
    		status.UpdatedReplicas += replicaStatus.updatedReplicas
    	}
    }
    
    func (ssc *defaultStatefulSetControl) processReplica(
    	ctx context.Context,
    	set *apps.StatefulSet,
    	updateSet *apps.StatefulSet,
    	monotonic bool,
    	replicas []*v1.Pod,
    	i int) (bool, error) {
    	logger := klog.FromContext(ctx)
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 08:03:46 UTC 2024
    - 30.9K bytes
    - Viewed (0)
Back to top