mirror of
https://github.com/kyverno/kyverno.git
synced 2024-12-14 11:57:48 +00:00
Corrected description for UpdateRequest struct (#4215)
* Corrected description for UpdateRequest struct Signed-off-by: anutosh491 <andersonbhat491@gmail.com> * Added changes for docs Signed-off-by: anutosh491 <andersonbhat491@gmail.com> * Added diff shown in verify generate tests Signed-off-by: anutosh491 <andersonbhat491@gmail.com> Co-authored-by: shuting <shuting@nirmata.com>
This commit is contained in:
parent
81c699b4a5
commit
dafa27e928
6 changed files with 9 additions and 9 deletions
|
@ -53,7 +53,7 @@ type UpdateRequestStatus struct {
|
|||
// +kubebuilder:printcolumn:name="Age",type="date",JSONPath=".metadata.creationTimestamp"
|
||||
// +kubebuilder:resource:shortName=ur
|
||||
|
||||
// UpdateRequestStatus is a request to process mutate and generate rules in background.
|
||||
// UpdateRequest is a request to process mutate and generate rules in background.
|
||||
type UpdateRequest struct {
|
||||
metav1.TypeMeta `json:",inline"`
|
||||
metav1.ObjectMeta `json:"metadata,omitempty"`
|
||||
|
|
|
@ -7513,7 +7513,7 @@ spec:
|
|||
name: v1beta1
|
||||
schema:
|
||||
openAPIV3Schema:
|
||||
description: UpdateRequestStatus is a request to process mutate and generate rules in background.
|
||||
description: UpdateRequest is a request to process mutate and generate rules in background.
|
||||
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'
|
||||
|
|
|
@ -42,8 +42,8 @@ spec:
|
|||
name: v1beta1
|
||||
schema:
|
||||
openAPIV3Schema:
|
||||
description: UpdateRequestStatus is a request to process mutate and generate
|
||||
rules in background.
|
||||
description: UpdateRequest is a request to process mutate and generate rules
|
||||
in background.
|
||||
properties:
|
||||
apiVersion:
|
||||
description: 'APIVersion defines the versioned schema of this representation
|
||||
|
|
|
@ -11830,8 +11830,8 @@ spec:
|
|||
name: v1beta1
|
||||
schema:
|
||||
openAPIV3Schema:
|
||||
description: UpdateRequestStatus is a request to process mutate and generate
|
||||
rules in background.
|
||||
description: UpdateRequest is a request to process mutate and generate rules
|
||||
in background.
|
||||
properties:
|
||||
apiVersion:
|
||||
description: 'APIVersion defines the versioned schema of this representation
|
||||
|
|
|
@ -11821,8 +11821,8 @@ spec:
|
|||
name: v1beta1
|
||||
schema:
|
||||
openAPIV3Schema:
|
||||
description: UpdateRequestStatus is a request to process mutate and generate
|
||||
rules in background.
|
||||
description: UpdateRequest is a request to process mutate and generate rules
|
||||
in background.
|
||||
properties:
|
||||
apiVersion:
|
||||
description: 'APIVersion defines the versioned schema of this representation
|
||||
|
|
|
@ -34,7 +34,7 @@ Resource Types:
|
|||
<h3 id="kyverno.io/v1beta1.UpdateRequest">UpdateRequest
|
||||
</h3>
|
||||
<p>
|
||||
<p>UpdateRequestStatus is a request to process mutate and generate rules in background.</p>
|
||||
<p>UpdateRequest is a request to process mutate and generate rules in background.</p>
|
||||
</p>
|
||||
<table class="table table-striped">
|
||||
<thead class="thead-dark">
|
||||
|
|
Loading…
Reference in a new issue