"description":"The name attribute of the resource associated with the status StatusReason (when there is a single name which can be described)."
},
"group":{
"type":"string",
"description":"The group attribute of the resource associated with the status StatusReason."
},
"kind":{
"type":"string",
"description":"The kind attribute of the resource associated with the status StatusReason. On some operations may differ from the requested resource Kind. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds"
"description":"The name attribute of the resource associated with the status StatusReason (when there is a single name which can be described)."
},
"group":{
"type":"string",
"description":"The group attribute of the resource associated with the status StatusReason."
},
"kind":{
"type":"string",
"description":"The kind attribute of the resource associated with the status StatusReason. On some operations may differ from the requested resource Kind. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds"
<tdclass="tableblock halign-left valign-top"><pclass="tableblock">The group attribute of the resource associated with the status StatusReason.</p></td>
<tdclass="tableblock halign-left valign-top"><pclass="tableblock">The kind attribute of the resource associated with the status StatusReason. On some operations may differ from the requested resource Kind. More info: <ahref="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds</a></p></td>
<tdclass="tableblock halign-left valign-top"><pclass="tableblock">The group attribute of the resource associated with the status StatusReason.</p></td>
<tdclass="tableblock halign-left valign-top"><pclass="tableblock">The kind attribute of the resource associated with the status StatusReason. On some operations may differ from the requested resource Kind. More info: <ahref="http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds">http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds</a></p></td>
"":"StatusDetails is a set of additional properties that MAY be set by the server to provide additional information about a response. The Reason field of a Status object defines what attributes will be set. Clients must ignore fields that do not match the defined type of each attribute, and should assume that any attribute may be empty, invalid, or under defined.",
"name":"The name attribute of the resource associated with the status StatusReason (when there is a single name which can be described).",
"group":"The group attribute of the resource associated with the status StatusReason.",
"kind":"The kind attribute of the resource associated with the status StatusReason. On some operations may differ from the requested resource Kind. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds",
"causes":"The Causes array includes more details associated with the StatusReason failure. Not all StatusReasons may provide detailed causes.",
"retryAfterSeconds":"If specified, the time in seconds before the operation should be retried.",
returnnil,false,apierrors.NewConflict("Pod",inPod.Name,fmt.Errorf("existing %v, new %v",p.updatePod.ResourceVersion,inPod.ResourceVersion))
returnnil,false,apierrors.NewConflict(api.Resource("pods"),inPod.Name,fmt.Errorf("existing %v, new %v",p.updatePod.ResourceVersion,inPod.ResourceVersion))
`Error from server: Invalid2 "invalidation" is invalid: [field1: invalid value 'multi1', Details: details, field2: invalid value 'multi2', Details: details]`,
returnnil,nil,kubeerr.NewConflict(e.EndpointName,name,fmt.Errorf("the object has been modified; please apply your changes to the latest version and try again"))
returnnil,nil,kubeerr.NewConflict(e.QualifiedResource,name,fmt.Errorf("the object has been modified; please apply your changes to the latest version and try again"))
// prior to final deletion, we must ensure that finalizers is empty
iflen(namespace.Spec.Finalizers)!=0{
err=apierrors.NewConflict("Namespace",namespace.Name,fmt.Errorf("The system is ensuring all content is removed from this namespace. Upon completion, this namespace will automatically be purged by the system."))
err=apierrors.NewConflict(api.Resource("namespaces"),namespace.Name,fmt.Errorf("The system is ensuring all content is removed from this namespace. Upon completion, this namespace will automatically be purged by the system."))
iferr:=storage.Allocate(net.ParseIP("192.168.1.2"));!strings.Contains(err.Error(),"cannot allocate resources of type serviceipallocation at this time"){
iferr:=storage.Allocate(net.ParseIP("192.168.1.2"));!strings.Contains(err.Error(),"cannot allocate resources of type serviceipallocations at this time"){