Documentation ¶
Index ¶
- Constants
- func AddFinalizer(finalizer string, runtimeObj runtime.Object, client client.Client) error
- func ListContainsString(lookup string, list []string) (int, bool)
- func NewEc2Client(region string) ec2iface.EC2API
- func NewEksClient(region string) eksiface.EKSAPI
- func NewIamClient(region string) iamiface.IAMAPI
- func RemoveFinalizer(finalizer string, object runtime.Object, client client.Client) error
- type ErrEksClusterNotActive
- type ErrEksClusterNotFound
- type ErrInvalidSubnet
- type ErrPodExecutionRoleArnNotFound
- type FargateProfileReconciler
Constants ¶
View Source
const (
FargateProfileFinalizer = "agill.apps.eks-fargate-finalizer"
)
Variables ¶
This section is empty.
Functions ¶
func AddFinalizer ¶
func NewEc2Client ¶
func NewEksClient ¶
func NewIamClient ¶
Types ¶
type ErrEksClusterNotActive ¶
type ErrEksClusterNotActive struct {
Message string
}
func (ErrEksClusterNotActive) Error ¶
func (e ErrEksClusterNotActive) Error() string
type ErrEksClusterNotFound ¶
type ErrEksClusterNotFound struct {
Message string
}
func (ErrEksClusterNotFound) Error ¶
func (e ErrEksClusterNotFound) Error() string
type ErrInvalidSubnet ¶
type ErrInvalidSubnet struct {
Message string
}
func (ErrInvalidSubnet) Error ¶
func (e ErrInvalidSubnet) Error() string
type ErrPodExecutionRoleArnNotFound ¶
type ErrPodExecutionRoleArnNotFound struct {
Message string
}
func (ErrPodExecutionRoleArnNotFound) Error ¶
func (e ErrPodExecutionRoleArnNotFound) Error() string
type FargateProfileReconciler ¶
FargateProfileReconciler reconciles a FargateProfile object
func (*FargateProfileReconciler) SetupWithManager ¶
func (r *FargateProfileReconciler) SetupWithManager(mgr ctrl.Manager) error
Click to show internal directories.
Click to hide internal directories.