Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ConfigMap ¶
type ConfigMap struct { *common.SimpleResource[*v1.ConfigMap] }
func NewConfigMap ¶
type PersistentVolumeClaim ¶
type PersistentVolumeClaim struct { *common.SimpleResource[*v1.PersistentVolumeClaim] }
func NewPersistentVolumeClaim ¶
func NewPersistentVolumeClaim(pvc *v1.PersistentVolumeClaim) *PersistentVolumeClaim
type Secret ¶
type Secret struct { *common.SimpleResource[*v1.Secret] }
func NewSecretWithOnCreate ¶
NewSecretWithOnCreate is a helper function to create a Secret with a onCreate function The onCreate function is called when the Secret is required to be created or updated Due to the nature of the Secret, we do not want to generate the secret unless it is required to be created or updated
Click to show internal directories.
Click to hide internal directories.