Documentation
¶
Index ¶
Constants ¶
View Source
const ( // ServiceLabel the label to denote a service name of a kserve Deployment ServiceLabel = "serving.knative.dev/service" // RevisionLabel the label used to show the revision RevisionLabel = "serving.knative.dev/revision" )
Variables ¶
This section is empty.
Functions ¶
func FindServiceURL ¶
func FindServiceURL(ctx context.Context, client kserve.Interface, namespace, name string) (string, *v1.Service, error)
FindServiceURL finds the service URL for the given knative service name
func GetServiceURL ¶
GetServiceURL returns the URL for the given knative service
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.