summaryrefslogtreecommitdiff
path: root/vendor/github.com/openshift/api/config/v1/types.go
diff options
context:
space:
mode:
authorValentin Rothberg <rothberg@redhat.com>2020-01-21 15:57:47 +0100
committerValentin Rothberg <rothberg@redhat.com>2020-01-21 19:13:52 +0100
commita0c5762fe886b9b2e0c73cb0639d18096f9c8ade (patch)
tree28f47560b9a2862b09210c6715a60b3cda79e402 /vendor/github.com/openshift/api/config/v1/types.go
parentfb2bd26f7331ee3a1ca9690d9c2960ccadebc68f (diff)
downloadpodman-a0c5762fe886b9b2e0c73cb0639d18096f9c8ade.tar.gz
podman-a0c5762fe886b9b2e0c73cb0639d18096f9c8ade.tar.bz2
podman-a0c5762fe886b9b2e0c73cb0639d18096f9c8ade.zip
go.mod: fix parse error
Fix the go.mod parsing error caused by updating openshift/api. Fixes: #4728 Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
Diffstat (limited to 'vendor/github.com/openshift/api/config/v1/types.go')
-rw-r--r--vendor/github.com/openshift/api/config/v1/types.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/vendor/github.com/openshift/api/config/v1/types.go b/vendor/github.com/openshift/api/config/v1/types.go
index ca36f6777..142748423 100644
--- a/vendor/github.com/openshift/api/config/v1/types.go
+++ b/vendor/github.com/openshift/api/config/v1/types.go
@@ -167,6 +167,7 @@ type AdmissionPluginConfig struct {
// Configuration is an embedded configuration object to be used as the plugin's
// configuration. If present, it will be used instead of the path to the configuration file.
// +nullable
+ // +kubebuilder:pruning:PreserveUnknownFields
Configuration runtime.RawExtension `json:"configuration"`
}
@@ -210,6 +211,7 @@ type AuditConfig struct {
// as the audit policy configuration. If present, it will be used instead of
// the path to the policy file.
// +nullable
+ // +kubebuilder:pruning:PreserveUnknownFields
PolicyConfiguration runtime.RawExtension `json:"policyConfiguration"`
// Format of saved audits (legacy or json).