Documentation
¶
Overview ¶
Package types contains types that are shared by the provisioner and static modes.
Index ¶
Constants ¶
View Source
const ( // EPPEndpointHostHeader is the HTTP header used to specify the EPP endpoint host. EPPEndpointHostHeader = "X-EPP-Host" // EPPEndpointPortHeader is the HTTP header used to specify the EPP endpoint port. EPPEndpointPortHeader = "X-EPP-Port" // GoShimPort is the default port for the Go EPP shim server to listen on. If collisions become a problem, // we can make this configurable via the NginxProxy resource. GoShimPort = 54800 // why 54800? Sum "nginx" in ASCII and multiply by 100. )
Fields used for communication with the EndpointPicker service when using the Inference Extension.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ObjectType ¶
ObjectType is used when we only care about the type of client.Object. The fields of the client.Object may be empty.
Click to show internal directories.
Click to hide internal directories.