Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Qihoo360/wayne
/ functions
Functions
5,456 in github.com/Qihoo360/wayne
⨍
Functions
5,456
◇
Types & classes
3,209
Method
URLMapping
()
src/backend/controllers/ingress/ingress_tpl.go:19
Method
URLMapping
()
src/backend/controllers/kubernetes/daemonset/daemonset.go:19
Method
URLMapping
()
src/backend/controllers/kubernetes/namespace/namespace.go:26
Method
URLMapping
()
src/backend/controllers/kubernetes/ingress/ingress.go:21
Method
URLMapping
()
src/backend/controllers/kubernetes/service/service.go:21
Method
URLMapping
()
src/backend/controllers/kubernetes/pvc/pvc.go:18
Method
URLMapping
()
src/backend/controllers/kubernetes/pvc/robin.go:25
Method
URLMapping
()
src/backend/controllers/kubernetes/proxy/proxy.go:23
Method
URLMapping
()
src/backend/controllers/kubernetes/log/log.go:17
Method
URLMapping
()
src/backend/controllers/kubernetes/pod/pod.go:17
Method
URLMapping
()
src/backend/controllers/kubernetes/job/job.go:21
Method
URLMapping
()
src/backend/controllers/kubernetes/crd/custom-crd.go:25
Method
URLMapping
()
src/backend/controllers/kubernetes/crd/crd.go:19
Method
URLMapping
()
src/backend/controllers/kubernetes/configmap/configmap.go:18
Method
URLMapping
()
src/backend/controllers/kubernetes/statefulset/statefulset.go:26
Method
URLMapping
()
src/backend/controllers/kubernetes/deployment/deployment.go:32
Method
URLMapping
()
src/backend/controllers/kubernetes/cronjob/cronjob.go:19
Method
URLMapping
()
src/backend/controllers/kubernetes/pv/pv.go:19
Method
URLMapping
()
src/backend/controllers/kubernetes/pv/robin.go:23
Method
URLMapping
()
src/backend/controllers/kubernetes/secret/secret.go:18
Method
URLMapping
()
src/backend/controllers/kubernetes/hpa/hpa.go:18
Method
URLMapping
()
src/backend/controllers/kubernetes/event/event.go:20
Method
URLMapping
()
src/backend/controllers/kubernetes/node/node.go:30
Method
URLMapping
()
src/backend/controllers/pvc/pvc.go:15
Method
URLMapping
()
src/backend/controllers/pvc/pvc_tpl.go:19
Method
URLMapping
()
src/backend/controllers/bill/bill.go:23
Method
URLMapping
()
src/backend/controllers/permission/group.go:15
Method
URLMapping
()
src/backend/controllers/permission/namespace_user.go:19
Method
URLMapping
()
src/backend/controllers/permission/app_user.go:20
Method
URLMapping
()
src/backend/controllers/permission/user.go:15
Method
URLMapping
()
src/backend/controllers/permission/permission.go:15
Method
URLMapping
()
src/backend/controllers/auditlog/auditlog.go:13
Method
URLMapping
()
src/backend/controllers/apikey/apikey.go:20
Method
URLMapping
()
src/backend/controllers/app/app.go:16
Method
URLMapping
()
src/backend/controllers/customlink/custom_link.go:15
Method
URLMapping
()
src/backend/controllers/customlink/link_type.go:15
Method
URLMapping
()
src/backend/controllers/customlink/showlink.go:20
Method
URLMapping
()
src/backend/controllers/configmap/configmap_tpl.go:19
Method
URLMapping
()
src/backend/controllers/configmap/configmap.go:15
Method
URLMapping
()
src/backend/controllers/statefulset/statefulset.go:15
Method
URLMapping
()
src/backend/controllers/statefulset/statefulset_tpl.go:19
Method
URLMapping
()
src/backend/controllers/deployment/deployment.go:15
Method
URLMapping
()
src/backend/controllers/deployment/deployment_tpl.go:19
Method
URLMapping
()
src/backend/controllers/cronjob/cronjob.go:15
Method
URLMapping
()
src/backend/controllers/cronjob/cronjob_template.go:19
Method
URLMapping
()
src/backend/controllers/secret/secret_tpl.go:19
Method
URLMapping
()
src/backend/controllers/secret/secret.go:15
Method
URLMapping
()
src/backend/controllers/publishstatus/publishstatus.go:13
Method
URLMapping
()
src/backend/controllers/config/baseconfig.go:20
Method
URLMapping
()
src/backend/controllers/config/config.go:17
Method
URLMapping
()
src/backend/controllers/hpa/hpa.go:15
Method
URLMapping
()
src/backend/controllers/hpa/hpa_tpl.go:19
Method
URLMapping
()
src/backend/controllers/publish/publish_history.go:15
Method
URLMapping
()
src/backend/controllers/webhook/webhook.go:16
Method
URLMapping
()
src/backend/controllers/cluster/cluster.go:16
Method
Up
Run the migrations
src/backend/database/migrations/20190312_154209_v1_6.go:32
Method
Update
(kind string, namespace string, name string, object *runtime.Unknown)
src/backend/client/handler.go:57
Method
Update
@Title Update @Description update the DaemonSetTemplate @Param id path int true "The id you want to update" @Param body body models.DaemonSetTemp
src/backend/controllers/daemonset/daemonset_tpl.go:147
Method
Update
@Title Update @Description update the DaemonSet @Param id path int true "The id you want to update" @Param body body models.DaemonSet true "The
src/backend/controllers/daemonset/daemonset.go:160
Method
Update
@Title Update @Description update the namespace @Param id path int true "The id you want to update" @Param body body models.Namespace true "The
src/backend/controllers/namespace/namespace.go:169
Method
Update
@router /:id([0-9]+) [put]
src/backend/controllers/ingress/ingress.go:140
Method
Update
@Title Update @Description update the ingrTpl @Param id path int true "The id you want to update" @Param body body models.ingrTemplate true "The
src/backend/controllers/ingress/ingress_tpl.go:146
Method
Update
@Title Update @Description Update the resource @Param cluster path string true "the cluster name" @Param kind path string true "the resource kin
src/backend/controllers/kubernetes/proxy/proxy.go:164
Method
Update
@Title Update @Description update the CustomResourceDefinition @Param namespace path string true "the namespace name" @router /:name [put]
src/backend/controllers/kubernetes/crd/custom-crd.go:106
Method
Update
@Title Update @Description update the CustomResourceDefinition @router /:name [put]
src/backend/controllers/kubernetes/crd/crd.go:98
Method
Update
@Title Update @Description update the PersistentVolume @router /:name/clusters/:cluster [put]
src/backend/controllers/kubernetes/pv/pv.go:97
Method
Update
@Title Update @Description update the Node @router /:name/clusters/:cluster [put]
src/backend/controllers/kubernetes/node/node.go:147
Method
Update
@Title Update @Description update the PersistentVolumeClaim @Param id path int true "The id you want to update" @Param body body models.Persisten
src/backend/controllers/pvc/pvc.go:163
Method
Update
@Title Update @Description update the PersistentVolumeClaimTemplate @Param id path int true "The id you want to update" @Param body body models.P
src/backend/controllers/pvc/pvc_tpl.go:145
Method
Update
@Title Update @Description update the group @Param id path int true "The id you want to update" @Param body body models.Group true "The body" @S
src/backend/controllers/permission/group.go:124
Method
Update
@Title Update @Description update the NamespaceUser @Param id path int true "The id you want to update" @Param body body models.NamespaceUser tru
src/backend/controllers/permission/namespace_user.go:157
Method
Update
@Title Update @Description update the AppUser @Param id path int true "The id you want to update" @Param body body models.AppUser true "The body
src/backend/controllers/permission/app_user.go:243
Method
Update
@Title Update @Description update the user @Param id path int true "The id you want to update" @Param body body models.User true "The body" @Suc
src/backend/controllers/permission/user.go:211
Method
Update
@Title Update @Description update the permission @Param id path int true "The id you want to update" @Param body body models.Permission true "Th
src/backend/controllers/permission/permission.go:118
Method
Update
@Title Update @Description update the App @Param id path int true "The id you want to update" @Param body body models.APIKey true "The body" @Su
src/backend/controllers/apikey/apikey.go:123
Method
Update
@Title Update @Description update the App @Param id path int true "The id you want to update" @Param body body models.App true "The body" @Succe
src/backend/controllers/app/app.go:177
Method
Update
@Title Update @Description update the object @Param id path int true "The id you want to update" @Param body body models.CustomLink true "The bo
src/backend/controllers/customlink/custom_link.go:119
Method
Update
@Title Update @Description update the object @Param id path int true "The id you want to update" @Param body body models.LinkType true "The body
src/backend/controllers/customlink/link_type.go:102
Method
Update
@Title Update @Description update the ConfigMapTemplate @Param id path int true "The id you want to update" @Param body body models.ConfigMapTemp
src/backend/controllers/configmap/configmap_tpl.go:146
Method
Update
@Title Update @Description update the ConfigMap @Param id path int true "The id you want to update" @Param body body models.ConfigMap true "The
src/backend/controllers/configmap/configmap.go:163
Method
Update
@Title Update @Description update the Statefulset @Param id path int true "The id you want to update" @Param body body models.Statefulset true "
src/backend/controllers/statefulset/statefulset.go:159
Method
Update
@Title Update @Description update the StatefulsetTemplate @Param id path int true "The id you want to update" @Param body body models.Statefulset
src/backend/controllers/statefulset/statefulset_tpl.go:146
Method
Update
@Title Update @Description update the Deployment @Param id path int true "The id you want to update" @Param body body models.Deployment true "Th
src/backend/controllers/deployment/deployment.go:165
Method
Update
@Title Update @Description update the DeploymentTemplate @Param id path int true "The id you want to update" @Param body body models.DeploymentTe
src/backend/controllers/deployment/deployment_tpl.go:148
Method
Update
@Title Update @Description update the Cronjob @Param id path int true "The id you want to update" @Param body body models.Cronjob true "The body
src/backend/controllers/cronjob/cronjob.go:164
Method
Update
@Title Update @Description update the CronjobTemplate @Param id path int true "The id you want to update" @Param body body models.CronjobTemplate
src/backend/controllers/cronjob/cronjob_template.go:147
Method
Update
@Title Update @Description update the SecretTemplate @Param id path int true "The id you want to update" @Param body body models.SecretTemplate t
src/backend/controllers/secret/secret_tpl.go:147
Method
Update
@Title Update @Description update the Secret @Param id path int true "The id you want to update" @Param body body models.Secret true "The body"
src/backend/controllers/secret/secret.go:162
Method
Update
@Title Update @Description update the object @Param id path int true "The id you want to update" @Param body body models.Config true "The body"
src/backend/controllers/config/config.go:94
Method
Update
@router /:id([0-9]+) [put]
src/backend/controllers/hpa/hpa.go:137
Method
Update
@router /:id([0-9]+) [put]
src/backend/controllers/hpa/hpa_tpl.go:126
Method
Update
@Title Update @Description update the WebHook @Param id path int true "The id you want to update" @Param body body models.WebHook true "The body
src/backend/controllers/webhook/webhook.go:129
Method
Update
@Title Update @Description update the object @Param name path string true "The name you want to update" @Param body body models.Cluster true "Th
src/backend/controllers/cluster/cluster.go:95
Method
Update
(replicas int32, deploy *Deployment, cluster string)
src/backend/models/deployment.go:205
Method
UpdateAdmin
@Title Update @Description update the user admin @Param id path int true "The id you want to update" @Param body body models.User true "The body
src/backend/controllers/permission/user.go:186
Method
UpdateById
(m *PersistentVolumeClaim)
src/backend/models/pvc.go:79
Method
UpdateById
(m *Cronjob)
src/backend/models/cronjob.go:101
Method
UpdateById
(m *ConfigMap)
src/backend/models/configmap.go:79
Method
UpdateById
(m *ConfigMapTemplate)
src/backend/models/configmap_template.go:42
Method
UpdateById
(m *Ingress)
src/backend/models/ingress.go:74
← previous
next →
2,001–2,100 of 5,456, ranked by callers