Skip to content

Commit

Permalink
Remove GCPIngressParams CRD
Browse files Browse the repository at this point in the history
  • Loading branch information
gauravkghildiyal committed Jan 30, 2025
1 parent a274a60 commit 038c9d8
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 396 deletions.
22 changes: 0 additions & 22 deletions hack/update-codegen.sh
Original file line number Diff line number Diff line change
Expand Up @@ -142,25 +142,3 @@ ${OPENAPI_PKG}/openapi-gen \
--input-dirs k8s.io/ingress-gce/pkg/apis/serviceattachment/v1 \
--output-package k8s.io/ingress-gce/pkg/apis/serviceattachment/v1 \
--go-header-file ${SCRIPT_ROOT}/boilerplate.go.txt

echo "Performing code generation for GCPIngressParams CRD"
${CODEGEN_PKG}/generate-groups.sh \
"deepcopy,informer,lister" \
k8s.io/ingress-gce/pkg/ingparams/client k8s.io/ingress-gce/pkg/apis \
"ingparams:v1beta1" \
--go-header-file ${SCRIPT_ROOT}/boilerplate.go.txt

# Separate client generation to overwrite default Plural name
${CODEGEN_PKG}/generate-groups.sh \
"client, informer, lister" \
k8s.io/ingress-gce/pkg/ingparams/client k8s.io/ingress-gce/pkg/apis \
"ingparams:v1beta1" \
--go-header-file ${SCRIPT_ROOT}/boilerplate.go.txt \
--plural-exceptions=GCPIngressParams:GCPIngressParams

echo "Generating openapi for GCPIngressParams v1beta1"
${OPENAPI_PKG}/openapi-gen \
--output-file-base zz_generated.openapi \
--input-dirs k8s.io/ingress-gce/pkg/apis/ingparams/v1beta1 \
--output-package k8s.io/ingress-gce/pkg/apis/ingparams/v1beta1 \
--go-header-file ${SCRIPT_ROOT}/boilerplate.go.txt
21 changes: 0 additions & 21 deletions pkg/apis/ingparams/register.go

This file was deleted.

21 changes: 0 additions & 21 deletions pkg/apis/ingparams/v1beta1/doc.go

This file was deleted.

52 changes: 0 additions & 52 deletions pkg/apis/ingparams/v1beta1/register.go

This file was deleted.

56 changes: 0 additions & 56 deletions pkg/apis/ingparams/v1beta1/types.go

This file was deleted.

119 changes: 0 additions & 119 deletions pkg/apis/ingparams/v1beta1/zz_generated.deepcopy.go

This file was deleted.

Loading

0 comments on commit 038c9d8

Please sign in to comment.