Drop the use dprotaso/controller-tools fork #10413
knative-verify.yaml
on: pull_request
verify
/
Verify Deps and Codegen
3m 37s
Annotations
4 errors and 1 warning
verify / Verify Deps and Codegen:
config/core/300-resources/configuration.yaml#L1
Please run ./hack/update-codegen.sh.
diff --git a/config/core/300-resources/configuration.yaml b/config/core/300-resources/configuration.yaml
index 2ab00d6..609f667 100644
--- a/config/core/300-resources/configuration.yaml
+++ b/config/core/300-resources/configuration.yaml
@@ -695,10 +695,7 @@ spec:
x-kubernetes-list-type: atomic
privileged:
description: |-
- Run container in privileged mode.
- Processes in privileged containers are essentially equivalent to root on the host.
- Defaults to false.
- Note that this field cannot be set when spec.os.name is windows.
+ Run container in privileged mode. This can only be set to explicitly to 'false'
type: boolean
readOnlyRootFilesystem:
description: |-
|
verify / Verify Deps and Codegen:
config/core/300-resources/revision.yaml#L1
Please run ./hack/update-codegen.sh.
diff --git a/config/core/300-resources/revision.yaml b/config/core/300-resources/revision.yaml
index aa6aec2..2155dfe 100644
--- a/config/core/300-resources/revision.yaml
+++ b/config/core/300-resources/revision.yaml
@@ -671,10 +671,7 @@ spec:
x-kubernetes-list-type: atomic
privileged:
description: |-
- Run container in privileged mode.
- Processes in privileged containers are essentially equivalent to root on the host.
- Defaults to false.
- Note that this field cannot be set when spec.os.name is windows.
+ Run container in privileged mode. This can only be set to explicitly to 'false'
type: boolean
readOnlyRootFilesystem:
description: |-
|
verify / Verify Deps and Codegen:
config/core/300-resources/service.yaml#L1
Please run ./hack/update-codegen.sh.
diff --git a/config/core/300-resources/service.yaml b/config/core/300-resources/service.yaml
index bb5f8ce..ae79e6a 100644
--- a/config/core/300-resources/service.yaml
+++ b/config/core/300-resources/service.yaml
@@ -713,10 +713,7 @@ spec:
x-kubernetes-list-type: atomic
privileged:
description: |-
- Run container in privileged mode.
- Processes in privileged containers are essentially equivalent to root on the host.
- Defaults to false.
- Note that this field cannot be set when spec.os.name is windows.
+ Run container in privileged mode. This can only be set to explicitly to 'false'
type: boolean
readOnlyRootFilesystem:
description: |-
|
verify / Verify Deps and Codegen
Process completed with exit code 1.
|
verify / Verify Deps and Codegen
Restore cache failed: Dependencies file is not found in /home/runner/work/serving/serving. Supported file pattern: go.sum
|