Skip to content

Commit

Permalink
support mode in application (#236)
Browse files Browse the repository at this point in the history
  • Loading branch information
chensheng0 authored Feb 25, 2021
1 parent 7f63861 commit 788f42b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spec/v1/application.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ const (
type Application struct {
Name string `json:"name,omitempty" yaml:"name,omitempty" validate:"resourceName"`
Type string `json:"type,omitempty" yaml:"type,omitempty" default:"container"`
Mode string `json:"mode,omitempty" default:"kube"`
Labels map[string]string `json:"labels,omitempty" yaml:"labels,omitempty"`
Namespace string `json:"namespace,omitempty" yaml:"namespace,omitempty"`
CreationTimestamp time.Time `json:"createTime,omitempty" yaml:"createTime,omitempty"`
Expand Down

0 comments on commit 788f42b

Please sign in to comment.