Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for LoadBalancerPortsError (0.23 sec)

  1. pkg/apis/core/types.go

    	ServiceTrafficDistributionPreferClose = "PreferClose"
    )
    
    // These are the valid conditions of a service.
    const (
    	// LoadBalancerPortsError represents the condition of the requested ports
    	// on the cloud load balancer instance.
    	LoadBalancerPortsError = "LoadBalancerPortsError"
    )
    
    // ServiceStatus represents the current status of a service
    type ServiceStatus struct {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 268.9K bytes
    - Viewed (0)
  2. staging/src/k8s.io/api/core/v1/types.go

    )
    
    // These are the valid conditions of a service.
    const (
    	// LoadBalancerPortsError represents the condition of the requested ports
    	// on the cloud load balancer instance.
    	LoadBalancerPortsError = "LoadBalancerPortsError"
    	// LoadBalancerPortsErrorReason reason in ServiceStatus condition LoadBalancerPortsError
    	// means the LoadBalancer was not able to be configured correctly.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 390.8K bytes
    - Viewed (0)
Back to top