Documentation ¶
Index ¶
Constants ¶
View Source
const Group = "gateway.networking.k8s.io"
Group is the group of the Gateway API.
Variables ¶
View Source
var ( // GroupKindGateway is the GroupKind for the Gateway resource. GroupKindGateway = resources.NewGroupKind(Group, "Gateway") // GroupKindHTTPRoute is the GroupKind for the HTTPRoute resource. GroupKindHTTPRoute = resources.NewGroupKind(Group, "HTTPRoute") )
Functions ¶
func NewGatewaySource ¶
func NewGatewaySource(c controller.Interface) (source.CertSource, error)
NewGatewaySource is the DNSSource for gateways.gateway.networking.k8s.io resources.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.