mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-30 06:54:01 +00:00
run make update
This commit is contained in:
parent
0a8c207a59
commit
2c19a5d43c
@ -99,9 +99,10 @@ message Event {
|
|||||||
|
|
||||||
// Annotations is an unstructured key value map stored with an audit event that may be set by
|
// Annotations is an unstructured key value map stored with an audit event that may be set by
|
||||||
// plugins invoked in the request serving chain, including authentication, authorization and
|
// plugins invoked in the request serving chain, including authentication, authorization and
|
||||||
// admission plugins. Keys should uniquely identify the informing component to avoid name
|
// admission plugins. Note that these annotations are for the audit event, and do not correspond
|
||||||
// collisions (e.g. podsecuritypolicy.admission.k8s.io/policy). Values should be short. Annotations
|
// to the metadata.annotations of the submitted object. Keys should uniquely identify the informing
|
||||||
// are included in the Metadata level.
|
// component to avoid name collisions (e.g. podsecuritypolicy.admission.k8s.io/policy). Values
|
||||||
|
// should be short. Annotations are included in the Metadata level.
|
||||||
// +optional
|
// +optional
|
||||||
map<string, string> annotations = 15;
|
map<string, string> annotations = 15;
|
||||||
}
|
}
|
||||||
|
@ -105,9 +105,10 @@ message Event {
|
|||||||
|
|
||||||
// Annotations is an unstructured key value map stored with an audit event that may be set by
|
// Annotations is an unstructured key value map stored with an audit event that may be set by
|
||||||
// plugins invoked in the request serving chain, including authentication, authorization and
|
// plugins invoked in the request serving chain, including authentication, authorization and
|
||||||
// admission plugins. Keys should uniquely identify the informing component to avoid name
|
// admission plugins. Note that these annotations are for the audit event, and do not correspond
|
||||||
// collisions (e.g. podsecuritypolicy.admission.k8s.io/policy). Values should be short. Annotations
|
// to the metadata.annotations of the submitted object. Keys should uniquely identify the informing
|
||||||
// are included in the Metadata level.
|
// component to avoid name collisions (e.g. podsecuritypolicy.admission.k8s.io/policy). Values
|
||||||
|
// should be short. Annotations are included in the Metadata level.
|
||||||
// +optional
|
// +optional
|
||||||
map<string, string> annotations = 17;
|
map<string, string> annotations = 17;
|
||||||
}
|
}
|
||||||
|
@ -109,9 +109,10 @@ message Event {
|
|||||||
|
|
||||||
// Annotations is an unstructured key value map stored with an audit event that may be set by
|
// Annotations is an unstructured key value map stored with an audit event that may be set by
|
||||||
// plugins invoked in the request serving chain, including authentication, authorization and
|
// plugins invoked in the request serving chain, including authentication, authorization and
|
||||||
// admission plugins. Keys should uniquely identify the informing component to avoid name
|
// admission plugins. Note that these annotations are for the audit event, and do not correspond
|
||||||
// collisions (e.g. podsecuritypolicy.admission.k8s.io/policy). Values should be short. Annotations
|
// to the metadata.annotations of the submitted object. Keys should uniquely identify the informing
|
||||||
// are included in the Metadata level.
|
// component to avoid name collisions (e.g. podsecuritypolicy.admission.k8s.io/policy). Values
|
||||||
|
// should be short. Annotations are included in the Metadata level.
|
||||||
// +optional
|
// +optional
|
||||||
map<string, string> annotations = 17;
|
map<string, string> annotations = 17;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user