hcp

package
v1.6.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 29, 2024 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Index

Constants

View Source
const (
	DefaultAccountRolePrefix = "ManagedOpenShift"
)

Variables

This section is empty.

Functions

func New

func New() datasource.DataSource

Types

type OperatorIAMRole

type OperatorIAMRole struct {
	Name            types.String `tfsdk:"operator_name"`
	Namespace       types.String `tfsdk:"operator_namespace"`
	RoleName        types.String `tfsdk:"role_name"`
	PolicyName      types.String `tfsdk:"policy_name"`
	ServiceAccounts types.List   `tfsdk:"service_accounts"`
}

type RosaOperatorRolesDataSource

type RosaOperatorRolesDataSource struct {
	// contains filtered or unexported fields
}

func (*RosaOperatorRolesDataSource) Configure

func (*RosaOperatorRolesDataSource) Metadata

func (*RosaOperatorRolesDataSource) Read

func (*RosaOperatorRolesDataSource) Schema

type RosaOperatorRolesState

type RosaOperatorRolesState struct {
	OperatorRolePrefix types.String       `tfsdk:"operator_role_prefix"`
	AccountRolePrefix  types.String       `tfsdk:"account_role_prefix"`
	OperatorIAMRoles   []*OperatorIAMRole `tfsdk:"operator_iam_roles"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL