Refactor environment CLI command (#1265)
This commit is contained in:
@@ -101,3 +101,7 @@ const (
|
||||
// set a max number for iterations to prevent infinite processing of canary config
|
||||
MaxIterationsForCanaryConfig = 10
|
||||
)
|
||||
|
||||
const (
|
||||
DefaultSpecializationTimeOut = 120
|
||||
)
|
||||
|
||||
@@ -21,3 +21,9 @@ limitations under the License.
|
||||
// +k8s:defaulter-gen=TypeMeta
|
||||
// +groupName=fission.io
|
||||
package v1
|
||||
|
||||
const (
|
||||
CRD_VERSION = "fission.io/v1"
|
||||
|
||||
CRD_NAME_ENVIRONMENT = "Environment"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user