Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
leon-inf committed Nov 28, 2024
1 parent eeb59a7 commit 82087c5
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 74 deletions.
2 changes: 0 additions & 2 deletions apis/apps/v1/servicedescriptor_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,6 @@ type ServiceDescriptorSpec struct {
//
// +optional
Auth *ConnectionCredentialAuth `json:"auth,omitempty"`

// TODO: the CA file
}

// ServiceDescriptorStatus defines the observed state of ServiceDescriptor
Expand Down
2 changes: 0 additions & 2 deletions apis/apps/v1/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -126,8 +126,6 @@ type ServiceRefClusterSelector struct {
//
// +optional
Credential *ServiceRefCredentialSelector `json:"credential,omitempty"`

// TODO: support to reference the CA file
}

type ServiceRefServiceSelector struct {
Expand Down
2 changes: 0 additions & 2 deletions controllers/apps/component_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -152,8 +152,6 @@ func (r *ComponentReconciler) Reconcile(ctx context.Context, req ctrl.Request) (
&componentAccountTransformer{},
// handle the TLS configuration
&componentTLSTransformer{Client: r.Client},
// handle the ssh service
&componentSSHTransformer{Client: r.Client},
// rerender parameters after v-scale and h-scale
&componentRelatedParametersTransformer{Client: r.Client},
// resolve and build vars for template and Env
Expand Down
68 changes: 0 additions & 68 deletions controllers/apps/transformer_component_ssh.go

This file was deleted.

0 comments on commit 82087c5

Please sign in to comment.