k3s/pkg/api
Kubernetes Submit Queue cefc4c3027 Merge pull request #31473 from timstclair/aa-gate
Automatic merge from submit-queue

Add AppArmor feature gate

Add option to disable AppArmor via a feature gate. This PR treats AppArmor as Beta, and thus depends on https://github.com/kubernetes/kubernetes/pull/31471 (I will remove `do-not-merge` once that merges).

Note that disabling AppArmor means that pods with AppArmor annotations will be rejected in validation. It does not mean that the components act as though AppArmor was never implemented. This is by design, because we want to make it difficult to accidentally run a Pod with an AppArmor annotation without AppArmor protection.

/cc @dchen1107
2016-08-26 21:04:42 -07:00
..
annotations Use Go canonical import paths 2016-07-16 13:48:21 -04:00
endpoints
errors Rename IsEmpty to Empty 2016-08-19 14:19:19 -07:00
install fix register.go files up + add test import 2016-08-11 17:06:54 -07:00
meta add ClusterName field to ObjectMeta 2016-08-22 21:09:57 -07:00
pod
resource Update generated files due to dependency shift. 2016-08-09 10:41:09 -05:00
rest Merge pull request #30838 from caesarxuchao/per-resource-orphan-behavior 2016-08-23 08:46:32 -07:00
service GCE Cloud provider changes for ESIPP 2016-08-23 16:16:39 -07:00
testapi Introduce GroupVersioner for capturing desired target version 2016-08-18 14:45:00 -04:00
testing support Azure data disk volume 2016-08-23 13:23:07 +00:00
unversioned Merge pull request #30821 from ardnaxelarak/21076_change_isEmpty_to_Empty 2016-08-22 00:54:28 -07:00
util
v1 support Azure data disk volume 2016-08-23 13:23:07 +00:00
validation Merge pull request #31473 from timstclair/aa-gate 2016-08-26 21:04:42 -07:00
OWNERS
context.go Merge pull request #25307 from derekwaynecarr/set_uid_from_context 2016-07-20 09:58:51 -07:00
context_test.go
conversion.go fix register.go files up + add test import 2016-08-11 17:06:54 -07:00
conversion_test.go Turn pkg/api/pod_example.json into go struct to avoid noise in pprof 2016-07-12 20:36:48 +02:00
copy_test.go
deep_copy_test.go Update etcd default ports for v3, and validate tests 2016-08-17 07:49:19 -05:00
defaults.go fix register.go files up + add test import 2016-08-11 17:06:54 -07:00
doc.go Use Go canonical import paths 2016-07-16 13:48:21 -04:00
field_constants.go
generate.go
generate_test.go
helpers.go Add sysctl api, validation & Docker support 2016-08-25 13:22:01 +02:00
helpers_test.go Add sysctl api, validation & Docker support 2016-08-25 13:22:01 +02:00
mapper.go Adding events to federation apiserver 2016-08-12 10:48:19 -07:00
meta.go add ClusterName field to ObjectMeta 2016-08-22 21:09:57 -07:00
meta_test.go Refactor uuid into its own pkg 2016-07-30 00:07:02 -04:00
node_example.json
ref.go move api.OjbectReference.ObjectKind() to ref.go 2016-07-14 23:02:05 -07:00
ref_test.go Use make as the main build tool 2016-07-12 21:52:00 -07:00
register.go fix register.go files up + add test import 2016-08-11 17:06:54 -07:00
replication_controller_example.json Initial Quobyte support 2016-08-18 17:13:50 +02:00
requestcontext.go
resource_helpers.go
resource_helpers_test.go
serialization_proto_test.go Convert() should accept the new conversion Context value 2016-08-18 14:45:20 -04:00
serialization_test.go Convert() should accept the new conversion Context value 2016-08-18 14:45:20 -04:00
types.generated.go Run hack/update-all.sh 2016-08-25 13:22:01 +02:00
types.go Add sysctl api, validation & Docker support 2016-08-25 13:22:01 +02:00
zz_generated.deepcopy.go Run hack/update-all.sh 2016-08-25 13:22:01 +02:00