Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 12 of 12 for ServiceTypeLoadBalancer (0.18 sec)

  1. pkg/apis/core/types.go

    	// every node, in addition to 'ClusterIP' type.
    	ServiceTypeNodePort ServiceType = "NodePort"
    
    	// ServiceTypeLoadBalancer means a service will be exposed via an
    	// external load balancer (if the cloud provider supports it), in addition
    	// to 'NodePort' type.
    	ServiceTypeLoadBalancer ServiceType = "LoadBalancer"
    
    	// ServiceTypeExternalName means a service consists of only a reference to
    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

    	// every node, in addition to 'ClusterIP' type.
    	ServiceTypeNodePort ServiceType = "NodePort"
    
    	// ServiceTypeLoadBalancer means a service will be exposed via an
    	// external load balancer (if the cloud provider supports it), in addition
    	// to 'NodePort' type.
    	ServiceTypeLoadBalancer ServiceType = "LoadBalancer"
    
    	// ServiceTypeExternalName means a service consists of only a reference to
    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