- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 2991 - 3000 of about 10,000 for filetype:html (2.43 sec)
-
Client Authentication (v1) | Kubernetes
Resource Types ExecCredential ExecCredential ExecCredential is used by exec-based plugins to communicate credentials to HTTP transports. FieldDescription apiVersionstringclient.authentication.k8s.io/v1 kindstringExecCredential spec [Required] ExecCredentialSpec Spec holds information passed to the plugin by the transport. status ExecCredentialStatus Status is filled in by the plugin and holds the credentials that the transport should use to contact the API. Cluster Appears in: ExecCredentialSpec Cluster contains information to allow an exec plugin to communicate with the kubernetes cluster being authenticated to.kubernetes.io/docs/reference/config-api/client-authentication.v1/ Similar Results (1)Registered: Fri Dec 12 09:16:44 UTC 2025 - 464.9K bytes - Viewed (0) -
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/ Similar Results (1)Registered: Fri Dec 12 09:09:01 UTC 2025 - 470.6K bytes - Viewed (0) -
Git - git-diff-tree Documentation
English ▾ English Français Português (Brasil) Русский українська мова 简体中文 Topics ▾ Setup and Config git config help ...git-scm.com/docs/git-diff-tree/2.33.2 Similar Results (4)Registered: Fri Dec 12 09:09:16 UTC 2025 - Last Modified: Fri Dec 12 04:46:38 UTC 2025 - 202K bytes - Viewed (0) -
compiler:compile – Apache Maven Compiler Plugin
compiler:compile Full name : org.apache.maven.plugins:maven-compiler-plugin:4.0.0-beta-3:compile Description : Compil...maven.apache.org/plugins/maven-compiler-plugin-4.x/compile-mojo.htmlRegistered: Fri Dec 12 09:09:23 UTC 2025 - Last Modified: Wed Oct 15 20:54:32 UTC 2025 - 85.3K bytes - Viewed (0) -
Using Non-Javac Compilers – Apache Maven Compil...
Using Non-Javac Compilers Contrary to this plugin's name, the Compiler Plugin does not compile the sources of your pr...maven.apache.org/plugins/maven-compiler-plugin-4.x/examples/non-javac-compilers.htmlRegistered: Fri Dec 12 09:09:27 UTC 2025 - Last Modified: Wed Oct 15 20:54:32 UTC 2025 - 11.1K bytes - Viewed (0) -
Setting the --source and --target of the Java C...
Setting the --source and --target of the Java Compiler Using --source and --target options is not recommended. If you...maven.apache.org/plugins/maven-compiler-plugin-4.x/examples/set-compiler-source-and-target.htmlRegistered: Fri Dec 12 09:09:54 UTC 2025 - Last Modified: Wed Oct 15 20:54:32 UTC 2025 - 10.9K bytes - Viewed (0) -
kubectl config view | Kubernetes
Synopsis Display merged kubeconfig settings or a specified kubeconfig file. You can use --output jsonpath={...} to extract specific values using a jsonpath expression. kubectl config view [flags] Examples # Show merged kubeconfig settings kubectl config view # Show merged kubeconfig settings, raw certificate data, and exposed secrets kubectl config view --raw # Get the password for the e2e user kubectl config view -o jsonpath='{.users[?(@.name == "e2e")].user.password}' 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_config/kubectl_config_view/Registered: Fri Dec 12 09:09:55 UTC 2025 - 468.2K bytes - Viewed (0) -
mxnet.np.cos — Apache MXNet documentation
mxnet.np.cos cos ( x , out=None , **kwargs ) Cosine, element-wise. Parameters x ( ndarray or scalar ) – Angle, in rad...mxnet.apache.org/versions/master/api/python/docs/api/np/generated/mxnet.np.cos.htmlRegistered: Fri Dec 12 09:10:48 UTC 2025 - Last Modified: Thu Jan 05 05:04:49 UTC 2023 - 136.1K bytes - Viewed (0) -
mxnet.np.linalg.qr — Apache MXNet documentation
mxnet.np.linalg.qr qr ( a , mode='reduced' ) Compute the qr factorization of a matrix a. Factor the matrix a as qr, w...mxnet.apache.org/versions/master/api/python/docs/api/np/generated/mxnet.np.linalg.qr.htmlRegistered: Fri Dec 12 09:10:52 UTC 2025 - Last Modified: Thu Jan 05 05:04:49 UTC 2023 - 138.9K bytes - Viewed (0) -
kubectl auth can-i | Kubernetes
Synopsis Check whether an action is allowed. VERB is a logical Kubernetes API verb like 'get', 'list', 'watch', 'delete', etc. TYPE is a Kubernetes resource. Shortcuts and groups will be resolved. NONRESOURCEURL is a partial URL that starts with "/". NAME is the name of a particular Kubernetes resource. This command pairs nicely with impersonation. See --as global flag. kubectl auth can-i VERB [TYPE | TYPE/NAME | NONRESOURCEURL] Examples # Check to see if I can create pods in any namespace kubectl auth can-i create pods --all-namespaces # Check to see if I can list deployments in my current namespace kubectl auth can-i list deployments.kubernetes.io/docs/reference/kubectl/generated/kubectl_auth/kubectl_auth_can-i/Registered: Fri Dec 12 09:09:43 UTC 2025 - 468.2K bytes - Viewed (0)