Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for WorkItem (0.36 sec)

  1. pilot/pkg/autoregistration/controller.go

    	if err != nil {
    		autoRegistrationErrors.Increment()
    		return err
    	}
    	if !changed {
    		return nil
    	}
    	log.Infof("updated auto-registered WorkloadEntry %s/%s as disconnected", workItem.proxy.Metadata.Namespace, workItem.entryName)
    
    	if workItem.autoCreated {
    		autoRegistrationUnregistrations.Increment()
    	}
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Apr 16 00:00:36 UTC 2024
    - 26.4K bytes
    - Viewed (0)
Back to top