Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Popular Words: [xss] %27 テスト test

Results 1431 - 1440 of over 10,000 for content_length:[100000 TO 499999] (1.81 seconds)

  1. kubectl create deployment | Kubernetes

    Synopsis Create a deployment with the specified name. kubectl create deployment NAME --image=image -- [COMMAND] [args...] Examples # Create a deployment named my-dep that runs the busybox image kubectl create deployment my-dep --image=busybox # Create a deployment with a command kubectl create deployment my-dep --image=busybox -- date # Create a deployment named my-dep that runs the nginx image with 3 replicas kubectl create deployment my-dep --image=nginx --replicas=3 # Create a deployment named my-dep that runs the busybox image and expose port 5701 kubectl create deployment my-dep --image=busybox --port=5701 # Create a deployment named my-dep that runs multiple containers kubectl create deployment my-dep --image=busybox:latest --image=ubuntu:latest --image=nginx 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_deployment/
    Fri Feb 06 08:38:32 GMT 2026
      481.5K bytes
  2. mxnet.np.empty — Apache MXNet documentation

    mxnet.np.empty empty ( shape , dtype=None , order='C' , device=None ) Return a new array of given shape and type, wit...
    mxnet.apache.org/versions/master/api/python/docs/api/np/generated/mxnet.np.empty.html
    Thu Jan 05 05:04:49 GMT 2023
      136.4K bytes
  3. kubectl config delete-user | Kubernetes

    Synopsis Delete the specified user from the kubeconfig. kubectl config delete-user NAME Examples # Delete the minikube user kubectl config delete-user minikube Options -h, --help help for delete-user Parent Options Inherited --as string Username to impersonate for the operation. User could be a regular user or a service account in a namespace. --as-group strings Group to impersonate for the operation, this flag can be repeated to specify multiple groups.
    kubernetes.io/docs/reference/kubectl/generated/kubectl_config/kubectl_config_delete-user/
    Fri Feb 06 08:38:11 GMT 2026
      475.7K bytes
      Similar Results (7)
  4. mxnet.np — Apache MXNet documentation

    mxnet.np This section contains the mxnet.np API reference documentation. The topics here explain the functions, modul...
    mxnet.apache.org/versions/master/api/python/docs/api/np/index.html
    Thu Jan 05 05:04:49 GMT 2023
      137.1K bytes
  5. 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/
    Fri Feb 06 08:37:51 GMT 2026
      480.9K bytes
      Similar Results (1)
  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.html
    Thu Jan 05 05:04:49 GMT 2023
      135.5K bytes
  7. 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
  8. 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.html
    Thu Jan 05 05:04:49 GMT 2023
      135.1K bytes
  9. mxnet.np.radians — Apache MXNet documentation

    mxnet.np.radians radians ( x , out=None , **kwargs ) Convert angles from degrees to radians. Parameters x ( ndarray o...
    mxnet.apache.org/versions/master/api/python/docs/api/np/generated/mxnet.np.radians.html
    Thu Jan 05 05:04:49 GMT 2023
      135.6K bytes
  10. mxnet.np.sinh — Apache MXNet documentation

    mxnet.np.sinh sinh ( x , out=None , **kwargs ) Hyperbolic sine, element-wise. Equivalent to 1/2 * (np.exp(x) - np.exp...
    mxnet.apache.org/versions/master/api/python/docs/api/np/generated/mxnet.np.sinh.html
    Thu Jan 05 05:04:49 GMT 2023
      136.1K bytes
Back to Top