Skip to content

Commit

Permalink
Removed DIND References from api
Browse files Browse the repository at this point in the history
Signed-off-by: Shoaeb Jindani <[email protected]>
  • Loading branch information
Shoaeb Jindani committed Mar 19, 2024
1 parent 9eae269 commit 7edd4c6
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 36 deletions.
17 changes: 0 additions & 17 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 @@ -225,10 +220,6 @@ type PeerResources struct {
// +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 +269,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 Down
10 changes: 0 additions & 10 deletions api/v1beta1/zz_generated.deepcopy.go

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

9 changes: 0 additions & 9 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 Down

0 comments on commit 7edd4c6

Please sign in to comment.