Documentation
¶
Overview ¶
Copyright 2022 Authors of spidernet-io SPDX-License-Identifier: Apache-2.0
Copyright 2022 Authors of spidernet-io SPDX-License-Identifier: Apache-2.0
Copyright 2022 Authors of spidernet-io SPDX-License-Identifier: Apache-2.0
Copyright 2022 Authors of spidernet-io SPDX-License-Identifier: Apache-2.0
Copyright 2022 Authors of spidernet-io SPDX-License-Identifier: Apache-2.0
Copyright 2022 Authors of spidernet-io SPDX-License-Identifier: Apache-2.0
Copyright 2022 Authors of spidernet-io SPDX-License-Identifier: Apache-2.0
Index ¶
- Variables
- func CreatePodUntilReady(frame *e2e.Framework, podYaml *corev1.Pod, podName, namespace string, ...) (pod *corev1.Pod, podIPv4, podIPv6 string)
- func GenerateExampleDaemonSetYaml(dsName, namespace string) *appsv1.DaemonSet
- func GenerateExampleDeploymentYaml(dpmName, namespace string, replica int32) *appsv1.Deployment
- func GenerateExamplePodYaml(podName, namespace string) *corev1.Pod
- func GenerateExampleReplicaSetYaml(rsName, namespace string, replica int32) *appsv1.ReplicaSet
- func GenerateExampleStatefulSetYaml(stsName, namespace string, replica int32) *appsv1.StatefulSet
- func GenerateLongPodYaml(podName, namespace string, annotationLength int) *corev1.Pod
- func GenerateString(lenNum int) string
- func GetPodIPv4(pod *corev1.Pod) string
- func GetPodIPv6(pod *corev1.Pod) string
Constants ¶
This section is empty.
Variables ¶
View Source
var DeploymentNameString = "deployment"
View Source
var StatefulsetNameString = "statefulSet"
Functions ¶
func CreatePodUntilReady ¶
func GenerateExampleDeploymentYaml ¶
func GenerateExampleDeploymentYaml(dpmName, namespace string, replica int32) *appsv1.Deployment
func GenerateExamplePodYaml ¶
func GenerateExampleReplicaSetYaml ¶
func GenerateExampleReplicaSetYaml(rsName, namespace string, replica int32) *appsv1.ReplicaSet
func GenerateExampleStatefulSetYaml ¶
func GenerateExampleStatefulSetYaml(stsName, namespace string, replica int32) *appsv1.StatefulSet
func GenerateLongPodYaml ¶
func GenerateString ¶
func GetPodIPv4 ¶
func GetPodIPv6 ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.