Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
GatewayPod = func() *corev1.Pod {
return convertPod([]byte(GatewayPodYaml))
}
DiscoveryPod = func() *corev1.Pod {
return convertPod([]byte(DiscoveryPodYaml))
}
GatewayProxyPod = func() *corev1.Pod {
return convertPod([]byte(GatewayProxyPodYaml))
}
GlooPod = func() *corev1.Pod {
return convertPod([]byte(GlooPodYaml))
}
)
View Source
var DiscoveryPodYaml = `` /* 1414-byte string literal not displayed */
View Source
var GatewayPodYaml = `` /* 1406-byte string literal not displayed */
View Source
var GatewayProxyPodYaml = `` /* 1822-byte string literal not displayed */
View Source
var GlooPodYaml = `` /* 1406-byte string literal not displayed */
Functions ¶
func GeneratePodList ¶
func GeneratePodList() *corev1.PodList
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.