Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IsInvalidConfig ¶
IsInvalidConfig asserts invalidConfigError.
Types ¶
type Resource ¶
type Resource struct {
// contains filtered or unexported fields
}
Resource implements the operatorkit Resource interface to fill the operator's controller context with an appropriate encryption key. The controller context structure looks as follows.
cc.Status.TenantCluster.Encryption.Key
func (*Resource) EnsureCreated ¶
func (*Resource) EnsureDeleted ¶
EnsureDeleted is a noop because we do not want to delete anything when Node Pools are deleted. Deletion of the Tenant Cluster's KMS key is managed in the tccpencryption resource.
Click to show internal directories.
Click to hide internal directories.