"description":"allowedUsages specifies a set of usage contexts the key will be valid for. See: https://tools.ietf.org/html/rfc5280#section-4.2.1.3\n https://tools.ietf.org/html/rfc5280#section-4.2.1.12",
"type":"array",
"items":{
"type":"string"
}
},
"username":{
"username":{
"description":"Information about the requesting user (if relevant) See user.Info interface for details",
"description":"Information about the requesting user (if relevant) See user.Info interface for details",
"description":"allowedUsages specifies a set of usage contexts the key will be valid for. See: https://tools.ietf.org/html/rfc5280#section-4.2.1.3\n https://tools.ietf.org/html/rfc5280#section-4.2.1.12"
},
"username":{
"username":{
"type":"string",
"type":"string",
"description":"Information about the requesting user (if relevant) See user.Info interface for details"
"description":"Information about the requesting user (if relevant) See user.Info interface for details"
<tdclass="tableblock halign-left valign-top"><pclass="tableblock">allowedUsages specifies a set of usage contexts the key will be valid for. See: <ahref="https://tools.ietf.org/html/rfc5280#section-4.2.1.3">https://tools.ietf.org/html/rfc5280#section-4.2.1.3</a><br>
<tdclass="tableblock halign-left valign-top"><pclass="tableblock">Information about the requesting user (if relevant) See user.Info interface for details</p></td>
<tdclass="tableblock halign-left valign-top"><pclass="tableblock">Information about the requesting user (if relevant) See user.Info interface for details</p></td>
"":"This information is immutable after the request is created. Only the Request and ExtraInfo fields can be set on creation, other fields are derived by Kubernetes and cannot be modified by users.",
"":"This information is immutable after the request is created. Only the Request and ExtraInfo fields can be set on creation, other fields are derived by Kubernetes and cannot be modified by users.",
"request":"Base64-encoded PKCS#10 CSR data",
"request":"Base64-encoded PKCS#10 CSR data",
"usages":"allowedUsages specifies a set of usage contexts the key will be valid for. See: https://tools.ietf.org/html/rfc5280#section-4.2.1.3\n https://tools.ietf.org/html/rfc5280#section-4.2.1.12",
"username":"Information about the requesting user (if relevant) See user.Info interface for details",
"username":"Information about the requesting user (if relevant) See user.Info interface for details",
@@ -8930,6 +8930,20 @@ var OpenAPIDefinitions *common.OpenAPIDefinitions = &common.OpenAPIDefinitions{
...
@@ -8930,6 +8930,20 @@ var OpenAPIDefinitions *common.OpenAPIDefinitions = &common.OpenAPIDefinitions{
Format:"byte",
Format:"byte",
},
},
},
},
"usages":{
SchemaProps:spec.SchemaProps{
Description:"allowedUsages specifies a set of usage contexts the key will be valid for. See: https://tools.ietf.org/html/rfc5280#section-4.2.1.3\n https://tools.ietf.org/html/rfc5280#section-4.2.1.12",
Type:[]string{"array"},
Items:&spec.SchemaOrArray{
Schema:&spec.Schema{
SchemaProps:spec.SchemaProps{
Type:[]string{"string"},
Format:"",
},
},
},
},
},
"username":{
"username":{
SchemaProps:spec.SchemaProps{
SchemaProps:spec.SchemaProps{
Description:"Information about the requesting user (if relevant) See user.Info interface for details",
Description:"Information about the requesting user (if relevant) See user.Info interface for details",