1
0
Fork 0
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:
Anutosh Bhat 2022-07-19 17:46:50 +05:30 committed by GitHub
parent 81c699b4a5
commit dafa27e928
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 9 additions and 9 deletions

View file

@ -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"`

View file

@ -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'

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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">