Skip to content

Commit

Permalink
Running copy api scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
Shoaeb Jindani committed Mar 21, 2024
1 parent 7edd4c6 commit 4b3aeff
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 26 deletions.
12 changes: 0 additions & 12 deletions api/v1beta1/ibppeer_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -216,10 +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"`

// 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 @@ -277,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
5 changes: 0 additions & 5 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 @@ -135,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 4b3aeff

Please sign in to comment.