江湖十年

Results 3 comments of 江湖十年

if wrote: ```go func buildK8sApisixRoute(name, namespace string, port int32) *apisixv2.ApisixRoute { return &apisixv2.ApisixRoute{ TypeMeta: metav1.TypeMeta{ APIVersion: "apisix.apache.org/v2", Kind: "ApisixRoute", }, ObjectMeta: metav1.ObjectMeta{ Name: name, Namespace: namespace, }, Spec: apisixv2.ApisixRouteSpec{ HTTP:...