Skip to content

Commit

Permalink
Revert "Update api/v1alpha1/toolchaincluster_types.go"
Browse files Browse the repository at this point in the history
This reverts commit a5c351b.
  • Loading branch information
metlos committed Jul 8, 2024
1 parent 2c301e3 commit 3d53a21
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions api/v1alpha1/toolchaincluster_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -81,10 +81,10 @@ type LocalSecretReference struct {
type ToolchainClusterStatus struct {
// APIEndpoint is the API endpoint of the remote cluster. This can be a hostname,
// hostname:port, IP or IP:port.
APIEndpoint string `json:"apiEndpoint"`
APIEndpoint string `json:"apiEndpoint,omitempty"`

// OperatorNamespace is the namespace in which the operator runs in the remote cluster
OperatorNamespace string `json:"operatorNamespace"`
OperatorNamespace string `json:"operatorNamespace,omitempty"`

// Conditions is an array of current cluster conditions.
// +listType=atomic
Expand Down

0 comments on commit 3d53a21

Please sign in to comment.