kube
Rust Kubernetes client and controller runtime
파일 탐색기
최종 버전 다운로드 (.zip)- devcontainer.json
- Dockerfile
- README.md
- scurl
- bug_report.yml
- config.yml
- feature_request.yml
- audit.yml
- ci.yml
- clippy.yml
- coverage.yml
- devcontainer.yml
- features.yml
- lint.yml
- memory-bench.yml
- release.yml
- rustfmt.yml
- codecov.yml
- dependabot.yml
- FUNDING.yml
- PULL_REQUEST_TEMPLATE.md
- release.yml
- boot.rs
- Cargo.toml
- deployment.yaml
- Dockerfile
- job.rs
- README.md
- admission_controller.rs
- admission_controller.yaml.tpl
- admission_crd.yaml
- admission_ok.yaml
- admission_reject.yaml
- admission_setup.sh
- Cargo.toml
- cert_check.rs
- configmapgen_controller.rs
- configmapgen_controller_crd.yaml
- configmapgen_controller_object.yaml
- crd-baz.yaml
- crd-qux.yaml
- crd_api.rs
- crd_apply.rs
- crd_derive.rs
- crd_derive_cel.rs
- crd_derive_custom_schema.rs
- crd_derive_multi.rs
- crd_derive_no_schema.rs
- crd_derive_schema.rs
- crd_reflector.rs
- custom_client.rs
- custom_client_retry.rs
- custom_client_tls.rs
- custom_client_trace.rs
- dynamic_api.rs
- dynamic_jsonpath.rs
- dynamic_pod.rs
- dynamic_watcher.rs
- errorbounded_configmap_watcher.rs
- event_watcher.rs
- job_api.rs
- kubectl.rs
- log_stream.rs
- multi_watcher.rs
- node_reflector.rs
- node_watcher.rs
- pod_api.rs
- pod_attach.rs
- pod_cp.rs
- pod_evict.rs
- pod_exec.rs
- pod_log_kubelet_debug.rs
- pod_paged.rs
- pod_portforward.rs
- pod_portforward_bind.rs
- pod_portforward_hyper_http.rs
- pod_reflector.rs
- pod_resize.rs
- pod_shell.rs
- pod_shell_crossterm.rs
- pod_watcher.rs
- README.md
- request_raw.rs
- secret_reflector.rs
- secret_syncer.rs
- secret_syncer_configmap.yaml
- shared_stream_controllers.rs
- lib.rs
- mock_tests.rs
- Cargo.toml
- csr.rs
- mod.rs
- core_methods.rs
- entry.rs
- mod.rs
- portforward.rs
- remote_command.rs
- subresource.rs
- mod.rs
- oauth.rs
- oidc.rs
- base_uri.rs
- extra_headers.rs
- mod.rs
- body.rs
- builder.rs
- client_ext.rs
- config_ext.rs
- kubelet_debug.rs
- mod.rs
- retry.rs
- tls.rs
- upgrade.rs
- kubeconfig_utf16be.yaml
- kubeconfig_utf16le.yaml
- kubeconfig_utf8.yaml
- file_config.rs
- file_loader.rs
- incluster_config.rs
- mod.rs
- apigroup.rs
- mod.rs
- oneshot.rs
- parse.rs
- error.rs
- lib.rs
- Cargo.toml
- README.md
- mod.rs
- simple.json
- mod.rs
- types.rs
- mod.rs
- v2.rs
- admission.rs
- crd.rs
- duration.rs
- dynamic.rs
- error_boundary.rs
- gvk.rs
- kubelet_debug.rs
- labels.rs
- lib.rs
- metadata.rs
- object.rs
- params.rs
- request.rs
- resource.rs
- response.rs
- schema.rs
- subresource.rs
- util.rs
- version.rs
- watch.rs
- Cargo.toml
- README.md
- mod.rs
- kvp.rs
- mod.rs
- printcolumn.rs
- scale.rs
- mod.rs
- lib.rs
- resource.rs
- attr_derive_not_allowed.rs
- attr_derive_not_allowed.stderr
- attr_serde_not_allowed.rs
- attr_serde_not_allowed.stderr
- cel_requires_derived_schema.rs
- cel_requires_derived_schema.stderr
- fail_with_suggestion.rs
- fail_with_suggestion.stderr
- missing_required.rs
- missing_required.stderr
- schema_mode_invalid.rs
- schema_mode_invalid.stderr
- schema_mode_unknown.rs
- schema_mode_unknown.stderr
- union_fails.rs
- union_fails.stderr
- crd_complex_enum_test.rs
- crd_enum_test.rs
- crd_mixed_enum_test.rs
- crd_schema_test.rs
- resource.rs
- test_ui.rs
- typed_subresource.rs
- Cargo.toml
- README.md
- memory.rs
- future_hash_map.rs
- mod.rs
- runner.rs
- dispatcher.rs
- mod.rs
- object_ref.rs
- store.rs
- backoff_reset_timer.rs
- delayed_init.rs
- event_decode.rs
- event_modify.rs
- mod.rs
- predicate.rs
- reflect.rs
- stream_backoff.rs
- watch_ext.rs
- events.rs
- finalizer.rs
- lib.rs
- scheduler.rs
- wait.rs
- watcher.rs
- .gitignore
- Cargo.toml
- release-afterdoc.sh
- release-gh.sh
- release-pre.sh
- .dockerignore
- .gitignore
- .mailmap
- Cargo.toml
- CHANGELOG.md
- clippy.toml
- code-of-conduct.md
- CONTRIBUTING.md
- deny.toml
- justfile
- LICENSE
- README.md
- release.toml
- rustfmt.toml
- SECURITY.md
- tarpaulin.toml
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/kube-rs/kube
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd kube
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
2. Rust
보통 추천사전 준비물
- Git GitHub에서 프로젝트 코드를 내려받으려면 필요합니다.
- Rust (rustup) rustup으로 설치하면 cargo도 함께 설치됩니다.
cargo build --release
Rust 프로젝트를 컴파일합니다.
cargo run
빌드 후 바로 실행까지 진행합니다.
cargo build가 에러 없이 끝나면 성공입니다. target/ 폴더에 실행 파일이 생성됩니다.
// repository documentation
Was this content helpful?
(0 ratings)
