Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
H
helm3
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
go
helm3
Commits
05374bbe
Commit
05374bbe
authored
Aug 10, 2016
by
vaikas-google
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
untabify status.proto file
parent
bdbe457c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
14 deletions
+14
-14
status.proto
_proto/hapi/release/status.proto
+14
-14
No files found.
_proto/hapi/release/status.proto
View file @
05374bbe
...
@@ -22,22 +22,22 @@ option go_package = "release";
...
@@ -22,22 +22,22 @@ option go_package = "release";
// Status defines the status of a release.
// Status defines the status of a release.
message
Status
{
message
Status
{
enum
Code
{
enum
Code
{
// Status_UNKNOWN indicates that a release is in an uncertain state.
// Status_UNKNOWN indicates that a release is in an uncertain state.
UNKNOWN
=
0
;
UNKNOWN
=
0
;
// Status_DEPLOYED indicates that the release has been pushed to Kubernetes.
// Status_DEPLOYED indicates that the release has been pushed to Kubernetes.
DEPLOYED
=
1
;
DEPLOYED
=
1
;
// Status_DELETED indicates that a release has been deleted from Kubermetes.
// Status_DELETED indicates that a release has been deleted from Kubermetes.
DELETED
=
2
;
DELETED
=
2
;
// Status_SUPERSEDED indicates that this release object is outdated and a newer one exists.
// Status_SUPERSEDED indicates that this release object is outdated and a newer one exists.
SUPERSEDED
=
3
;
SUPERSEDED
=
3
;
// Status_FAILED indicates that the release was not successfully deployed.
// Status_FAILED indicates that the release was not successfully deployed.
FAILED
=
4
;
FAILED
=
4
;
}
}
Code
code
=
1
;
Code
code
=
1
;
google.protobuf.Any
details
=
2
;
google.protobuf.Any
details
=
2
;
// Cluster resources as kubectl would print them.
// Cluster resources as kubectl would print them.
string
resources
=
3
;
string
resources
=
3
;
}
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment