Documentation ¶
Index ¶
- Constants
- func FakeClientGetCall(client *fakeclientset.Clientset, action string, resource string, ...)
- func GetEndpointsResourceList(name string, namespace string, allCase bool) *v1.EndpointsList
- func GetEndpointsResourceListAllCase(name string, namespace string) *v1.EndpointsList
- func GetHTTPPath() networkingv1.HTTPIngressPath
- func GetIngressClassList() *networkingv1.IngressClassList
- func GetIngressClassListWithLBSet(lbId string) *networkingv1.IngressClassList
- func GetIngressClassListWithNginx() *networkingv1.IngressClassList
- func GetIngressClassResource(name string, isDefault bool, controller string) *networkingv1.IngressClass
- func GetIngressClassResourceWithAnnotation(name string, annotation map[string]string, controller string) *networkingv1.IngressClassList
- func GetIngressClassResourceWithLbId(name string, isDefault bool, controller string, lbid string) *networkingv1.IngressClass
- func GetNodesList() *v1.NodeList
- func GetPodReadinessGates(name string, host string) []v1.PodReadinessGate
- func GetPodResourceList(name string, image string) *v1.PodList
- func GetPodResourceWithReadiness(name string, image string, ingressName string, host string, ...) *v1.Pod
- func GetSampleCertSecret() *v1.Secret
- func GetSampleSecret(configName string, privateKey string, data string, privateKeyData string) *v1.Secret
- func GetServiceListResource(namespace string, name string, port int32) *v1.ServiceList
- func GetServiceListResourceWithPortName(namespace string, name string, port int32, portName string) *v1.ServiceList
- func ReadResourceAsIngressList(fileName string) *networkingv1.IngressList
- func SampleLoadBalancerResponse() ociloadbalancer.GetLoadBalancerResponse
- func UpdateFakeClientCall(client *fakeclientset.Clientset, action string, resource string, ...)
Constants ¶
View Source
const (
ToBeDeletedTaint = "ToBeDeletedByClusterAutoscaler"
)
Variables ¶
This section is empty.
Functions ¶
func FakeClientGetCall ¶
func GetEndpointsResourceList ¶
func GetEndpointsResourceList(name string, namespace string, allCase bool) *v1.EndpointsList
func GetEndpointsResourceListAllCase ¶
func GetEndpointsResourceListAllCase(name string, namespace string) *v1.EndpointsList
func GetHTTPPath ¶
func GetHTTPPath() networkingv1.HTTPIngressPath
func GetIngressClassList ¶
func GetIngressClassList() *networkingv1.IngressClassList
func GetIngressClassListWithLBSet ¶
func GetIngressClassListWithLBSet(lbId string) *networkingv1.IngressClassList
func GetIngressClassListWithNginx ¶
func GetIngressClassListWithNginx() *networkingv1.IngressClassList
func GetIngressClassResource ¶
func GetIngressClassResource(name string, isDefault bool, controller string) *networkingv1.IngressClass
func GetIngressClassResourceWithAnnotation ¶
func GetIngressClassResourceWithAnnotation(name string, annotation map[string]string, controller string) *networkingv1.IngressClassList
func GetIngressClassResourceWithLbId ¶
func GetIngressClassResourceWithLbId(name string, isDefault bool, controller string, lbid string) *networkingv1.IngressClass
func GetNodesList ¶
func GetPodReadinessGates ¶
func GetPodReadinessGates(name string, host string) []v1.PodReadinessGate
func GetSampleCertSecret ¶
func GetSampleSecret ¶
func GetServiceListResource ¶
func GetServiceListResource(namespace string, name string, port int32) *v1.ServiceList
func ReadResourceAsIngressList ¶
func ReadResourceAsIngressList(fileName string) *networkingv1.IngressList
func SampleLoadBalancerResponse ¶
func SampleLoadBalancerResponse() ociloadbalancer.GetLoadBalancerResponse
func UpdateFakeClientCall ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.