mirror of
https://github.com/kubernetes/client-go.git
synced 2026-05-15 03:33:11 +00:00
Drop CSR analogy, mark ObjectMeta +required,reduce limits (maxItems=500, maxLength=128) for etcd safety, add Errors printer column
Signed-off-by: Nour <nurmn3m@gmail.com> Kubernetes-commit: 8b9159baa41418bcc62592e9da3b878e7cd138ca
This commit is contained in:
committed by
Kubernetes Publisher
parent
4a9c8783a9
commit
ba785be0ac
@@ -31,11 +31,8 @@ import (
|
||||
// with apply.
|
||||
//
|
||||
// ResourcePoolStatusRequest triggers a one-time calculation of resource pool status
|
||||
// based on the provided filters. The request follows a request/response pattern similar
|
||||
// to CertificateSigningRequest - create a request, and the controller populates the status.
|
||||
//
|
||||
// Once status is set, the request is considered complete and will not
|
||||
// be reprocessed. Users should delete and recreate requests to get updated information.
|
||||
// based on the provided filters. Once status is set, the request is considered complete and will not be reprocessed.
|
||||
// Users should delete and recreate requests to get updated information.
|
||||
type ResourcePoolStatusRequestApplyConfiguration struct {
|
||||
v1.TypeMetaApplyConfiguration `json:",inline"`
|
||||
// Standard object metadata
|
||||
|
||||
Reference in New Issue
Block a user