diff --git a/Gopkg.lock b/Gopkg.lock index 4da22b0d107c..6251ba4c0a20 100644 --- a/Gopkg.lock +++ b/Gopkg.lock @@ -222,6 +222,14 @@ revision = "026c730a0dcc5d11f93f1cf1cc65b01247ea7b6f" version = "v4.5.0" +[[projects]] + digest = "1:b13707423743d41665fd23f0c36b2f37bb49c30e94adb813319c44188a51ba22" + name = "github.com/ghodss/yaml" + packages = ["."] + pruneopts = "" + revision = "0ca9ea5df5451ffdf184b4428c902747c2c11cd7" + version = "v1.0.0" + [[projects]] digest = "1:21911d0d3cecc86a42fd1920583c34a33b91035d77d4929772938961d7814ffc" name = "github.com/go-openapi/jsonpointer" @@ -1420,6 +1428,7 @@ "github.com/argoproj/pkg/time", "github.com/colinmarc/hdfs", "github.com/evanphx/json-patch", + "github.com/ghodss/yaml", "github.com/go-openapi/spec", "github.com/gorilla/websocket", "github.com/mitchellh/go-ps", diff --git a/pkg/apis/api-rules/violation_exceptions.list b/pkg/apis/api-rules/violation_exceptions.list index 5fb13360735c..7fc33149b091 100644 --- a/pkg/apis/api-rules/violation_exceptions.list +++ b/pkg/apis/api-rules/violation_exceptions.list @@ -7,6 +7,8 @@ API rule violation: list_type_missing,github.com/argoproj/argo/pkg/apis/workflow API rule violation: list_type_missing,github.com/argoproj/argo/pkg/apis/workflow/v1alpha1,HDFSConfig,Addresses API rule violation: list_type_missing,github.com/argoproj/argo/pkg/apis/workflow/v1alpha1,Inputs,Artifacts API rule violation: list_type_missing,github.com/argoproj/argo/pkg/apis/workflow/v1alpha1,Inputs,Parameters +API rule violation: list_type_missing,github.com/argoproj/argo/pkg/apis/workflow/v1alpha1,NodeStatus,Children +API rule violation: list_type_missing,github.com/argoproj/argo/pkg/apis/workflow/v1alpha1,NodeStatus,OutboundNodes API rule violation: list_type_missing,github.com/argoproj/argo/pkg/apis/workflow/v1alpha1,Outputs,Artifacts API rule violation: list_type_missing,github.com/argoproj/argo/pkg/apis/workflow/v1alpha1,Outputs,Parameters API rule violation: list_type_missing,github.com/argoproj/argo/pkg/apis/workflow/v1alpha1,Template,HostAliases @@ -22,6 +24,7 @@ API rule violation: list_type_missing,github.com/argoproj/argo/pkg/apis/workflow API rule violation: list_type_missing,github.com/argoproj/argo/pkg/apis/workflow/v1alpha1,WorkflowSpec,Tolerations API rule violation: list_type_missing,github.com/argoproj/argo/pkg/apis/workflow/v1alpha1,WorkflowSpec,VolumeClaimTemplates API rule violation: list_type_missing,github.com/argoproj/argo/pkg/apis/workflow/v1alpha1,WorkflowSpec,Volumes +API rule violation: list_type_missing,github.com/argoproj/argo/pkg/apis/workflow/v1alpha1,WorkflowStatus,PersistentVolumeClaims API rule violation: list_type_missing,github.com/argoproj/argo/pkg/apis/workflow/v1alpha1,WorkflowStep,WithItems API rule violation: list_type_missing,github.com/argoproj/argo/pkg/apis/workflow/v1alpha1,WorkflowTemplateList,Items API rule violation: list_type_missing,github.com/argoproj/argo/pkg/apis/workflow/v1alpha1,WorkflowTemplateSpec,Templates