package
2.8.2+incompatible
Repository: https://github.com/kubernetes-sigs/aws-load-balancer-controller.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
GetNodeCondition will get pointer to Node's existing condition.
GetPodCondition will get pointer to Pod's existing condition.
HasFinalizer tests whether k8s object has specified finalizer.
IsPodContainersReady returns whether pod is containersReady.
No description provided by the author
LookupContainerPort returns the numerical containerPort for specific port on Pod.
LookupServicePort returns the ServicePort structure for specific port on service.
NamespacedName returns the namespaced name for k8s objects.
NewConversionStore constructs new conversionStore.
No description provided by the author
NewDefaultPodInfoRepo constructs new defaultPodInfoRepo.
NewMockFinalizerManager creates a new mock instance.
NewMockPodInfoRepo creates a new mock instance.
No description provided by the author
NewSecretsStore constructs new conversionStore.
ToSliceOfNamespacedNames gets the slice of types.NamespacedName from the input slice s.
UpdatePodCondition will update Pod to contain specified condition.

# Constants

Ingress events.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Service events.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
TargetGroupBinding events.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

ConversionStore implements cache.Store.
MockFinalizerManager is a mock of FinalizerManager interface.
MockFinalizerManagerMockRecorder is the mock recorder for MockFinalizerManager.
MockPodInfoRepo is a mock of PodInfoRepo interface.
MockPodInfoRepoMockRecorder is the mock recorder for MockPodInfoRepo.
PodENIInfo is a json convertible structure that stores the Branch ENI details that can be used by the CNI plugin or the component consuming the resource.
PodInfo contains simplified pod information we cares about.
SecretsStore implements cache.Store.

# Interfaces

No description provided by the author
PodInfoRepo provides access to pod information within cluster.
SecretsManager manages the secret resources needed by the controller.

# Type aliases

No description provided by the author