Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for FailedToListEndpointSlices (0.22 sec)

  1. pkg/controller/endpointslicemirroring/events.go

    See the License for the specific language governing permissions and
    limitations under the License.
    */
    
    package endpointslicemirroring
    
    const (
    	// FailedToListEndpointSlices indicates the controller has failed to list
    	// EndpointSlices.
    	FailedToListEndpointSlices = "FailedToListEndpointSlices"
    	// FailedToUpdateEndpointSlices indicates the controller has failed to
    	// update EndpointSlices.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jul 06 19:43:35 UTC 2020
    - 1.3K bytes
    - Viewed (0)
  2. pkg/controller/endpointslice/endpointslice_controller.go

    	if err != nil {
    		// Since we're getting stuff from a local cache, it is basically
    		// impossible to get this error.
    		c.eventRecorder.Eventf(service, v1.EventTypeWarning, "FailedToListEndpointSlices",
    			"Error listing Endpoint Slices for Service %s/%s: %v", service.Namespace, service.Name, err)
    		return err
    	}
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 04 08:33:32 UTC 2024
    - 23.6K bytes
    - Viewed (0)
Back to top