Skip to content

Commit

Permalink
Removed DIND References from api (#180)
Browse files Browse the repository at this point in the history
Signed-off-by: Shoaeb Jindani <[email protected]>
Co-authored-by: Shoaeb Jindani <[email protected]>
  • Loading branch information
shoaebjindani and Shoaeb Jindani authored Mar 21, 2024
1 parent 9eae269 commit 115c0ca
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 62 deletions.
29 changes: 0 additions & 29 deletions api/v1beta1/ibppeer_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -136,11 +136,6 @@ type IBPPeerSpec struct {
// +operator-sdk:gen-csv:customresourcedefinitions.specDescriptors=true
Zone string `json:"zone,omitempty"`

/* advanced configs */
// DindArgs (Optional) is used to override args passed to dind container
// +operator-sdk:gen-csv:customresourcedefinitions.specDescriptors=true
DindArgs []string `json:"dindArgs,omitempty"`

// Action (Optional) is object for peer actions
// +operator-sdk:gen-csv:customresourcedefinitions.specDescriptors=true
Action PeerAction `json:"action,omitempty"`
Expand Down Expand Up @@ -221,14 +216,6 @@ type PeerResources struct {
// +operator-sdk:gen-csv:customresourcedefinitions.specDescriptors=true
GRPCProxy *corev1.ResourceRequirements `json:"proxy,omitempty"`

// FluentD (Optional) is the resources provided to the fluentd container
// +operator-sdk:gen-csv:customresourcedefinitions.specDescriptors=true
FluentD *corev1.ResourceRequirements `json:"fluentd,omitempty"`

// DinD (Optional) is the resources provided to the dind container
// +operator-sdk:gen-csv:customresourcedefinitions.specDescriptors=true
DinD *corev1.ResourceRequirements `json:"dind,omitempty"`

// CouchDB (Optional) is the resources provided to the couchdb container
// +operator-sdk:gen-csv:customresourcedefinitions.specDescriptors=true
CouchDB *corev1.ResourceRequirements `json:"couchdb,omitempty"`
Expand Down Expand Up @@ -278,14 +265,6 @@ type PeerImages struct {
// +operator-sdk:gen-csv:customresourcedefinitions.specDescriptors=true
PeerTag string `json:"peerTag,omitempty"`

// DindImage is the name of the dind image
// +operator-sdk:gen-csv:customresourcedefinitions.specDescriptors=true
DindImage string `json:"dindImage,omitempty"`

// DindTag is the tag of the dind image
// +operator-sdk:gen-csv:customresourcedefinitions.specDescriptors=true
DindTag string `json:"dindTag,omitempty"`

// GRPCWebImage is the name of the grpc web proxy image
// +operator-sdk:gen-csv:customresourcedefinitions.specDescriptors=true
GRPCWebImage string `json:"grpcwebImage,omitempty"`
Expand All @@ -294,14 +273,6 @@ type PeerImages struct {
// +operator-sdk:gen-csv:customresourcedefinitions.specDescriptors=true
GRPCWebTag string `json:"grpcwebTag,omitempty"`

// FluentdImage is the name of the fluentd logger image
// +operator-sdk:gen-csv:customresourcedefinitions.specDescriptors=true
FluentdImage string `json:"fluentdImage,omitempty"`

// FluentdTag is the tag of the fluentd logger image
// +operator-sdk:gen-csv:customresourcedefinitions.specDescriptors=true
FluentdTag string `json:"fluentdTag,omitempty"`

// CouchDBImage is the name of the couchdb image
// +operator-sdk:gen-csv:customresourcedefinitions.specDescriptors=true
CouchDBImage string `json:"couchdbImage,omitempty"`
Expand Down
15 changes: 0 additions & 15 deletions api/v1beta1/zz_generated.deepcopy.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 0 additions & 18 deletions pkg/apis/deployer/deployer.go
Original file line number Diff line number Diff line change
Expand Up @@ -126,15 +126,6 @@ type PeerImages struct {
// PeerDigest is the digest tag of the peer image
PeerDigest string `json:"peerDigest,omitempty"`

// DindImage is the name of the dind image
DindImage string `json:"dindImage,omitempty"`

// DindTag is the tag of the dind image
DindTag string `json:"dindTag,omitempty"`

// DindDigest is the digest tag of the dind image
DindDigest string `json:"dindDigest,omitempty"`

// GRPCWebImage is the name of the grpc web proxy image
GRPCWebImage string `json:"grpcwebImage,omitempty"`

Expand All @@ -144,15 +135,6 @@ type PeerImages struct {
// GRPCWebDigest is the digest tag of the grpc web proxy image
GRPCWebDigest string `json:"grpcwebDigest,omitempty"`

// FluentdImage is the name of the fluentd logger image
FluentdImage string `json:"fluentdImage,omitempty"`

// FluentdTag is the tag of the fluentd logger image
FluentdTag string `json:"fluentdTag,omitempty"`

// FluentdDigest is the digest tag of the fluentd logger image
FluentdDigest string `json:"fluentdDigest,omitempty"`

// CouchDBImage is the name of the couchdb image
CouchDBImage string `json:"couchdbImage,omitempty"`

Expand Down

0 comments on commit 115c0ca

Please sign in to comment.