Merge pull request #126482 from LionelJouin/fix-dra-comment

DRA: Fix ResourceClaimTemplateSpec comment
This commit is contained in:
Kubernetes Prow Robot
2024-08-14 00:21:07 -07:00
committed by GitHub
7 changed files with 7 additions and 7 deletions

View File

@@ -47187,7 +47187,7 @@ func schema_k8sio_api_resource_v1alpha3_ResourceClaimTemplateSpec(ref common.Ref
Properties: map[string]spec.Schema{
"metadata": {
SchemaProps: spec.SchemaProps{
Description: "ObjectMeta may contain labels and annotations that will be copied into the PVC when creating it. No other fields are allowed and will be rejected during validation.",
Description: "ObjectMeta may contain labels and annotations that will be copied into the ResourceClaim when creating it. No other fields are allowed and will be rejected during validation.",
Default: map[string]interface{}{},
Ref: ref("k8s.io/apimachinery/pkg/apis/meta/v1.ObjectMeta"),
},