github.com/jenkins-x/jx/v2@v2.1.155/pkg/kserving/constants.go (about)

     1  package kserving
     2  
     3  const (
     4  	// ServiceLabel the label to denote a service name of a kserve Deployment
     5  	ServiceLabel = "serving.knative.dev/service"
     6  
     7  	// RevisionLabel the label used to show the revision
     8  	RevisionLabel = "serving.knative.dev/revision"
     9  )