- Sort Score
- Num 10 results
- Language All
- Labels All
Results 3501 - 3510 of over 10,000 for filetype:html (0.81 seconds)
-
kuberc (v1alpha1) | Kubernetes
Resource Types Preference Preference Preference stores elements of KubeRC configuration file FieldDescription apiVersionstringkubectl.config.k8s.io/v1alpha1 kindstringPreference overrides [Required] []CommandDefaults overrides allows changing default flag values of commands. This is especially useful, when user doesn't want to explicitly set flags each time. aliases [Required] []AliasOverride aliases allow defining command aliases for existing kubectl commands, with optional default flag values. If the alias name collides with a built-in command, built-in command always takes precedence. Flag overrides defined in the overrides section do NOT apply to aliases for the same command.kubernetes.io/docs/reference/config-api/kuberc.v1alpha1/Fri Feb 06 08:48:28 GMT 2026 473.6K bytes -
Git - git-cat-file Documentation
English ▾ English Français Português (Brasil) українська мова 简体中文 Topics ▾ Setup and Config git config help bugrepor...git-scm.com/docs/git-cat-file/2.38.0Thu Feb 05 05:06:55 GMT 2026 68K bytes -
Project Dependencies – Apache Maven Compiler Pl...
Fork me on GitHub Project Dependencies compile The following is a list of compile dependencies for this project. Thes...maven.apache.org/plugins/maven-compiler-plugin/dependencies.htmlSun Feb 01 19:10:51 GMT 2026 95.9K bytes -
mxnet.np.arctanh — Apache MXNet documentation
mxnet.np.arctanh arctanh ( x , out=None , **kwargs ) Inverse hyperbolic tangent, element-wise. >>>np.atanh is np.arct...mxnet.apache.org/versions/master/api/python/docs/api/np/generated/mxnet.np.arctanh.htmlThu Jan 05 05:04:49 GMT 2023 136.6K bytes -
Git - git-cat-file Documentation
Português (Brasil) ▾ English Français Português (Brasil) українська мова 简体中文 Topics ▾ Setup and Config git config he...git-scm.com/docs/git-cat-file/pt_BRThu Feb 05 05:06:55 GMT 2026 72.7K bytes -
mxnet.np.rint — Apache MXNet documentation
mxnet.np.rint rint ( x , out=None , **kwargs ) Round elements of the array to the nearest integer. Parameters x ( nda...mxnet.apache.org/versions/master/api/python/docs/api/np/generated/mxnet.np.rint.htmlThu Jan 05 05:04:49 GMT 2023 135.7K bytes -
mxnet.np.cosh — Apache MXNet documentation
mxnet.np.cosh cosh ( x , out=None , **kwargs ) Hyperbolic cosine, element-wise. Equivalent to 1/2 * (np.exp(x) + np.e...mxnet.apache.org/versions/master/api/python/docs/api/np/generated/mxnet.np.cosh.htmlThu Jan 05 05:04:49 GMT 2023 135K bytes -
Kubectl user preferences (kuberc) | Kubernetes
FEATURE STATE: Kubernetes 1.34 [beta] A Kubernetes kuberc configuration file allows you to define preferences for kubectl, such as default options and command aliases. Unlike the kubeconfig file, a kuberc configuration file does not contain cluster details, usernames or passwords. On Linux / POSIX computers, the default location of this configuration file is $HOME/.kube/kuberc. The default path on Windows is similar: %USERPROFILE%\.kube\kuberc. To provide kubectl with a path to a custom kuberc file, use the --kuberc command line option, or set the KUBERC environment variable.kubernetes.io/docs/reference/kubectl/kuberc/Fri Feb 06 08:47:55 GMT 2026 498.6K bytes -
Introduction – Apache Maven Compiler Plugin
Fork me on GitHub Apache Maven Compiler Plugin The Compiler Plugin is used to compile the sources of your project. Th...maven.apache.org/plugins/maven-compiler-plugin/index.html -
kubectl set subject | Kubernetes
Synopsis Update the user, group, or service account in a role binding or cluster role binding. kubectl set subject (-f FILENAME | TYPE NAME) [--user=username] [--group=groupname] [--serviceaccount=namespace:serviceaccountname] [--dry-run=server|client|none] Examples # Update a cluster role binding for serviceaccount1 kubectl set subject clusterrolebinding admin --serviceaccount=namespace:serviceaccount1 # Update a role binding for user1, user2, and group1 kubectl set subject rolebinding admin --user=user1 --user=user2 --group=group1 # Print the result (in YAML format) of updating rolebinding subjects from a local, without hitting the server kubectl create rolebinding admin --role=admin --user=admin -o yaml --dry-run=client | kubectl set subject --local -f - --user=foo -o yaml Options --all Select all resources, in the namespace of the specified resource typeskubernetes.io/docs/reference/kubectl/generated/kubectl_set/kubectl_set_subject/Fri Feb 06 08:47:41 GMT 2026 481K bytes