You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description: `The OpenShift API exposes operations for managing an enterprise Kubernetes cluster, including security and user management, application deployments, image and source builds, HTTP(s) routing, and project management.`,
266
-
},
267
-
}
268
-
269
-
// customizeSwaggerDefinition applies selective patches to the swagger API docs
270
-
// TODO: move most of these upstream or to go-restful
model.Description="this may be any JSON object with a 'kind' and 'apiVersion' field; and is preserved unmodified by processing"
293
-
models.Put("runtime.RawExtension", model)
294
-
295
-
model, _=models.At("patch.Object")
296
-
model.Description="represents an object patch, which may be any of: JSON patch (RFC 6902), JSON merge patch (RFC 7396), or the Kubernetes strategic merge patch"
0 commit comments