|
|
|
@ -8,11 +8,11 @@ diff -x '*.tgz' -x '*.lock' -uNr packages/rancher-gatekeeper/charts-original/Cha
|
|
|
|
|
+name: rancher-gatekeeper
|
|
|
|
|
keywords:
|
|
|
|
|
- open policy agent
|
|
|
|
|
version: v3.1.0-rc.1
|
|
|
|
|
version: v3.1.0-beta.11
|
|
|
|
|
@@ -8,3 +8,9 @@
|
|
|
|
|
sources:
|
|
|
|
|
- https://github.com/open-policy-agent/gatekeeper.git
|
|
|
|
|
appVersion: v3.1.0-rc.1
|
|
|
|
|
appVersion: v3.1.0-beta.11
|
|
|
|
|
+icon: https://charts.rancher.io/assets/logos/gatekeeper.svg
|
|
|
|
|
+annotations:
|
|
|
|
|
+ catalog.cattle.io/certified: rancher
|
|
|
|
@ -22,7 +22,7 @@ diff -x '*.tgz' -x '*.lock' -uNr packages/rancher-gatekeeper/charts-original/Cha
|
|
|
|
|
diff -x '*.tgz' -x '*.lock' -uNr packages/rancher-gatekeeper/charts-original/crds/config-customresourcedefinition.yaml packages/rancher-gatekeeper/charts/crds/config-customresourcedefinition.yaml
|
|
|
|
|
--- packages/rancher-gatekeeper/charts-original/crds/config-customresourcedefinition.yaml
|
|
|
|
|
+++ packages/rancher-gatekeeper/charts/crds/config-customresourcedefinition.yaml
|
|
|
|
|
@@ -0,0 +1,111 @@
|
|
|
|
|
@@ -0,0 +1,118 @@
|
|
|
|
|
+apiVersion: apiextensions.k8s.io/v1beta1
|
|
|
|
|
+kind: CustomResourceDefinition
|
|
|
|
|
+metadata:
|
|
|
|
@ -52,10 +52,14 @@ diff -x '*.tgz' -x '*.lock' -uNr packages/rancher-gatekeeper/charts-original/crd
|
|
|
|
|
+ description: Config is the Schema for the configs API
|
|
|
|
|
+ properties:
|
|
|
|
|
+ apiVersion:
|
|
|
|
|
+ description: 'APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
|
|
|
|
|
+ description: 'APIVersion defines the versioned schema of this representation
|
|
|
|
|
+ of an object. Servers should convert recognized schemas to the latest
|
|
|
|
|
+ internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
|
|
|
|
|
+ type: string
|
|
|
|
|
+ kind:
|
|
|
|
|
+ description: 'Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
|
|
|
|
|
+ description: 'Kind is a string value representing the REST resource this
|
|
|
|
|
+ object represents. Servers may infer this from the endpoint the client
|
|
|
|
|
+ submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
|
|
|
|
|
+ type: string
|
|
|
|
|
+ metadata:
|
|
|
|
|
+ type: object
|
|
|
|
@ -86,7 +90,8 @@ diff -x '*.tgz' -x '*.lock' -uNr packages/rancher-gatekeeper/charts-original/crd
|
|
|
|
|
+ description: Configuration for syncing k8s objects
|
|
|
|
|
+ properties:
|
|
|
|
|
+ syncOnly:
|
|
|
|
|
+ description: If non-empty, only entries on this list will be replicated into OPA
|
|
|
|
|
+ description: If non-empty, only entries on this list will be replicated
|
|
|
|
|
+ into OPA
|
|
|
|
|
+ items:
|
|
|
|
|
+ properties:
|
|
|
|
|
+ group:
|
|
|
|
@ -102,11 +107,13 @@ diff -x '*.tgz' -x '*.lock' -uNr packages/rancher-gatekeeper/charts-original/crd
|
|
|
|
|
+ description: Configuration for validation
|
|
|
|
|
+ properties:
|
|
|
|
|
+ traces:
|
|
|
|
|
+ description: List of requests to trace. Both "user" and "kinds" must be specified
|
|
|
|
|
+ description: List of requests to trace. Both "user" and "kinds"
|
|
|
|
|
+ must be specified
|
|
|
|
|
+ items:
|
|
|
|
|
+ properties:
|
|
|
|
|
+ dump:
|
|
|
|
|
+ description: Also dump the state of OPA with the trace. Set to `All` to dump everything.
|
|
|
|
|
+ description: Also dump the state of OPA with the trace. Set
|
|
|
|
|
+ to `All` to dump everything.
|
|
|
|
|
+ type: string
|
|
|
|
|
+ kind:
|
|
|
|
|
+ description: Only trace requests of the following GroupVersionKind
|
|
|
|
@ -137,7 +144,7 @@ diff -x '*.tgz' -x '*.lock' -uNr packages/rancher-gatekeeper/charts-original/crd
|
|
|
|
|
diff -x '*.tgz' -x '*.lock' -uNr packages/rancher-gatekeeper/charts-original/crds/constraintpodstatus-customresourcedefinition.yaml packages/rancher-gatekeeper/charts/crds/constraintpodstatus-customresourcedefinition.yaml
|
|
|
|
|
--- packages/rancher-gatekeeper/charts-original/crds/constraintpodstatus-customresourcedefinition.yaml
|
|
|
|
|
+++ packages/rancher-gatekeeper/charts/crds/constraintpodstatus-customresourcedefinition.yaml
|
|
|
|
|
@@ -0,0 +1,78 @@
|
|
|
|
|
@@ -0,0 +1,86 @@
|
|
|
|
|
+apiVersion: apiextensions.k8s.io/v1beta1
|
|
|
|
|
+kind: CustomResourceDefinition
|
|
|
|
|
+metadata:
|
|
|
|
@ -161,13 +168,18 @@ diff -x '*.tgz' -x '*.lock' -uNr packages/rancher-gatekeeper/charts-original/crd
|
|
|
|
|
+ scope: Namespaced
|
|
|
|
|
+ validation:
|
|
|
|
|
+ openAPIV3Schema:
|
|
|
|
|
+ description: ConstraintPodStatus is the Schema for the constraintpodstatuses API
|
|
|
|
|
+ description: ConstraintPodStatus is the Schema for the constraintpodstatuses
|
|
|
|
|
+ API
|
|
|
|
|
+ properties:
|
|
|
|
|
+ apiVersion:
|
|
|
|
|
+ description: 'APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
|
|
|
|
|
+ description: 'APIVersion defines the versioned schema of this representation
|
|
|
|
|
+ of an object. Servers should convert recognized schemas to the latest
|
|
|
|
|
+ internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
|
|
|
|
|
+ type: string
|
|
|
|
|
+ kind:
|
|
|
|
|
+ description: 'Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
|
|
|
|
|
+ description: 'Kind is a string value representing the REST resource this
|
|
|
|
|
+ object represents. Servers may infer this from the endpoint the client
|
|
|
|
|
+ submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
|
|
|
|
|
+ type: string
|
|
|
|
|
+ metadata:
|
|
|
|
|
+ type: object
|
|
|
|
@ -175,13 +187,16 @@ diff -x '*.tgz' -x '*.lock' -uNr packages/rancher-gatekeeper/charts-original/crd
|
|
|
|
|
+ description: ConstraintPodStatusStatus defines the observed state of ConstraintPodStatus
|
|
|
|
|
+ properties:
|
|
|
|
|
+ constraintUID:
|
|
|
|
|
+ description: Storing the constraint UID allows us to detect drift, such as when a constraint has been recreated after its CRD was deleted out from under it, interrupting the watch
|
|
|
|
|
+ description: Storing the constraint UID allows us to detect drift, such
|
|
|
|
|
+ as when a constraint has been recreated after its CRD was deleted
|
|
|
|
|
+ out from under it, interrupting the watch
|
|
|
|
|
+ type: string
|
|
|
|
|
+ enforced:
|
|
|
|
|
+ type: boolean
|
|
|
|
|
+ errors:
|
|
|
|
|
+ items:
|
|
|
|
|
+ description: Error represents a single error caught while adding a constraint to OPA
|
|
|
|
|
+ description: Error represents a single error caught while adding a
|
|
|
|
|
+ constraint to OPA
|
|
|
|
|
+ properties:
|
|
|
|
|
+ code:
|
|
|
|
|
+ type: string
|
|
|
|
@ -219,7 +234,7 @@ diff -x '*.tgz' -x '*.lock' -uNr packages/rancher-gatekeeper/charts-original/crd
|
|
|
|
|
diff -x '*.tgz' -x '*.lock' -uNr packages/rancher-gatekeeper/charts-original/crds/constrainttemplate-customresourcedefinition.yaml packages/rancher-gatekeeper/charts/crds/constrainttemplate-customresourcedefinition.yaml
|
|
|
|
|
--- packages/rancher-gatekeeper/charts-original/crds/constrainttemplate-customresourcedefinition.yaml
|
|
|
|
|
+++ packages/rancher-gatekeeper/charts/crds/constrainttemplate-customresourcedefinition.yaml
|
|
|
|
|
@@ -0,0 +1,106 @@
|
|
|
|
|
@@ -0,0 +1,110 @@
|
|
|
|
|
+apiVersion: apiextensions.k8s.io/v1beta1
|
|
|
|
|
+kind: CustomResourceDefinition
|
|
|
|
|
+metadata:
|
|
|
|
@ -248,10 +263,14 @@ diff -x '*.tgz' -x '*.lock' -uNr packages/rancher-gatekeeper/charts-original/crd
|
|
|
|
|
+ openAPIV3Schema:
|
|
|
|
|
+ properties:
|
|
|
|
|
+ apiVersion:
|
|
|
|
|
+ description: 'APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
|
|
|
|
|
+ description: 'APIVersion defines the versioned schema of this representation
|
|
|
|
|
+ of an object. Servers should convert recognized schemas to the latest
|
|
|
|
|
+ internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
|
|
|
|
|
+ type: string
|
|
|
|
|
+ kind:
|
|
|
|
|
+ description: 'Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
|
|
|
|
|
+ description: 'Kind is a string value representing the REST resource this
|
|
|
|
|
+ object represents. Servers may infer this from the endpoint the client
|
|
|
|
|
+ submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
|
|
|
|
|
+ type: string
|
|
|
|
|
+ metadata:
|
|
|
|
|
+ type: object
|
|
|
|
@ -329,7 +348,7 @@ diff -x '*.tgz' -x '*.lock' -uNr packages/rancher-gatekeeper/charts-original/crd
|
|
|
|
|
diff -x '*.tgz' -x '*.lock' -uNr packages/rancher-gatekeeper/charts-original/crds/constrainttemplatepodstatus-customresourcedefinition.yaml packages/rancher-gatekeeper/charts/crds/constrainttemplatepodstatus-customresourcedefinition.yaml
|
|
|
|
|
--- packages/rancher-gatekeeper/charts-original/crds/constrainttemplatepodstatus-customresourcedefinition.yaml
|
|
|
|
|
+++ packages/rancher-gatekeeper/charts/crds/constrainttemplatepodstatus-customresourcedefinition.yaml
|
|
|
|
|
@@ -0,0 +1,77 @@
|
|
|
|
|
@@ -0,0 +1,88 @@
|
|
|
|
|
+apiVersion: apiextensions.k8s.io/v1beta1
|
|
|
|
|
+kind: CustomResourceDefinition
|
|
|
|
|
+metadata:
|
|
|
|
@ -353,22 +372,29 @@ diff -x '*.tgz' -x '*.lock' -uNr packages/rancher-gatekeeper/charts-original/crd
|
|
|
|
|
+ scope: Namespaced
|
|
|
|
|
+ validation:
|
|
|
|
|
+ openAPIV3Schema:
|
|
|
|
|
+ description: ConstraintTemplatePodStatus is the Schema for the constrainttemplatepodstatuses API
|
|
|
|
|
+ description: ConstraintTemplatePodStatus is the Schema for the constrainttemplatepodstatuses
|
|
|
|
|
+ API
|
|
|
|
|
+ properties:
|
|
|
|
|
+ apiVersion:
|
|
|
|
|
+ description: 'APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
|
|
|
|
|
+ description: 'APIVersion defines the versioned schema of this representation
|
|
|
|
|
+ of an object. Servers should convert recognized schemas to the latest
|
|
|
|
|
+ internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
|
|
|
|
|
+ type: string
|
|
|
|
|
+ kind:
|
|
|
|
|
+ description: 'Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
|
|
|
|
|
+ description: 'Kind is a string value representing the REST resource this
|
|
|
|
|
+ object represents. Servers may infer this from the endpoint the client
|
|
|
|
|
+ submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
|
|
|
|
|
+ type: string
|
|
|
|
|
+ metadata:
|
|
|
|
|
+ type: object
|
|
|
|
|
+ status:
|
|
|
|
|
+ description: ConstraintTemplatePodStatusStatus defines the observed state of ConstraintTemplatePodStatus
|
|
|
|
|
+ description: ConstraintTemplatePodStatusStatus defines the observed state
|
|
|
|
|
+ of ConstraintTemplatePodStatus
|
|
|
|
|
+ properties:
|
|
|
|
|
+ errors:
|
|
|
|
|
+ items:
|
|
|
|
|
+ description: CreateCRDError represents a single error caught during parsing, compiling, etc.
|
|
|
|
|
+ description: CreateCRDError represents a single error caught during
|
|
|
|
|
+ parsing, compiling, etc.
|
|
|
|
|
+ properties:
|
|
|
|
|
+ code:
|
|
|
|
|
+ type: string
|
|
|
|
@ -382,7 +408,8 @@ diff -x '*.tgz' -x '*.lock' -uNr packages/rancher-gatekeeper/charts-original/crd
|
|
|
|
|
+ type: object
|
|
|
|
|
+ type: array
|
|
|
|
|
+ id:
|
|
|
|
|
+ description: 'Important: Run "make" to regenerate code after modifying this file'
|
|
|
|
|
+ description: 'Important: Run "make" to regenerate code after modifying
|
|
|
|
|
+ this file'
|
|
|
|
|
+ type: string
|
|
|
|
|
+ observedGeneration:
|
|
|
|
|
+ format: int64
|
|
|
|
@ -392,7 +419,10 @@ diff -x '*.tgz' -x '*.lock' -uNr packages/rancher-gatekeeper/charts-original/crd
|
|
|
|
|
+ type: string
|
|
|
|
|
+ type: array
|
|
|
|
|
+ templateUID:
|
|
|
|
|
+ description: UID is a type that holds unique ID values, including UUIDs. Because we don't ONLY use UUIDs, this is an alias to string. Being a type captures intent and helps make sure that UIDs and names do not get conflated.
|
|
|
|
|
+ description: UID is a type that holds unique ID values, including UUIDs. Because
|
|
|
|
|
+ we don't ONLY use UUIDs, this is an alias to string. Being a type
|
|
|
|
|
+ captures intent and helps make sure that UIDs and names do not get
|
|
|
|
|
+ conflated.
|
|
|
|
|
+ type: string
|
|
|
|
|
+ type: object
|
|
|
|
|
+ type: object
|
|
|
|
@ -415,10 +445,10 @@ diff -x '*.tgz' -x '*.lock' -uNr packages/rancher-gatekeeper/charts-original/ind
|
|
|
|
|
-entries:
|
|
|
|
|
- gatekeeper:
|
|
|
|
|
- - apiVersion: v1
|
|
|
|
|
- appVersion: v3.1.0-rc.1
|
|
|
|
|
- created: "2020-08-14T12:56:49.1898705-07:00"
|
|
|
|
|
- appVersion: v3.1.0-beta.11
|
|
|
|
|
- created: "2020-07-24T16:56:23.670543818-07:00"
|
|
|
|
|
- description: A Helm chart for Gatekeeper
|
|
|
|
|
- digest: 92d0b106768faa7d880fb772f7c6b2cba591ab348897db4317543241b32c7fb7
|
|
|
|
|
- digest: 937aeddadbeac8fa1b71169c4fcde5229fa8445b0caec6339dc7cae2ac10d43f
|
|
|
|
|
- home: https://github.com/open-policy-agent/gatekeeper
|
|
|
|
|
- keywords:
|
|
|
|
|
- - open policy agent
|
|
|
|
@ -426,9 +456,9 @@ diff -x '*.tgz' -x '*.lock' -uNr packages/rancher-gatekeeper/charts-original/ind
|
|
|
|
|
- sources:
|
|
|
|
|
- - https://github.com/open-policy-agent/gatekeeper.git
|
|
|
|
|
- urls:
|
|
|
|
|
- - https://raw.githubusercontent.com/open-policy-agent/gatekeeper/v3.1.0-rc.1/charts/gatekeeper/gatekeeper-v3.1.0-rc.1.tgz
|
|
|
|
|
- version: v3.1.0-rc.1
|
|
|
|
|
-generated: "2020-08-14T12:56:49.1890596-07:00"
|
|
|
|
|
- - https://raw.githubusercontent.com/open-policy-agent/gatekeeper/v3.1.0-beta.11/charts/gatekeeper/gatekeeper-v3.1.0-beta.11.tgz
|
|
|
|
|
- version: v3.1.0-beta.11
|
|
|
|
|
-generated: "2020-07-24T16:56:23.669766565-07:00"
|
|
|
|
|
diff -x '*.tgz' -x '*.lock' -uNr packages/rancher-gatekeeper/charts-original/templates/_helpers.tpl packages/rancher-gatekeeper/charts/templates/_helpers.tpl
|
|
|
|
|
--- packages/rancher-gatekeeper/charts-original/templates/_helpers.tpl
|
|
|
|
|
+++ packages/rancher-gatekeeper/charts/templates/_helpers.tpl
|
|
|
|
@ -444,11 +474,10 @@ diff -x '*.tgz' -x '*.lock' -uNr packages/rancher-gatekeeper/charts-original/tem
|
|
|
|
|
+{{- "" -}}
|
|
|
|
|
+{{- end -}}
|
|
|
|
|
+{{- end -}}
|
|
|
|
|
\ No newline at end of file
|
|
|
|
|
diff -x '*.tgz' -x '*.lock' -uNr packages/rancher-gatekeeper/charts-original/templates/config-customresourcedefinition.yaml packages/rancher-gatekeeper/charts/templates/config-customresourcedefinition.yaml
|
|
|
|
|
--- packages/rancher-gatekeeper/charts-original/templates/config-customresourcedefinition.yaml
|
|
|
|
|
+++ packages/rancher-gatekeeper/charts/templates/config-customresourcedefinition.yaml
|
|
|
|
|
@@ -1,112 +0,0 @@
|
|
|
|
|
@@ -1,119 +0,0 @@
|
|
|
|
|
-apiVersion: apiextensions.k8s.io/v1beta1
|
|
|
|
|
-kind: CustomResourceDefinition
|
|
|
|
|
-metadata:
|
|
|
|
@ -479,10 +508,14 @@ diff -x '*.tgz' -x '*.lock' -uNr packages/rancher-gatekeeper/charts-original/tem
|
|
|
|
|
- description: Config is the Schema for the configs API
|
|
|
|
|
- properties:
|
|
|
|
|
- apiVersion:
|
|
|
|
|
- description: 'APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
|
|
|
|
|
- description: 'APIVersion defines the versioned schema of this representation
|
|
|
|
|
- of an object. Servers should convert recognized schemas to the latest
|
|
|
|
|
- internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
|
|
|
|
|
- type: string
|
|
|
|
|
- kind:
|
|
|
|
|
- description: 'Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
|
|
|
|
|
- description: 'Kind is a string value representing the REST resource this
|
|
|
|
|
- object represents. Servers may infer this from the endpoint the client
|
|
|
|
|
- submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
|
|
|
|
|
- type: string
|
|
|
|
|
- metadata:
|
|
|
|
|
- type: object
|
|
|
|
@ -513,7 +546,8 @@ diff -x '*.tgz' -x '*.lock' -uNr packages/rancher-gatekeeper/charts-original/tem
|
|
|
|
|
- description: Configuration for syncing k8s objects
|
|
|
|
|
- properties:
|
|
|
|
|
- syncOnly:
|
|
|
|
|
- description: If non-empty, only entries on this list will be replicated into OPA
|
|
|
|
|
- description: If non-empty, only entries on this list will be replicated
|
|
|
|
|
- into OPA
|
|
|
|
|
- items:
|
|
|
|
|
- properties:
|
|
|
|
|
- group:
|
|
|
|
@ -529,11 +563,13 @@ diff -x '*.tgz' -x '*.lock' -uNr packages/rancher-gatekeeper/charts-original/tem
|
|
|
|
|
- description: Configuration for validation
|
|
|
|
|
- properties:
|
|
|
|
|
- traces:
|
|
|
|
|
- description: List of requests to trace. Both "user" and "kinds" must be specified
|
|
|
|
|
- description: List of requests to trace. Both "user" and "kinds"
|
|
|
|
|
- must be specified
|
|
|
|
|
- items:
|
|
|
|
|
- properties:
|
|
|
|
|
- dump:
|
|
|
|
|
- description: Also dump the state of OPA with the trace. Set to `All` to dump everything.
|
|
|
|
|
- description: Also dump the state of OPA with the trace. Set
|
|
|
|
|
- to `All` to dump everything.
|
|
|
|
|
- type: string
|
|
|
|
|
- kind:
|
|
|
|
|
- description: Only trace requests of the following GroupVersionKind
|
|
|
|
@ -564,7 +600,7 @@ diff -x '*.tgz' -x '*.lock' -uNr packages/rancher-gatekeeper/charts-original/tem
|
|
|
|
|
diff -x '*.tgz' -x '*.lock' -uNr packages/rancher-gatekeeper/charts-original/templates/constraintpodstatus-customresourcedefinition.yaml packages/rancher-gatekeeper/charts/templates/constraintpodstatus-customresourcedefinition.yaml
|
|
|
|
|
--- packages/rancher-gatekeeper/charts-original/templates/constraintpodstatus-customresourcedefinition.yaml
|
|
|
|
|
+++ packages/rancher-gatekeeper/charts/templates/constraintpodstatus-customresourcedefinition.yaml
|
|
|
|
|
@@ -1,78 +0,0 @@
|
|
|
|
|
@@ -1,86 +0,0 @@
|
|
|
|
|
-apiVersion: apiextensions.k8s.io/v1beta1
|
|
|
|
|
-kind: CustomResourceDefinition
|
|
|
|
|
-metadata:
|
|
|
|
@ -588,13 +624,18 @@ diff -x '*.tgz' -x '*.lock' -uNr packages/rancher-gatekeeper/charts-original/tem
|
|
|
|
|
- scope: Namespaced
|
|
|
|
|
- validation:
|
|
|
|
|
- openAPIV3Schema:
|
|
|
|
|
- description: ConstraintPodStatus is the Schema for the constraintpodstatuses API
|
|
|
|
|
- description: ConstraintPodStatus is the Schema for the constraintpodstatuses
|
|
|
|
|
- API
|
|
|
|
|
- properties:
|
|
|
|
|
- apiVersion:
|
|
|
|
|
- description: 'APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
|
|
|
|
|
- description: 'APIVersion defines the versioned schema of this representation
|
|
|
|
|
- of an object. Servers should convert recognized schemas to the latest
|
|
|
|
|
- internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
|
|
|
|
|
- type: string
|
|
|
|
|
- kind:
|
|
|
|
|
- description: 'Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
|
|
|
|
|
- description: 'Kind is a string value representing the REST resource this
|
|
|
|
|
- object represents. Servers may infer this from the endpoint the client
|
|
|
|
|
- submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
|
|
|
|
|
- type: string
|
|
|
|
|
- metadata:
|
|
|
|
|
- type: object
|
|
|
|
@ -602,13 +643,16 @@ diff -x '*.tgz' -x '*.lock' -uNr packages/rancher-gatekeeper/charts-original/tem
|
|
|
|
|
- description: ConstraintPodStatusStatus defines the observed state of ConstraintPodStatus
|
|
|
|
|
- properties:
|
|
|
|
|
- constraintUID:
|
|
|
|
|
- description: Storing the constraint UID allows us to detect drift, such as when a constraint has been recreated after its CRD was deleted out from under it, interrupting the watch
|
|
|
|
|
- description: Storing the constraint UID allows us to detect drift, such
|
|
|
|
|
- as when a constraint has been recreated after its CRD was deleted
|
|
|
|
|
- out from under it, interrupting the watch
|
|
|
|
|
- type: string
|
|
|
|
|
- enforced:
|
|
|
|
|
- type: boolean
|
|
|
|
|
- errors:
|
|
|
|
|
- items:
|
|
|
|
|
- description: Error represents a single error caught while adding a constraint to OPA
|
|
|
|
|
- description: Error represents a single error caught while adding a
|
|
|
|
|
- constraint to OPA
|
|
|
|
|
- properties:
|
|
|
|
|
- code:
|
|
|
|
|
- type: string
|
|
|
|
@ -646,7 +690,7 @@ diff -x '*.tgz' -x '*.lock' -uNr packages/rancher-gatekeeper/charts-original/tem
|
|
|
|
|
diff -x '*.tgz' -x '*.lock' -uNr packages/rancher-gatekeeper/charts-original/templates/constrainttemplate-customresourcedefinition.yaml packages/rancher-gatekeeper/charts/templates/constrainttemplate-customresourcedefinition.yaml
|
|
|
|
|
--- packages/rancher-gatekeeper/charts-original/templates/constrainttemplate-customresourcedefinition.yaml
|
|
|
|
|
+++ packages/rancher-gatekeeper/charts/templates/constrainttemplate-customresourcedefinition.yaml
|
|
|
|
|
@@ -1,107 +0,0 @@
|
|
|
|
|
@@ -1,111 +0,0 @@
|
|
|
|
|
-apiVersion: apiextensions.k8s.io/v1beta1
|
|
|
|
|
-kind: CustomResourceDefinition
|
|
|
|
|
-metadata:
|
|
|
|
@ -676,10 +720,14 @@ diff -x '*.tgz' -x '*.lock' -uNr packages/rancher-gatekeeper/charts-original/tem
|
|
|
|
|
- openAPIV3Schema:
|
|
|
|
|
- properties:
|
|
|
|
|
- apiVersion:
|
|
|
|
|
- description: 'APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
|
|
|
|
|
- description: 'APIVersion defines the versioned schema of this representation
|
|
|
|
|
- of an object. Servers should convert recognized schemas to the latest
|
|
|
|
|
- internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
|
|
|
|
|
- type: string
|
|
|
|
|
- kind:
|
|
|
|
|
- description: 'Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
|
|
|
|
|
- description: 'Kind is a string value representing the REST resource this
|
|
|
|
|
- object represents. Servers may infer this from the endpoint the client
|
|
|
|
|
- submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
|
|
|
|
|
- type: string
|
|
|
|
|
- metadata:
|
|
|
|
|
- type: object
|
|
|
|
@ -757,7 +805,7 @@ diff -x '*.tgz' -x '*.lock' -uNr packages/rancher-gatekeeper/charts-original/tem
|
|
|
|
|
diff -x '*.tgz' -x '*.lock' -uNr packages/rancher-gatekeeper/charts-original/templates/constrainttemplatepodstatus-customresourcedefinition.yaml packages/rancher-gatekeeper/charts/templates/constrainttemplatepodstatus-customresourcedefinition.yaml
|
|
|
|
|
--- packages/rancher-gatekeeper/charts-original/templates/constrainttemplatepodstatus-customresourcedefinition.yaml
|
|
|
|
|
+++ packages/rancher-gatekeeper/charts/templates/constrainttemplatepodstatus-customresourcedefinition.yaml
|
|
|
|
|
@@ -1,77 +0,0 @@
|
|
|
|
|
@@ -1,88 +0,0 @@
|
|
|
|
|
-apiVersion: apiextensions.k8s.io/v1beta1
|
|
|
|
|
-kind: CustomResourceDefinition
|
|
|
|
|
-metadata:
|
|
|
|
@ -781,22 +829,29 @@ diff -x '*.tgz' -x '*.lock' -uNr packages/rancher-gatekeeper/charts-original/tem
|
|
|
|
|
- scope: Namespaced
|
|
|
|
|
- validation:
|
|
|
|
|
- openAPIV3Schema:
|
|
|
|
|
- description: ConstraintTemplatePodStatus is the Schema for the constrainttemplatepodstatuses API
|
|
|
|
|
- description: ConstraintTemplatePodStatus is the Schema for the constrainttemplatepodstatuses
|
|
|
|
|
- API
|
|
|
|
|
- properties:
|
|
|
|
|
- apiVersion:
|
|
|
|
|
- description: 'APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
|
|
|
|
|
- description: 'APIVersion defines the versioned schema of this representation
|
|
|
|
|
- of an object. Servers should convert recognized schemas to the latest
|
|
|
|
|
- internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
|
|
|
|
|
- type: string
|
|
|
|
|
- kind:
|
|
|
|
|
- description: 'Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
|
|
|
|
|
- description: 'Kind is a string value representing the REST resource this
|
|
|
|
|
- object represents. Servers may infer this from the endpoint the client
|
|
|
|
|
- submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
|
|
|
|
|
- type: string
|
|
|
|
|
- metadata:
|
|
|
|
|
- type: object
|
|
|
|
|
- status:
|
|
|
|
|
- description: ConstraintTemplatePodStatusStatus defines the observed state of ConstraintTemplatePodStatus
|
|
|
|
|
- description: ConstraintTemplatePodStatusStatus defines the observed state
|
|
|
|
|
- of ConstraintTemplatePodStatus
|
|
|
|
|
- properties:
|
|
|
|
|
- errors:
|
|
|
|
|
- items:
|
|
|
|
|
- description: CreateCRDError represents a single error caught during parsing, compiling, etc.
|
|
|
|
|
- description: CreateCRDError represents a single error caught during
|
|
|
|
|
- parsing, compiling, etc.
|
|
|
|
|
- properties:
|
|
|
|
|
- code:
|
|
|
|
|
- type: string
|
|
|
|
@ -810,7 +865,8 @@ diff -x '*.tgz' -x '*.lock' -uNr packages/rancher-gatekeeper/charts-original/tem
|
|
|
|
|
- type: object
|
|
|
|
|
- type: array
|
|
|
|
|
- id:
|
|
|
|
|
- description: 'Important: Run "make" to regenerate code after modifying this file'
|
|
|
|
|
- description: 'Important: Run "make" to regenerate code after modifying
|
|
|
|
|
- this file'
|
|
|
|
|
- type: string
|
|
|
|
|
- observedGeneration:
|
|
|
|
|
- format: int64
|
|
|
|
@ -820,7 +876,10 @@ diff -x '*.tgz' -x '*.lock' -uNr packages/rancher-gatekeeper/charts-original/tem
|
|
|
|
|
- type: string
|
|
|
|
|
- type: array
|
|
|
|
|
- templateUID:
|
|
|
|
|
- description: UID is a type that holds unique ID values, including UUIDs. Because we don't ONLY use UUIDs, this is an alias to string. Being a type captures intent and helps make sure that UIDs and names do not get conflated.
|
|
|
|
|
- description: UID is a type that holds unique ID values, including UUIDs. Because
|
|
|
|
|
- we don't ONLY use UUIDs, this is an alias to string. Being a type
|
|
|
|
|
- captures intent and helps make sure that UIDs and names do not get
|
|
|
|
|
- conflated.
|
|
|
|
|
- type: string
|
|
|
|
|
- type: object
|
|
|
|
|
- type: object
|
|
|
|
@ -953,7 +1012,7 @@ diff -x '*.tgz' -x '*.lock' -uNr packages/rancher-gatekeeper/charts-original/tem
|
|
|
|
|
path: /v1/admit
|
|
|
|
|
failurePolicy: Ignore
|
|
|
|
|
name: validation.gatekeeper.sh
|
|
|
|
|
@@ -39,7 +39,7 @@
|
|
|
|
|
@@ -41,7 +41,7 @@
|
|
|
|
|
caBundle: Cg==
|
|
|
|
|
service:
|
|
|
|
|
name: gatekeeper-webhook-service
|
|
|
|
@ -998,9 +1057,9 @@ diff -x '*.tgz' -x '*.lock' -uNr packages/rancher-gatekeeper/charts-original/val
|
|
|
|
|
emitAuditEvents: false
|
|
|
|
|
image:
|
|
|
|
|
- repository: openpolicyagent/gatekeeper
|
|
|
|
|
- release: v3.1.0-rc.1
|
|
|
|
|
- release: v3.1.0-beta.11
|
|
|
|
|
+ repository: rancher/opa-gatekeeper
|
|
|
|
|
+ tag: v3.1.0-rc.1
|
|
|
|
|
+ tag: v3.1.0-beta.11
|
|
|
|
|
pullPolicy: IfNotPresent
|
|
|
|
|
nodeSelector: { kubernetes.io/os: linux }
|
|
|
|
|
affinity: {}
|
|
|
|
|