- Sort Score
- Num 10 results
- Language All
- Labels All
Results 3481 - 3490 of over 10,000 for filetype:html (1.97 seconds)
-
kubectl create rolebinding | Kubernetes
Synopsis Create a role binding for a particular role or cluster role. kubectl create rolebinding NAME --clusterrole=NAME|--role=NAME [--user=username] [--group=groupname] [--serviceaccount=namespace:serviceaccountname] [--dry-run=server|client|none] Examples # Create a role binding for user1, user2, and group1 using the admin cluster role kubectl create rolebinding admin --clusterrole=admin --user=user1 --user=user2 --group=group1 # Create a role binding for service account monitoring:sa-dev using the admin role kubectl create rolebinding admin-binding --role=admin --serviceaccount=monitoring:sa-dev Options --allow-missing-template-keys Default: true If true, ignore any errors in templates when a field or map key is missing in the template.kubernetes.io/docs/reference/kubectl/generated/kubectl_create/kubectl_create_rolebinding/ -
Git - git-clean Documentation
Português (Brasil) ▾ English Français Português (Brasil) Svenska українська мова 简体中文 Topics ▾ Setup and Config git c...git-scm.com/docs/git-clean/pt_BRThu Feb 05 05:07:00 GMT 2026 41.3K bytes -
Git - git-clean Documentation
English ▾ English Français Português (Brasil) Svenska українська мова 简体中文 Topics ▾ Setup and Config git config help ...git-scm.com/docs/git-clean/2.42.1 -
Git - git-read-tree Documentation
English ▾ English Português (Brasil) українська мова 简体中文 Topics ▾ Setup and Config git config help bugreport Credent...git-scm.com/docs/git-read-tree/2.25.0 -
Git - githooks Documentation
English ▾ English Topics ▾ Setup and Config git config help bugreport Credential helpers Getting and Creating Project...git-scm.com/docs/githooks/2.53.0 -
Project Plugin Management – Apache Maven RAR Pl...
Project Plugin Management GroupId ArtifactId Version com.diffplug.spotless spotless-maven-plugin 2.44.5 org.apache.ma...maven.apache.org/plugins/maven-rar-plugin/plugin-management.html -
Git - githooks Documentation
English ▾ English Topics ▾ Setup and Config git config help bugreport Credential helpers Getting and Creating Project...git-scm.com/docs/githooks/2.14.6 -
mxnet.np.linalg.det — Apache MXNet documentation
mxnet.np.linalg.det det ( a ) Compute the determinant of an array. Parameters a ( ( .. , M , M ) ndarray ) – Input ar...mxnet.apache.org/versions/master/api/python/docs/api/np/generated/mxnet.np.linalg.det.htmlThu Jan 05 05:04:49 GMT 2023 135.5K bytes -
kubectl rollout undo | Kubernetes
Synopsis Roll back to a previous rollout. kubectl rollout undo (TYPE NAME | TYPE/NAME) [flags] Examples # Roll back to the previous deployment kubectl rollout undo deployment/abc # Roll back to daemonset revision 3 kubectl rollout undo daemonset/abc --to-revision=3 # Roll back to the previous deployment with dry-run kubectl rollout undo --dry-run=server deployment/abc Options --allow-missing-template-keys Default: true If true, ignore any errors in templates when a field or map key is missing in the template.kubernetes.io/docs/reference/kubectl/generated/kubectl_rollout/kubectl_rollout_undo/Fri Feb 06 08:45:40 GMT 2026 478.7K bytes -
mxnet.np.tan — Apache MXNet documentation
mxnet.np.tan tan ( x , out=None , **kwargs ) Compute tangent element-wise. Equivalent to np.sin(x)/np.cos(x) element-...mxnet.apache.org/versions/master/api/python/docs/api/np/generated/mxnet.np.tan.htmlThu Jan 05 05:04:49 GMT 2023 135.1K bytes