Documentation ¶
Index ¶
Constants ¶
View Source
const (
// SPCVolumeObjectSpecKey represents the key of volume resource computedValues to keep the parameters for SecretProviderClass.
SPCVolumeObjectSpecKey = "csiobjectspec"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type KeyVaultRenderer ¶
type KeyVaultRenderer struct { }
KeyVaultRenderer is a render for azure keyvault volume.
func (*KeyVaultRenderer) Render ¶
func (r *KeyVaultRenderer) Render(ctx context.Context, resource v1.DataModelInterface, options *renderers.RenderOptions) (*renderers.RendererOutput, error)
Render creates a spec for the secret objects, keys and certificates from the VolumeResource and returns a RendererOutput with the spec and empty Resources and SecretValues.
type SecretObjects ¶
type SecretObjects struct {
// contains filtered or unexported fields
}
SecretObjects wraps the different secret objects to be configured on the SecretProvider class
Click to show internal directories.
Click to hide internal directories.