Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
41 commits
Select commit Hold shift + click to select a range
2f824df
docs: add user documentation for ALB Ingress controller (#2)
kamilprzybyl Jun 23, 2026
56ba53d
Move ALBC from CCM repository
fischerman Jun 24, 2026
62d9cfe
Fix some linter issues
fischerman Jun 25, 2026
9cdcdb3
Fixed controller tests
fischerman Jun 25, 2026
40658b0
Add event handler for services
fischerman Jun 25, 2026
7ea52ba
Verbosity levels
fischerman Jun 25, 2026
dc97548
Delete certificates on ingress class deletion
fischerman Jun 25, 2026
ef8a935
Move labels package into spec
fischerman Jun 25, 2026
8ff5db0
Clear some TODOs
fischerman Jun 25, 2026
a74c86d
Give certificates a proper name
fischerman Jun 25, 2026
6438207
Remove unused certificates even after creation
fischerman Jun 25, 2026
1c9d8e1
Ingress class annotation
fischerman Jun 25, 2026
e0a040e
Support source ranges
fischerman Jun 25, 2026
6f7137e
Do a couple of documentation TODOs
fischerman Jun 25, 2026
0a0ae5c
Implement target pool limit
fischerman Jun 25, 2026
5675ad5
Document target pool limits
fischerman Jun 25, 2026
c23a556
Fix test
fischerman Jun 25, 2026
d539b21
Support internal ALBs
fischerman Jun 25, 2026
209f335
Support static LBs
fischerman Jun 25, 2026
dab4dd0
Use index for paths
fischerman Jun 25, 2026
49aebaf
Support TLS bridging
fischerman Jun 25, 2026
0a2244a
Refine health checks
fischerman Jun 25, 2026
6d897bd
Remove TODO
fischerman Jun 25, 2026
34bef9f
Adjust TODO comments
fischerman Jun 25, 2026
6cf1730
Support out-of-band log configuration
fischerman Jun 26, 2026
7e56834
Define semantics for implementation-specific path
fischerman Jun 26, 2026
9488817
Update test for rule ordering
fischerman Jun 26, 2026
b75661e
Add test for update version
fischerman Jun 26, 2026
d68811b
Fix linter issues
fischerman Jun 26, 2026
c06a1e5
Improve controller tests
fischerman Jun 26, 2026
a73247f
Assign certificates per port
fischerman Jun 26, 2026
2b534a6
Link annotations
fischerman Jun 26, 2026
0ab0e3a
Use node port in docs
fischerman Jun 26, 2026
8bcd2b4
Enable leader election by default
fischerman Jun 26, 2026
72be85e
Index secret references on ingresses
fischerman Jun 26, 2026
0ee779b
Fix typo
fischerman Jun 26, 2026
df49b6e
Fix typo
fischerman Jun 26, 2026
852678c
Fix typo
fischerman Jun 26, 2026
93cb3d7
Fix typo
fischerman Jun 26, 2026
9e8cb89
Fix typo
fischerman Jun 26, 2026
836aba1
Fix path collision detection
fischerman Jun 26, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
205 changes: 21 additions & 184 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,188 +1,25 @@
###########
# Project #
###########

hack/tools/bin

cmd/testing/

kubeconfig.yaml

artifacts/
images.txt
images.json
admission-images.txt

# make output
bin/
out/

hack/generate-internal-groups.sh
hack/generate-controller-registration.sh

##########
# Golang #
##########

# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib

# Test binary, built with `go test -c`
*.test

# Output of the go coverage tool, specifically when used with LiteIDE
*.out

# Dependency directories (remove the comment below to include it)
# vendor/

__debug_bin*

##########
# Linux #
##########

*~

# temporary files which can be created if a process still has a handle open of a deleted file
.fuse_hidden*

# KDE directory preferences
.directory

# Linux trash folder which might appear on any partition or disk
.Trash-*

# .nfs files are created when an open file is removed but is still being accessed
.nfs*

###########
# Windows #
###########

# Windows thumbnail cache files
Thumbs.db
Thumbs.db:encryptable
ehthumbs.db
ehthumbs_vista.db

# Dump file
*.stackdump

# Folder config file
[Dd]esktop.ini

# Recycle Bin used on file shares
$RECYCLE.BIN/

# Windows Installer files
*.cab
*.msi
*.msix
*.msm
*.msp

# Windows shortcuts
*.lnk

#########
# macOS #
#########

# General
.DS_Store
.AppleDouble
.LSOverride

# Icon must end with two \r
Icon

# Thumbnails
._*

# Files that might appear in the root of a volume
.DocumentRevisions-V100
.fseventsd
.Spotlight-V100
.TemporaryItems
.Trashes
.VolumeIcon.icns
.com.apple.timemachine.donotpresent

# Directories potentially created on remote AFP share
.AppleDB
.AppleDesktop
Network Trash Folder
Temporary Items
.apdisk

##########
# VSCODE #
##########

.vscode/*
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
*.code-workspace

# Local History for Visual Studio Code
.history/

#############
# JetBrains #
#############

.vscode
.idea
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, WebStorm and Rider
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839

# User-specific stuff
.idea/**/workspace.xml
.idea/**/tasks.xml
.idea/**/usage.statistics.xml
.idea/**/dictionaries
.idea/**/shelf

# AWS User-specific
.idea/**/aws.xml

# Generated files
.idea/**/contentModel.xml

# Sensitive or high-churn files
.idea/**/dataSources/
.idea/**/dataSources.ids
.idea/**/dataSources.local.xml
.idea/**/sqlDataSources.xml
.idea/**/dynamic.xml
.idea/**/uiDesigner.xml
.idea/**/dbnavigator.xml

# Mongo Explorer plugin
.idea/**/mongoSettings.xml

# File-based project format
*.iws

# mpeltonen/sbt-idea plugin
.idea_modules/

# JIRA plugin
atlassian-ide-plugin.xml
/dev
/secrets
/hack/tools/bin/*
!/hack/tools/bin/.gitkeep
cover.out
cover.html
.envrc

# test binaries and reports
*.test
junit.xml

# Cursive Clojure plugin
.idea/replstate.xml
# files related to ondemand plugin
quotas*
hmac

# Crashlytics plugin (for Android Studio and IntelliJ)
com_crashlytics_export_strings.xml
crashlytics.properties
crashlytics-build.properties
fabric.properties
cloud.yaml
cloud-config.yaml
__debug_*

# Editor-based Rest Client
.idea/httpRequests
test/e2e/inventory*
test/e2e/sa-key*
test/e2e/kubeconfig*
Loading