Documentation ¶
Index ¶
- Constants
- Variables
- func ConstructSpecForClusterGroupScope(d *schema.ResourceData) (...)
- func ConstructSpecForClusterScope(d *schema.ResourceData) (...)
- func FlattenSpecForClusterGroupScope(...) (data []interface{})
- func FlattenSpecForClusterScope(...) (data []interface{})
- func HasSpecChanged(d *schema.ResourceData) bool
- func ValidateSpec(_ context.Context, diff *schema.ResourceDiff, i interface{}) error
Constants ¶
View Source
const ( UsernamePasswordKey = "username_password" PasswordKey = "password" DataKey = "data" SSHKey = "ssh_key" IdentityKey = "identity" KnownhostsKey = "known_hosts" SpecKey = "spec" )
Variables ¶
Functions ¶
func ConstructSpecForClusterGroupScope ¶
func ConstructSpecForClusterGroupScope(d *schema.ResourceData) (spec *sourcesecretclustergroupmodel.VmwareTanzuManageV1alpha1ClustergroupFluxcdSourcesecretSpec)
func ConstructSpecForClusterScope ¶
func ConstructSpecForClusterScope(d *schema.ResourceData) (spec *sourcesecretclustermodel.VmwareTanzuManageV1alpha1ClusterFluxcdSourcesecretSpec)
nolint: nestif
func FlattenSpecForClusterGroupScope ¶
func FlattenSpecForClusterGroupScope(spec *sourcesecretclustergroupmodel.VmwareTanzuManageV1alpha1ClustergroupFluxcdSourcesecretSpec, specTypeData string) (data []interface{})
func FlattenSpecForClusterScope ¶
func FlattenSpecForClusterScope(spec *sourcesecretclustermodel.VmwareTanzuManageV1alpha1ClusterFluxcdSourcesecretSpec, specTypeData string) (data []interface{})
func HasSpecChanged ¶
func HasSpecChanged(d *schema.ResourceData) bool
func ValidateSpec ¶
func ValidateSpec(_ context.Context, diff *schema.ResourceDiff, i interface{}) error
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.