ottoyiu / k8s-ec2-srcdst

A Kubernetes Controller that will ensure that the EC2 Source Destination Check (source-dest-check attribute) is disabled on nodes within the cluster.
Apache License 2.0
18 stars 8 forks source link

Add cast checks and remove DeleteFunc callback #11

Closed ottoyiu closed 6 years ago

ottoyiu commented 6 years ago

Fixes issue reported in #9 regarding object not being a Node object. Removed DeleteFunc callback as it is not needed.

Not ready to be merged yet. Needs to be tested.