Documentation ¶
Overview ¶
Package autodetect is for auto-detecting traits from the environment (platform, APIs, ...).
Package autodetect is for auto-detecting traits from the environment (APIs, ...).
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AutoDetect ¶
type AutoDetect interface {
OpenShiftRoutesAvailability() (OpenShiftRoutesAvailability, error)
}
AutoDetect provides an assortment of routines that auto-detect traits based on the runtime.
type OpenShiftRoutesAvailability ¶ added in v0.70.0
type OpenShiftRoutesAvailability int
OpenShiftRoutesAvailability holds the auto-detected OpenShift Routes availability API.
const ( // OpenShiftRoutesAvailable represents the route.openshift.io API is available. OpenShiftRoutesAvailable OpenShiftRoutesAvailability = iota // OpenShiftRoutesNotAvailable represents the route.openshift.io API is not available. OpenShiftRoutesNotAvailable )
func (OpenShiftRoutesAvailability) String ¶ added in v0.70.0
func (p OpenShiftRoutesAvailability) String() string
Click to show internal directories.
Click to hide internal directories.