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
The resource may be used by different controllers reconcoling different runtime objects. Therefore toClusterFunc must be configured accordingly. This may be a simple key function or a more complex lookup implementation.
func (*Resource) EnsureCreated ¶
func (*Resource) EnsureDeleted ¶
Click to show internal directories.
Click to hide internal directories.