diff --git a/.github/workflows/e2e-autogen-internals.yaml b/.github/workflows/e2e-autogen-internals.yaml index cdb3b32899..af430a1cac 100644 --- a/.github/workflows/e2e-autogen-internals.yaml +++ b/.github/workflows/e2e-autogen-internals.yaml @@ -14,7 +14,6 @@ on: - 'release*' paths-ignore: - 'README.md' - - 'docs/**' - '.github/config.yml' permissions: read-all diff --git a/docs/crd/v1/index.html b/docs/crd/v1/index.html index 4a837fd24d..acaa180804 100644 --- a/docs/crd/v1/index.html +++ b/docs/crd/v1/index.html @@ -45,7 +45,7 @@ Resource Types: -apiVersion
+apiVersion
string @@ -55,14 +55,14 @@ kyverno.io/v1 -kind
+kind
string ClusterPolicy -metadata
+metadata
Kubernetes meta/v1.ObjectMeta @@ -76,7 +76,7 @@ Refer to the Kubernetes API documentation for the fields of the -spec
+spec
Spec @@ -90,7 +90,7 @@ Spec
-rules
+rules
[]Rule @@ -104,7 +104,7 @@ each rule can validate, mutate, or generate resources.

-applyRules
+applyRules
ApplyRulesType @@ -121,7 +121,7 @@ set to All all rules in the policy are processed. The default is
-failurePolicy
+failurePolicy
FailurePolicyType @@ -137,7 +137,7 @@ Allowed values are Ignore or Fail. Defaults to Fail.

