mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-05 15:37:19 +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:printcolumn:name="Age",type="date",JSONPath=".metadata.creationTimestamp"
|
||||||
// +kubebuilder:resource:shortName=ur
|
// +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 {
|
type UpdateRequest struct {
|
||||||
metav1.TypeMeta `json:",inline"`
|
metav1.TypeMeta `json:",inline"`
|
||||||
metav1.ObjectMeta `json:"metadata,omitempty"`
|
metav1.ObjectMeta `json:"metadata,omitempty"`
|
||||||
|
|
|
@ -7513,7 +7513,7 @@ spec:
|
||||||
name: v1beta1
|
name: v1beta1
|
||||||
schema:
|
schema:
|
||||||
openAPIV3Schema:
|
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:
|
properties:
|
||||||
apiVersion:
|
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'
|
||||||
|
|
|
@ -42,8 +42,8 @@ spec:
|
||||||
name: v1beta1
|
name: v1beta1
|
||||||
schema:
|
schema:
|
||||||
openAPIV3Schema:
|
openAPIV3Schema:
|
||||||
description: UpdateRequestStatus is a request to process mutate and generate
|
description: UpdateRequest is a request to process mutate and generate rules
|
||||||
rules in background.
|
in background.
|
||||||
properties:
|
properties:
|
||||||
apiVersion:
|
apiVersion:
|
||||||
description: 'APIVersion defines the versioned schema of this representation
|
description: 'APIVersion defines the versioned schema of this representation
|
||||||
|
|
|
@ -11830,8 +11830,8 @@ spec:
|
||||||
name: v1beta1
|
name: v1beta1
|
||||||
schema:
|
schema:
|
||||||
openAPIV3Schema:
|
openAPIV3Schema:
|
||||||
description: UpdateRequestStatus is a request to process mutate and generate
|
description: UpdateRequest is a request to process mutate and generate rules
|
||||||
rules in background.
|
in background.
|
||||||
properties:
|
properties:
|
||||||
apiVersion:
|
apiVersion:
|
||||||
description: 'APIVersion defines the versioned schema of this representation
|
description: 'APIVersion defines the versioned schema of this representation
|
||||||
|
|
|
@ -11821,8 +11821,8 @@ spec:
|
||||||
name: v1beta1
|
name: v1beta1
|
||||||
schema:
|
schema:
|
||||||
openAPIV3Schema:
|
openAPIV3Schema:
|
||||||
description: UpdateRequestStatus is a request to process mutate and generate
|
description: UpdateRequest is a request to process mutate and generate rules
|
||||||
rules in background.
|
in background.
|
||||||
properties:
|
properties:
|
||||||
apiVersion:
|
apiVersion:
|
||||||
description: 'APIVersion defines the versioned schema of this representation
|
description: 'APIVersion defines the versioned schema of this representation
|
||||||
|
|
|
@ -34,7 +34,7 @@ Resource Types:
|
||||||
<h3 id="kyverno.io/v1beta1.UpdateRequest">UpdateRequest
|
<h3 id="kyverno.io/v1beta1.UpdateRequest">UpdateRequest
|
||||||
</h3>
|
</h3>
|
||||||
<p>
|
<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>
|
</p>
|
||||||
<table class="table table-striped">
|
<table class="table table-striped">
|
||||||
<thead class="thead-dark">
|
<thead class="thead-dark">
|
||||||
|
|
Loading…
Add table
Reference in a new issue