-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #82 from rawlingsj/master
refactor: remove velero, make storage extensible, change TLS and Ingress for Environments optional. Remove more old v2 flags too
- Loading branch information
Showing
105 changed files
with
666 additions
and
7,317 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
package jenkinsio | ||
package core | ||
|
||
const ( | ||
// GroupName is the Jenkins API group name | ||
GroupName = "jenkins.io" | ||
GroupName = "core.jenkins-x.io" | ||
// Version is the Jenkins API group version | ||
Version = "v1" | ||
Version = "v4" | ||
|
||
// GroupAndVersion is the Jenkins API Group and version | ||
GroupAndVersion = GroupName + "/" + Version | ||
|
||
// Package is the Go package in which the apis live | ||
Package = "github.com/jenkins-x/jx-api/v3/pkg/apis" | ||
Package = "github.com/jenkins-x/jx-api/v4/pkg/apis" | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
// +k8s:deepcopy-gen=package | ||
// +k8s:openapi-gen=true | ||
// Package v4 is the v4 version of the API. | ||
// +groupName=core.jenkins-x.io | ||
package v4beta1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.