-validationFailureAction
+validationFailureAction
ValidationFailureAction @@ -154,7 +154,7 @@ Allowed values are audit or enforce. The default value is “audit”.
-validationFailureActionOverrides
+validationFailureActionOverrides
[]ValidationFailureActionOverride @@ -169,7 +169,7 @@ namespace-wise. It overrides ValidationFailureAction for the specified namespace
-background
+background
bool @@ -183,7 +183,7 @@ uses variables that are only available in the admission review request (e.g. use
-schemaValidation
+schemaValidation
bool @@ -196,7 +196,7 @@ Optional. The default value is set to “true”, it must be set to &ldq
-webhookTimeoutSeconds
+webhookTimeoutSeconds
int32 @@ -209,7 +209,7 @@ based on the failure policy. The default timeout is 10s, the value must be betwe
-mutateExistingOnPolicyUpdate
+mutateExistingOnPolicyUpdate
bool @@ -222,7 +222,7 @@ Default value is “false”.

-generateExistingOnPolicyUpdate
+generateExistingOnPolicyUpdate
bool @@ -239,7 +239,7 @@ Defaults to “false” if not specified.

-status
+status
PolicyStatus @@ -270,7 +270,7 @@ See: https://kyverno.io/docs
-apiVersion
+apiVersion
string
@@ -280,14 +280,14 @@ kyverno.io/v1
-kind
+kind
string
Policy
-metadata
+metadata
Kubernetes meta/v1.ObjectMeta @@ -301,7 +301,7 @@ Refer to the Kubernetes API documentation for the fields of the
-spec
+spec
Spec @@ -315,7 +315,7 @@ Spec
-rules
+rules
[]Rule @@ -329,7 +329,7 @@ each rule can validate, mutate, or generate resources.

-applyRules
+applyRules
ApplyRulesType @@ -346,7 +346,7 @@ set to All all rules in the policy are processed. The default is
-failurePolicy
+failurePolicy
FailurePolicyType @@ -362,7 +362,7 @@ Allowed values are Ignore or Fail. Defaults to Fail.

-validationFailureAction
+validationFailureAction
ValidationFailureAction @@ -379,7 +379,7 @@ Allowed values are audit or enforce. The default value is “audit”.
-validationFailureActionOverrides
+validationFailureActionOverrides
[]ValidationFailureActionOverride @@ -394,7 +394,7 @@ namespace-wise. It overrides ValidationFailureAction for the specified namespace
-background
+background
bool @@ -408,7 +408,7 @@ uses variables that are only available in the admission review request (e.g. use
-schemaValidation
+schemaValidation
bool @@ -421,7 +421,7 @@ Optional. The default value is set to “true”, it must be set to &ldq
-webhookTimeoutSeconds
+webhookTimeoutSeconds
int32 @@ -434,7 +434,7 @@ based on the failure policy. The default timeout is 10s, the value must be betwe
-mutateExistingOnPolicyUpdate
+mutateExistingOnPolicyUpdate
bool @@ -447,7 +447,7 @@ Default value is “false”.

-generateExistingOnPolicyUpdate
+generateExistingOnPolicyUpdate
bool @@ -464,7 +464,7 @@ Defaults to “false” if not specified.

-status
+status
PolicyStatus @@ -502,7 +502,7 @@ transform the retrieved JSON data.

-urlPath
+urlPath
string @@ -515,7 +515,7 @@ The format required is the same format used by the kubectl get --raw
-jmesPath
+jmesPath
string @@ -551,7 +551,7 @@ of deployments across all namespaces.

-admissionRequest
+admissionRequest
string @@ -562,7 +562,7 @@ string
-operation
+operation
Kubernetes admission/v1.Operation @@ -599,7 +599,7 @@ AllConditions get fulfilled only when all of its sub-conditions pass.

-any
+any
[]Condition @@ -616,7 +616,7 @@ Here, at least one of the conditions need to pass

-all
+all
[]Condition @@ -664,7 +664,7 @@ OCI registry and decodes them into a list of Statements.

-predicateType
+predicateType
string @@ -675,7 +675,7 @@ string
-conditions
+conditions
[]AnyAllConditions @@ -709,7 +709,7 @@ the attestation check is satisfied as long there are predicates that match the p
-keys
+keys
StaticKeyAttestor @@ -722,7 +722,7 @@ StaticKeyAttestor
-certificates
+certificates
CertificateAttestor @@ -735,7 +735,7 @@ CertificateAttestor
-keyless
+keyless
KeylessAttestor @@ -749,7 +749,7 @@ See https://gi
-attestor
+attestor
Kubernetes apiextensions/v1.JSON @@ -762,7 +762,7 @@ Kubernetes apiextensions/v1.JSON
-annotations
+annotations
map[string]string @@ -775,7 +775,7 @@ The payload may contain other key-value pairs.

-repository
+repository
string @@ -807,7 +807,7 @@ If specified Repository will override other OCI image repository locations for t
-count
+count
int @@ -820,7 +820,7 @@ value N, then N must be less than or equal to the size of entries, and at least
-entries
+entries
[]Attestor @@ -854,7 +854,7 @@ attributes for keyless verification, or a nested attestor declaration.

-rules
+rules
[]Rule @@ -888,7 +888,7 @@ attributes for keyless verification, or a nested attestor declaration.

-url
+url
string @@ -918,7 +918,7 @@ string
-cert
+cert
string @@ -929,7 +929,7 @@ string
-certChain
+certChain
string @@ -940,7 +940,7 @@ string
-rekor
+rekor
CTLog @@ -976,7 +976,7 @@ The resource kind is derived from the match criteria.

-namespace
+namespace
string @@ -988,7 +988,7 @@ string
-name
+name
string @@ -1019,7 +1019,7 @@ string
-key
+key
Kubernetes apiextensions/v1.JSON @@ -1032,7 +1032,7 @@ Kubernetes apiextensions/v1.JSON
-operator
+operator
ConditionOperator @@ -1048,7 +1048,7 @@ DurationLessThanOrEquals, DurationLessThan

-value
+value
Kubernetes apiextensions/v1.JSON @@ -1092,7 +1092,7 @@ or can be variables declared using JMESPath.

-name
+name
string @@ -1103,7 +1103,7 @@ string
-namespace
+namespace
string @@ -1137,7 +1137,7 @@ ConfigMap reference or a APILookup must be provided.

-name
+name
string @@ -1148,7 +1148,7 @@ string
-configMap
+configMap
ConfigMapReference @@ -1161,7 +1161,7 @@ ConfigMapReference
-apiCall
+apiCall
APICall @@ -1175,7 +1175,7 @@ data retrieved is stored in the context.

-imageRegistry
+imageRegistry
ImageRegistry @@ -1189,7 +1189,7 @@ details.

-variable
+variable
Variable @@ -1223,7 +1223,7 @@ Variable
-conditions
+conditions
Kubernetes apiextensions/v1.JSON @@ -1262,7 +1262,7 @@ Dryrun requires additional permissions. See config/dryrun/dryrun_rbac.yaml

-enable
+enable
bool @@ -1272,7 +1272,7 @@ bool
-namespace
+namespace
string @@ -1311,7 +1311,7 @@ string
-list
+list
string @@ -1323,7 +1323,7 @@ to which the validation logic is applied.

-context
+context
[]ContextEntry @@ -1337,7 +1337,7 @@ to which the validation logic is applied.

-preconditions
+preconditions
AnyAllConditions @@ -1353,7 +1353,7 @@ See: https://k
-patchStrategicMerge
+patchStrategicMerge
Kubernetes apiextensions/v1.JSON @@ -1369,7 +1369,7 @@ and https://tools.ietf.org/html/rf
-list
+list
string @@ -1414,7 +1414,7 @@ to which the validation logic is applied.

-elementScope
+elementScope
bool @@ -1428,7 +1428,7 @@ block to allow referencing other elements in the subtree.

-context
+context
[]ContextEntry @@ -1442,7 +1442,7 @@ block to allow referencing other elements in the subtree.

-preconditions
+preconditions
AnyAllConditions @@ -1458,7 +1458,7 @@ See: https://k
-pattern
+pattern
Kubernetes apiextensions/v1.JSON @@ -1472,7 +1472,7 @@ Kubernetes apiextensions/v1.JSON
-anyPattern
+anyPattern
Kubernetes apiextensions/v1.JSON @@ -1487,7 +1487,7 @@ must be satisfied for the validation rule to succeed.

-deny
+deny
Deny @@ -1517,7 +1517,7 @@ Deny
-metadata
+metadata
Kubernetes meta/v1.ObjectMeta @@ -1531,7 +1531,7 @@ Refer to the Kubernetes API documentation for the fields of the
-spec
+spec
GenerateRequestSpec @@ -1545,7 +1545,7 @@ GenerateRequestSpec
-policy
+policy
string @@ -1556,7 +1556,7 @@ string
-resource
+resource
ResourceSpec @@ -1569,7 +1569,7 @@ ResourceSpec
-context
+context
GenerateRequestContext @@ -1585,7 +1585,7 @@ GenerateRequestContext
-status
+status
GenerateRequestStatus @@ -1619,7 +1619,7 @@ GenerateRequestStatus
-userInfo
+userInfo
RequestInfo @@ -1632,7 +1632,7 @@ RequestInfo
-admissionRequestInfo
+admissionRequestInfo
AdmissionRequestInfoObject @@ -1665,7 +1665,7 @@ AdmissionRequestInfoObject
-policy
+policy
string @@ -1676,7 +1676,7 @@ string
-resource
+resource
ResourceSpec @@ -1689,7 +1689,7 @@ ResourceSpec
-context
+context
GenerateRequestContext @@ -1731,7 +1731,7 @@ GenerateRequestContext
-state
+state
GenerateRequestState @@ -1744,7 +1744,7 @@ GenerateRequestState
-message
+message
string @@ -1756,7 +1756,7 @@ string
-generatedResources
+generatedResources
[]ResourceSpec @@ -1790,7 +1790,7 @@ Will be used during clean up resources.

-ResourceSpec
+ResourceSpec
ResourceSpec @@ -1803,7 +1803,7 @@ ResourceSpec
-synchronize
+synchronize
bool @@ -1818,7 +1818,7 @@ Optional. Defaults to “false” if not specified.

-data
+data
Kubernetes apiextensions/v1.JSON @@ -1834,7 +1834,7 @@ resource will be created with default data only.

-clone
+clone
CloneFrom @@ -1865,7 +1865,7 @@ resource will be created with default data only.

-path
+path
string @@ -1878,7 +1878,7 @@ Wildcard keys are expanded in case of arrays or objects.

-value
+value
string @@ -1891,7 +1891,7 @@ This is useful when a custom ‘key’ is also defined.

-name
+name
string @@ -1904,7 +1904,7 @@ If this field is not defined, image entries will appear under ‘images.cust
-key
+key
string @@ -1946,7 +1946,7 @@ details.

-reference
+reference
string @@ -1958,7 +1958,7 @@ Example: ghcr.io/kyverno/kyverno:latest

-jmesPath
+jmesPath
string @@ -1994,7 +1994,7 @@ mutated to include the SHA digest retrieved during the registration.

-image
+image
string @@ -2007,7 +2007,7 @@ Deprecated. Use ImageReferences instead.

-imageReferences
+imageReferences
[]string @@ -2021,7 +2021,7 @@ Wildcards (‘*’ and ‘?’) are allowed. See: []AttestorSet @@ -2094,7 +2094,7 @@ Deprecated.

-attestations
+attestations
[]Attestation @@ -2109,7 +2109,7 @@ OCI registry and decodes them into a list of Statement declarations.

-annotations
+annotations
map[string]string @@ -2123,7 +2123,7 @@ Deprecated. Use annotations per Attestor instead.

-repository
+repository
string @@ -2136,7 +2136,7 @@ The repository can also be overridden per Attestor or Attestation.

-mutateDigest
+mutateDigest
bool @@ -2148,7 +2148,7 @@ Defaults to true.

-verifyDigest
+verifyDigest
bool @@ -2159,7 +2159,7 @@ bool
-required
+required
bool @@ -2189,7 +2189,7 @@ bool
-rekor
+rekor
CTLog @@ -2204,7 +2204,7 @@ is provided the public instance of Rekor (h
-issuer
+issuer
string @@ -2215,7 +2215,7 @@ string
-subject
+subject
string @@ -2226,7 +2226,7 @@ string
-roots
+roots
string @@ -2238,7 +2238,7 @@ If not provided, the system roots are used.

-additionalExtensions
+additionalExtensions
map[string]string @@ -2268,7 +2268,7 @@ map[string]string
-attestors
+attestors
[]AttestorSet @@ -2281,7 +2281,7 @@ map[string]string
-annotationDomain
+annotationDomain
string @@ -2293,7 +2293,7 @@ string
-ignoreFields
+ignoreFields
IgnoreFieldList @@ -2307,7 +2307,7 @@ IgnoreFieldList
-dryRun
+dryRun
DryRunOption @@ -2321,7 +2321,7 @@ DryRunOption
-repository
+repository
string @@ -2354,7 +2354,7 @@ which a policy rule is applicable.

-any
+any
ResourceFilters @@ -2368,7 +2368,7 @@ ResourceFilters
-all
+all
ResourceFilters @@ -2382,7 +2382,7 @@ ResourceFilters
-UserInfo
+UserInfo
UserInfo @@ -2398,7 +2398,7 @@ Please specify under “any” or “all” instead.

-resources
+resources
ResourceDescription @@ -2435,7 +2435,7 @@ Please specify under “any” or “all” instead.

-targets
+targets
[]ResourceSpec @@ -2449,7 +2449,7 @@ Please specify under “any” or “all” instead.

-patchStrategicMerge
+patchStrategicMerge
Kubernetes apiextensions/v1.JSON @@ -2465,7 +2465,7 @@ and https://tools.ietf.org/html/rf
-foreach
+foreach
[]ForEachMutation @@ -2507,7 +2507,7 @@ See https://tools.ietf.org/html/rf
-fields
+fields
[]string @@ -2517,7 +2517,7 @@ See https://tools.ietf.org/html/rf
-objects
+objects
github.com/sigstore/k8s-manifest-sigstore/pkg/k8smanifest.ObjectReferenceList @@ -2548,7 +2548,7 @@ by specifying exclusions for Pod Security Standards controls.

-level
+level
k8s.io/pod-security-admission/api.Level @@ -2560,7 +2560,7 @@ Allowed values are privileged, baseline, and restricted.

-version
+version
string @@ -2573,7 +2573,7 @@ Allowed values are v1.19, v1.20, v1.21, v1.22, v1.23, v1.24, v1.25, latest. Defa
-exclude
+exclude
[]PodSecurityStandard @@ -2606,7 +2606,7 @@ Allowed values are v1.19, v1.20, v1.21, v1.22, v1.23, v1.24, v1.25, latest. Defa
-controlName
+controlName
string @@ -2618,7 +2618,7 @@ See:
-ready
+ready
bool @@ -2696,7 +2696,7 @@ Deprecated in favor of Conditions

-conditions
+conditions
[]Kubernetes meta/v1.Condition @@ -2710,7 +2710,7 @@ Deprecated in favor of Conditions

-autogen
+autogen
AutogenStatus @@ -2744,7 +2744,7 @@ AutogenStatus
-roles
+roles
[]string @@ -2756,7 +2756,7 @@ AutogenStatus
-clusterRoles
+clusterRoles
[]string @@ -2768,7 +2768,7 @@ AutogenStatus
-userInfo
+userInfo
Kubernetes authentication/v1.UserInfo @@ -2803,7 +2803,7 @@ Kubernetes authentication/v1.UserInfo
-kinds
+kinds
[]string @@ -2815,7 +2815,7 @@ Kubernetes authentication/v1.UserInfo
-name
+name
string @@ -2829,7 +2829,7 @@ NOTE: “Name” is being deprecated in favor of “Names”.

-names
+names
[]string @@ -2842,7 +2842,7 @@ NOTE: “Name” is being deprecated in favor of “Names”.

-namespaces
+namespaces
[]string @@ -2855,7 +2855,7 @@ NOTE: “Name” is being deprecated in favor of “Names”.

-annotations
+annotations
map[string]string @@ -2869,7 +2869,7 @@ and values support the wildcard characters “*” (matches zero or many
-selector
+selector
Kubernetes meta/v1.LabelSelector @@ -2886,7 +2886,7 @@ using [”” : “”] matches any key and value but d
-namespaceSelector
+namespaceSelector
Kubernetes meta/v1.LabelSelector @@ -2920,7 +2920,7 @@ does not match an empty label set.

-UserInfo
+UserInfo
UserInfo @@ -2934,7 +2934,7 @@ UserInfo
-resources
+resources
ResourceDescription @@ -2978,7 +2978,7 @@ ResourceDescription
-apiVersion
+apiVersion
string @@ -2990,7 +2990,7 @@ string
-kind
+kind
string @@ -3001,7 +3001,7 @@ string
-namespace
+namespace
string @@ -3013,7 +3013,7 @@ string
-name
+name
string @@ -3048,7 +3048,7 @@ declaration to specify which resources to exclude.

-name
+name
string @@ -3059,7 +3059,7 @@ string
-context
+context
[]ContextEntry @@ -3073,7 +3073,7 @@ string
-match
+match
MatchResources @@ -3089,7 +3089,7 @@ At least one kind is required.

-exclude
+exclude
MatchResources @@ -3105,7 +3105,7 @@ and admission review request information like the name or role.

-imageExtractors
+imageExtractors
ImageExtractorConfigs @@ -3120,7 +3120,7 @@ This config is only valid for verifyImages rules.

-preconditions
+preconditions
Kubernetes apiextensions/v1.JSON @@ -3138,7 +3138,7 @@ See: https://k
-mutate
+mutate
Mutation @@ -3152,7 +3152,7 @@ Mutation
-validate
+validate
Validation @@ -3166,7 +3166,7 @@ Validation
-generate
+generate
Generation @@ -3180,7 +3180,7 @@ Generation
-verifyImages
+verifyImages
[]ImageVerification @@ -3215,7 +3215,7 @@ Generation
-rules
+rules
[]Rule @@ -3229,7 +3229,7 @@ each rule can validate, mutate, or generate resources.

-applyRules
+applyRules
ApplyRulesType @@ -3246,7 +3246,7 @@ set to All all rules in the policy are processed. The default is
-failurePolicy
+failurePolicy
FailurePolicyType @@ -3262,7 +3262,7 @@ Allowed values are Ignore or Fail. Defaults to Fail.

-validationFailureAction
+validationFailureAction
ValidationFailureAction @@ -3279,7 +3279,7 @@ Allowed values are audit or enforce. The default value is “audit”.
-validationFailureActionOverrides
+validationFailureActionOverrides
[]ValidationFailureActionOverride @@ -3294,7 +3294,7 @@ namespace-wise. It overrides ValidationFailureAction for the specified namespace
-background
+background
bool @@ -3308,7 +3308,7 @@ uses variables that are only available in the admission review request (e.g. use
-schemaValidation
+schemaValidation
bool @@ -3321,7 +3321,7 @@ Optional. The default value is set to “true”, it must be set to &ldq
-webhookTimeoutSeconds
+webhookTimeoutSeconds
int32 @@ -3334,7 +3334,7 @@ based on the failure policy. The default timeout is 10s, the value must be betwe
-mutateExistingOnPolicyUpdate
+mutateExistingOnPolicyUpdate
bool @@ -3347,7 +3347,7 @@ Default value is “false”.

-generateExistingOnPolicyUpdate
+generateExistingOnPolicyUpdate
bool @@ -3380,7 +3380,7 @@ Defaults to “false” if not specified.

-publicKeys
+publicKeys
string @@ -3395,7 +3395,7 @@ attestors and the count is applied across the keys.

-rekor
+rekor
CTLog @@ -3431,7 +3431,7 @@ Rekor (https://rekor.sigstore.dev) is u
-roles
+roles
[]string @@ -3443,7 +3443,7 @@ Rekor (https://rekor.sigstore.dev) is u
-clusterRoles
+clusterRoles
[]string @@ -3455,7 +3455,7 @@ Rekor (https://rekor.sigstore.dev) is u
-subjects
+subjects
[]Kubernetes rbac/v1.Subject @@ -3489,7 +3489,7 @@ Rekor (https://rekor.sigstore.dev) is u
-message
+message
string @@ -3501,7 +3501,7 @@ string
-manifests
+manifests
Manifests @@ -3515,7 +3515,7 @@ Manifests
-foreach
+foreach
[]ForEachValidation @@ -3529,7 +3529,7 @@ Manifests
-pattern
+pattern
Kubernetes apiextensions/v1.JSON @@ -3543,7 +3543,7 @@ Kubernetes apiextensions/v1.JSON
-anyPattern
+anyPattern
Kubernetes apiextensions/v1.JSON @@ -3558,7 +3558,7 @@ must be satisfied for the validation rule to succeed.

-deny
+deny
Deny @@ -3572,7 +3572,7 @@ Deny
-podSecurity
+podSecurity
PodSecurity @@ -3616,7 +3616,7 @@ by specifying exclusions for Pod Security Standards controls.

-action
+action
ValidationFailureAction @@ -3628,7 +3628,7 @@ ValidationFailureAction
-namespaces
+namespaces
[]string @@ -3658,7 +3658,7 @@ ValidationFailureAction
-value
+value
Kubernetes apiextensions/v1.JSON @@ -3672,7 +3672,7 @@ Kubernetes apiextensions/v1.JSON
-jmesPath
+jmesPath
string @@ -3685,7 +3685,7 @@ transform the variable.

-default
+default
Kubernetes apiextensions/v1.JSON @@ -3716,7 +3716,7 @@ expression evaluates to nil

-name
+name
string @@ -3727,7 +3727,7 @@ string
-type
+type
string @@ -3738,7 +3738,7 @@ string
-message
+message
string @@ -3750,7 +3750,7 @@ string
-status
+status
string diff --git a/docs/crd/v1alpha2/index.html b/docs/crd/v1alpha2/index.html index c9f2fefd97..db9a170cf2 100644 --- a/docs/crd/v1alpha2/index.html +++ b/docs/crd/v1alpha2/index.html @@ -48,7 +48,7 @@ Resource Types:
-apiVersion
+apiVersion
string
@@ -58,14 +58,14 @@ kyverno.io/v1alpha2
-kind
+kind
string
ClusterReportChangeRequest
-metadata
+metadata
Kubernetes meta/v1.ObjectMeta @@ -79,7 +79,7 @@ Refer to the Kubernetes API documentation for the fields of the
-scope
+scope
Kubernetes core/v1.ObjectReference @@ -93,7 +93,7 @@ Kubernetes core/v1.ObjectReference
-scopeSelector
+scopeSelector
Kubernetes meta/v1.LabelSelector @@ -108,7 +108,7 @@ Either one of, or none of, but not both of, Scope or ScopeSelector should be spe
-summary
+summary
github.com/kyverno/kyverno/api/policyreport/v1alpha2.PolicyReportSummary @@ -120,7 +120,7 @@ github.com/kyverno/kyverno/api/policyreport/v1alpha2.PolicyReportSummary
-results
+results
[]github.com/kyverno/kyverno/api/policyreport/v1alpha2.PolicyReportResult @@ -148,7 +148,7 @@ github.com/kyverno/kyverno/api/policyreport/v1alpha2.PolicyReportSummary
-apiVersion
+apiVersion
string
@@ -158,14 +158,14 @@ kyverno.io/v1alpha2
-kind
+kind
string
ReportChangeRequest
-metadata
+metadata
Kubernetes meta/v1.ObjectMeta @@ -179,7 +179,7 @@ Refer to the Kubernetes API documentation for the fields of the
-scope
+scope
Kubernetes core/v1.ObjectReference @@ -193,7 +193,7 @@ Kubernetes core/v1.ObjectReference
-scopeSelector
+scopeSelector
Kubernetes meta/v1.LabelSelector @@ -208,7 +208,7 @@ Either one of, or none of, but not both of, Scope or ScopeSelector should be spe
-summary
+summary
github.com/kyverno/kyverno/api/policyreport/v1alpha2.PolicyReportSummary @@ -220,7 +220,7 @@ github.com/kyverno/kyverno/api/policyreport/v1alpha2.PolicyReportSummary
-results
+results
[]github.com/kyverno/kyverno/api/policyreport/v1alpha2.PolicyReportResult diff --git a/docs/crd/v1beta1/index.html b/docs/crd/v1beta1/index.html index 35bd6c92b7..3af4c7c72c 100644 --- a/docs/crd/v1beta1/index.html +++ b/docs/crd/v1beta1/index.html @@ -46,7 +46,7 @@ Resource Types:
-apiVersion
+apiVersion
string
@@ -56,14 +56,14 @@ kyverno.io/v1beta1
-kind
+kind
string
UpdateRequest
-metadata
+metadata
Kubernetes meta/v1.ObjectMeta @@ -77,7 +77,7 @@ Refer to the Kubernetes API documentation for the fields of the
-spec
+spec
UpdateRequestSpec @@ -91,7 +91,7 @@ UpdateRequestSpec
-requestType
+requestType
RequestType @@ -104,7 +104,7 @@ RequestType
-policy
+policy
string @@ -115,7 +115,7 @@ string
-resource
+resource
github.com/kyverno/kyverno/api/kyverno/v1.ResourceSpec @@ -126,7 +126,7 @@ github.com/kyverno/kyverno/api/kyverno/v1.ResourceSpec
-context
+context
UpdateRequestSpecContext @@ -142,7 +142,7 @@ UpdateRequestSpecContext
-status
+status
UpdateRequestStatus @@ -176,7 +176,7 @@ UpdateRequestStatus
-admissionRequest
+admissionRequest
Kubernetes admission/v1.AdmissionRequest @@ -189,7 +189,7 @@ Kubernetes admission/v1.AdmissionRequest
-operation
+operation
Kubernetes admission/v1.Operation @@ -222,7 +222,7 @@ Kubernetes admission/v1.Operation
-roles
+roles
[]string @@ -234,7 +234,7 @@ Kubernetes admission/v1.Operation
-clusterRoles
+clusterRoles
[]string @@ -246,7 +246,7 @@ Kubernetes admission/v1.Operation
-userInfo
+userInfo
Kubernetes authentication/v1.UserInfo @@ -288,7 +288,7 @@ Kubernetes authentication/v1.UserInfo
-requestType
+requestType
RequestType @@ -301,7 +301,7 @@ RequestType
-policy
+policy
string @@ -312,7 +312,7 @@ string
-resource
+resource
github.com/kyverno/kyverno/api/kyverno/v1.ResourceSpec @@ -323,7 +323,7 @@ github.com/kyverno/kyverno/api/kyverno/v1.ResourceSpec
-context
+context
UpdateRequestSpecContext @@ -356,7 +356,7 @@ UpdateRequestSpecContext
-userInfo
+userInfo
RequestInfo @@ -369,7 +369,7 @@ RequestInfo
-admissionRequestInfo
+admissionRequestInfo
AdmissionRequestInfoObject @@ -411,7 +411,7 @@ AdmissionRequestInfoObject
-handler
+handler
string @@ -422,7 +422,7 @@ string
-state
+state
UpdateRequestState @@ -435,7 +435,7 @@ UpdateRequestState
-message
+message
string @@ -447,7 +447,7 @@ string
-generatedResources
+generatedResources
[]github.com/kyverno/kyverno/api/kyverno/v1.ResourceSpec diff --git a/docs/template/members.tpl b/docs/template/members.tpl index 6d35fb7339..8015187869 100644 --- a/docs/template/members.tpl +++ b/docs/template/members.tpl @@ -4,7 +4,7 @@ {{ if not (hiddenMember .)}}
- {{ fieldName . }}
+ {{ fieldName . }}
{{ if linkForType .Type }} diff --git a/docs/template/type.tpl b/docs/template/type.tpl index b4c7dddfb3..6ec775c979 100644 --- a/docs/template/type.tpl +++ b/docs/template/type.tpl @@ -34,7 +34,7 @@ {{ if isExportedType . }}
- apiVersion
+ apiVersion
string
@@ -44,7 +44,7 @@
- kind
+ kind
string
{{.Name.Name}}