You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by GitBox <gi...@apache.org> on 2021/10/13 07:59:50 UTC

[GitHub] [apisix-ingress-controller] neverCase commented on a change in pull request #694: feat: init ApisixPluginConfig crd #4 (#638)

neverCase commented on a change in pull request #694:
URL: https://github.com/apache/apisix-ingress-controller/pull/694#discussion_r727799807



##########
File path: pkg/kube/apisix/apis/config/v1alpha1/types.go
##########
@@ -0,0 +1,47 @@
+package v1alpha1
+
+import (
+	metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
+
+	"github.com/apache/apisix-ingress-controller/pkg/kube/apisix/apis/config/v2alpha1"
+)
+
+// +genclient
+// +k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object
+// +kubebuilder:subresource:status
+// +kubebuilder:object:generate=true
+// +kubebuilder:printcolumn:name="Id",type="date",JSONPath=".metadata.namespace"

Review comment:
       hi, i'm busy now just after the national vocation -,-.
   i will update my code later.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org