Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for GetNetworkGateway (0.41 sec)

  1. pkg/workloadapi/workload.pb.go

    		return x.ServiceAccount
    	}
    	return ""
    }
    
    func (x *Workload) GetWaypoint() *GatewayAddress {
    	if x != nil {
    		return x.Waypoint
    	}
    	return nil
    }
    
    func (x *Workload) GetNetworkGateway() *GatewayAddress {
    	if x != nil {
    		return x.NetworkGateway
    	}
    	return nil
    }
    
    func (x *Workload) GetNode() string {
    	if x != nil {
    		return x.Node
    	}
    	return ""
    }
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 18:02:35 UTC 2024
    - 65.9K bytes
    - Viewed (0)
Back to top