-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Longhorn toolbox CLI #33
Commits on Jun 19, 2024
-
fix(io): add error handling in FindFile func
Signed-off-by: Chin-Ya Huang <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d9f1248 - Browse repository at this point
Copy the full SHA d9f1248View commit details -
feat(io): implement max directory depth in FindFiles func
Signed-off-by: Chin-Ya Huang <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for cc5957f - Browse repository at this point
Copy the full SHA cc5957fView commit details -
test(io): max directory depth in FindFiles func
Signed-off-by: Chin-Ya Huang <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 817c5ac - Browse repository at this point
Copy the full SHA 817c5acView commit details -
feat(io): list open files in a directory
This function mimicks the behavior of the "lsof" command. Signed-off-by: Chin-Ya Huang <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 66690b6 - Browse repository at this point
Copy the full SHA 66690b6View commit details -
Signed-off-by: Chin-Ya Huang <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e27d01f - Browse repository at this point
Copy the full SHA e27d01fView commit details -
feat(io): check if a directory is empty
Signed-off-by: Chin-Ya Huang <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f1744ca - Browse repository at this point
Copy the full SHA f1744caView commit details -
Signed-off-by: Chin-Ya Huang <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4616255 - Browse repository at this point
Copy the full SHA 4616255View commit details -
feat(kubernetes): retrieve metadata for kubernetes runtime objects
Signed-off-by: Chin-Ya Huang <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a606c0c - Browse repository at this point
Copy the full SHA a606c0cView commit details -
test(kubernetes): GetObjMetaAccesser
Signed-off-by: Chin-Ya Huang <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b30ebff - Browse repository at this point
Copy the full SHA b30ebffView commit details -
feat(kubernetes): get in-cluster config
Signed-off-by: Chin-Ya Huang <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0caa657 - Browse repository at this point
Copy the full SHA 0caa657View commit details -
test(kubernetes): GetInClusterConfig
Signed-off-by: Chin-Ya Huang <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6fa5ffa - Browse repository at this point
Copy the full SHA 6fa5ffaView commit details -
feat(kubernetes): is pod container in state
Signed-off-by: Chin-Ya Huang <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 330094c - Browse repository at this point
Copy the full SHA 330094cView commit details -
test(kubernetes): IsPodContainerInState
Signed-off-by: Chin-Ya Huang <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c7925c6 - Browse repository at this point
Copy the full SHA c7925c6View commit details -
feat(misc): convert given value to string
Signed-off-by: Chin-Ya Huang <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f2b6486 - Browse repository at this point
Copy the full SHA f2b6486View commit details -
feat(misc): ConvertTypeToString
Signed-off-by: Chin-Ya Huang <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c956cce - Browse repository at this point
Copy the full SHA c956cceView commit details -
feat(longhorn): get volume name from replica data directory name
Signed-off-by: Chin-Ya Huang <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 38236c3 - Browse repository at this point
Copy the full SHA 38236c3View commit details -
test(longhorn): GetVolumeNameFromReplicaDataDirectoryName
Signed-off-by: Chin-Ya Huang <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d552f0e - Browse repository at this point
Copy the full SHA d552f0eView commit details -
refactor: move IsEngineProcess from utils to longhorn package
Signed-off-by: Chin-Ya Huang <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 55c3183 - Browse repository at this point
Copy the full SHA 55c3183View commit details -
refactor: move IsMountPointReadOnly from utils to kubernetes package
Signed-off-by: Chin-Ya Huang <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1976383 - Browse repository at this point
Copy the full SHA 1976383View commit details -
feat(kubernetes): create/delete/get ClusterRole
Signed-off-by: Chin-Ya Huang <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c1ac4cc - Browse repository at this point
Copy the full SHA c1ac4ccView commit details -
test(kubernetes): Create/Delete/GetClusterRole
Signed-off-by: Chin-Ya Huang <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for bc84083 - Browse repository at this point
Copy the full SHA bc84083View commit details -
feat(kubernetes): create/delete/get ClusterRoleBinding
Signed-off-by: Chin-Ya Huang <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7146ba1 - Browse repository at this point
Copy the full SHA 7146ba1View commit details -
test(kubernetes): Create/Delete/GetClusterRoleBinding
Signed-off-by: Chin-Ya Huang <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 30c8926 - Browse repository at this point
Copy the full SHA 30c8926View commit details -
feat(kubernetes): create/delete/get ConfigMap
Signed-off-by: Chin-Ya Huang <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b1082cf - Browse repository at this point
Copy the full SHA b1082cfView commit details -
test(kubernetes): Create/Delete/GetConfigMap
Signed-off-by: Chin-Ya Huang <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d37273a - Browse repository at this point
Copy the full SHA d37273aView commit details -
feat(kubernetes): create/delete/get DaemonSet
Signed-off-by: Chin-Ya Huang <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4f4c5c5 - Browse repository at this point
Copy the full SHA 4f4c5c5View commit details -
test(kubernetes): Create/Delete/GetDaemonSet
Signed-off-by: Chin-Ya Huang <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2b9d576 - Browse repository at this point
Copy the full SHA 2b9d576View commit details -
feat(kubernetes): create/delete/get ServiceAccount
Signed-off-by: Chin-Ya Huang <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c3f6410 - Browse repository at this point
Copy the full SHA c3f6410View commit details -
test(kubernetes): Create/Delete/GetServiceAccount
Signed-off-by: Chin-Ya Huang <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d75e6f9 - Browse repository at this point
Copy the full SHA d75e6f9View commit details -
feat(kubernetes): check if DaemonSet is ready
Signed-off-by: Chin-Ya Huang <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b3647b5 - Browse repository at this point
Copy the full SHA b3647b5View commit details -
test(kubernetes): IsDaemonSetReady
Signed-off-by: Chin-Ya Huang <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f4f499d - Browse repository at this point
Copy the full SHA f4f499dView commit details