1## 2# See https://github.com/GoogleContainerTools/container-structure-test 3# for schema definition 4## 5schemaVersion: 2.0.0 6 7fileExistenceTests: 8# bzl-cache-rc-gen 9- name: 'kubectl bin' 10 path: '/usr/bin/kubectl' 11 shouldExist: true 12 permissions: '-rwxr-xr-x'