- Sort Score
- Result 10 results
- Languages All
Results 611 - 620 of 634 for cmd (0.05 sec)
-
cmd/server_test.go
// GNU Affero General Public License for more details. // // You should have received a copy of the GNU Affero General Public License // along with this program. If not, see <http://www.gnu.org/licenses/>. package cmd import ( "bytes" "context" "encoding/xml" "fmt" "io" "math/rand" "net/http" "net/url" "reflect" "regexp" "runtime" "strings" "sync" "testing" "time"
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Fri Aug 29 02:39:48 UTC 2025 - 118.1K bytes - Viewed (0) -
cmd/sts-handlers_test.go
// GNU Affero General Public License for more details. // // You should have received a copy of the GNU Affero General Public License // along with this program. If not, see <http://www.gnu.org/licenses/>. package cmd import ( "bytes" "context" "fmt" "io" "os" "reflect" "slices" "strings" "testing" "time" "github.com/klauspost/compress/zip" "github.com/minio/madmin-go/v3"
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Fri Aug 29 02:39:48 UTC 2025 - 100.2K bytes - Viewed (1) -
lib/fips140/v1.0.0.zip
os.CreateTemp("", "addchain-"+p) if err != nil { log.Fatal(err) } defer os.Remove(tmp.Name()) cmd := exec.Command("addchain", "search", fmt.Sprintf("%d", exp)) cmd.Stderr = os.Stderr cmd.Stdout = tmp if err := cmd.Run(); err != nil { log.Fatal(err) } if err := tmp.Close(); err != nil { log.Fatal(err) } cmd = exec.Command("addchain", "gen", "-tmpl", tmplAddchainFile.Name(), tmp.Name()) cmd.Stderr = os.Stderr out, err = cmd.Output() if err != nil { log.Fatal(err) } out = bytes.Replace(out, []byte("Element"),...
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Wed Jan 29 15:10:35 UTC 2025 - 635K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.25.md
- go.opentelemetry.io/contrib/instrumentation/github.com/emicklei/go-restful/otelrestful: v0.20.0 - go.opentelemetry.io/contrib/propagators: v0.20.0 - google.golang.org/grpc/cmd/protoc-gen-go-grpc: v1.1.0 ### Changed - bitbucket.org/bertimus9/systemstat: 0eeff89 → v0.5.0 - cloud.google.com/go: v0.81.0 → v0.97.0
Registered: Fri Sep 05 09:05:11 UTC 2025 - Last Modified: Mon May 06 09:23:20 UTC 2024 - 419.1K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.5.md
* add selfsubjectaccessreview API ([#31271](https://github.com/kubernetes/kubernetes/pull/31271), [@deads2k](https://github.com/deads2k)) * Add kubectl describe cmd support for vSphere volume ([#31045](https://github.com/kubernetes/kubernetes/pull/31045), [@abrarshivani](https://github.com/abrarshivani))
Registered: Fri Sep 05 09:05:11 UTC 2025 - Last Modified: Thu Dec 24 02:28:26 UTC 2020 - 136.4K bytes - Viewed (0) -
cmd/object-handlers_test.go
// GNU Affero General Public License for more details. // // You should have received a copy of the GNU Affero General Public License // along with this program. If not, see <http://www.gnu.org/licenses/>. package cmd import ( "bytes" "context" "crypto/md5" "crypto/sha1" "encoding/base64" "encoding/hex" "encoding/xml" "fmt" "hash" "hash/crc32" "io" "maps" "net/http"
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Fri Aug 29 02:39:48 UTC 2025 - 163.1K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.27.md
- k8s.io/utils: 1a15be2 → a36077c - sigs.k8s.io/apiserver-network-proxy/konnectivity-client: v0.0.33 → v0.1.1 - sigs.k8s.io/json: f223a00 → bc3834c - sigs.k8s.io/kustomize/api: v0.12.1 → v0.13.2 - sigs.k8s.io/kustomize/cmd/config: v0.10.9 → v0.11.1 - sigs.k8s.io/kustomize/kyaml: v0.13.9 → v0.14.1 ### Removed - github.com/PuerkitoBio/purell: [v1.1.1](https://github.com/PuerkitoBio/purell/tree/v1.1.1)
Registered: Fri Sep 05 09:05:11 UTC 2025 - Last Modified: Wed Jul 17 07:48:22 UTC 2024 - 466.3K bytes - Viewed (2) -
CHANGELOG/CHANGELOG-1.7.md
* Support kube-master-url flag without kubeconfig * Fix concurrent R/Ws in dns.go * Fix confusing logging when initialize server * Fix printf in cmd/kube-dns/app/server.go * Fix version on startup and `--version` flag * Support specifying port number for nameserver in stubDomains #### kube-proxy * Features:
Registered: Fri Sep 05 09:05:11 UTC 2025 - Last Modified: Thu May 05 13:44:43 UTC 2022 - 308.7K bytes - Viewed (1) -
CHANGELOG/CHANGELOG-1.34.md
- k8s.io/system-validators: v1.9.1 → v1.10.1 - k8s.io/utils: 3ea5e8c → 4c0f3b2 - sigs.k8s.io/json: 9aa6b5e → cfa47c3 - sigs.k8s.io/kustomize/api: v0.19.0 → v0.20.1 - sigs.k8s.io/kustomize/cmd/config: v0.19.0 → v0.20.1 - sigs.k8s.io/kustomize/kustomize/v5: v5.6.0 → v5.7.1 - sigs.k8s.io/kustomize/kyaml: v0.19.0 → v0.20.1 - sigs.k8s.io/yaml: v1.4.0 → v1.6.0 ### Removed
Registered: Fri Sep 05 09:05:11 UTC 2025 - Last Modified: Wed Aug 27 10:36:10 UTC 2025 - 292.8K bytes - Viewed (1) -
CHANGELOG/CHANGELOG-1.10.md
* plugin/pkg/scheduler -> pkg/scheduler * plugin/cmd/kube-scheduler -> cmd/kube-scheduler * Bump metadata proxy version to v0.1.7 to pick up security fix. ([#57762](https://github.com/kubernetes/kubernetes/pull/57762), [@ihmccreery](https://github.com/ihmccreery))
Registered: Fri Sep 05 09:05:11 UTC 2025 - Last Modified: Thu May 05 13:44:43 UTC 2022 - 341.8K bytes - Viewed (0)