Documentation ¶
Index ¶
Constants ¶
View Source
const (
// Name is the identifier of the resource.
Name = "authtokenmigration"
)
Variables ¶
This section is empty.
Functions ¶
func IsInvalidConfig ¶
IsInvalidConfig asserts invalidConfigError.
Types ¶
type Config ¶
type Config struct { K8sClient kubernetes.Interface Logger micrologger.Logger }
type Resource ¶
type Resource struct {
// contains filtered or unexported fields
}
Resource ensures the auth token secret is deleted as its no longer used. It was used to secure the status webhook which was replaced by the chart CR status watcher.
func (*Resource) EnsureCreated ¶
EnsureCreated ensures the auth token secret is deleted as its no longer used
func (Resource) EnsureDeleted ¶
Click to show internal directories.
Click to hide internal directories.