Skip to content
This repository was archived by the owner on Oct 4, 2019. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
231 changes: 230 additions & 1 deletion Gopkg.lock

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

1 change: 0 additions & 1 deletion Gopkg.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,3 @@ required = [
[[prune.project]]
name = "k8s.io/gengo"
non-go = false

1 change: 1 addition & 0 deletions pkg/apis/devconsole/v1alpha1/component_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ const (
PhaseDeployed string = "Deployed"
)

// +genclient
// +k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object

// Component is the Schema for the components API.
Expand Down
2 changes: 2 additions & 0 deletions pkg/apis/devconsole/v1alpha1/gitsource_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ type Connection struct {

// ConnectionState is the result of the attempt to reach a GitSource.
type ConnectionState string

// ConnectionFailureReason represents the reason why the attempt to reach a GitSource failed
type ConnectionFailureReason string

Expand All @@ -101,6 +102,7 @@ const (
ConnectionInternalFailure ConnectionFailureReason = "InternalFailure"
)

// +genclient
// +k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object

// GitSource is the Schema for the gitsources API
Expand Down
1 change: 1 addition & 0 deletions pkg/apis/devconsole/v1alpha1/gitsourceanalysis_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ type DetectedBuildType struct {
DetectedFiles []string `json:"detectedFiles,omitempty"`
}

// +genclient
// +k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object

// GitSourceAnalysis is the Schema for the gitsourceanalyses API
Expand Down
Loading