https://github.com/kubernetes/autoscaler
Raw File
Tip revision: 3c5cc58af501f879e6c19eba8cd96de46c6f9b48 authored by Kubernetes Prow Robot on 13 June 2023, 12:05:58 UTC
Merge pull request #5763 from Shubham82/modify_content_of_vpa
Tip revision: 3c5cc58
.gitignore
# OSX leaves these everywhere on SMB shares
._*

# OSX trash
.DS_Store

# Eclipse files
.classpath
.project
.settings/**

# Files generated by JetBrains IDEs, e.g. IntelliJ IDEA
.idea/
*.iml

# VSCode project files
**/.vscode

# Emacs save files
*~
\#*\#
.\#*

# Vim-related files
[._]*.s[a-w][a-z]
[._]s[a-w][a-z]
*.un~
Session.vim
.netrwhist

back to top