Documentation ¶
Index ¶
Constants ¶
View Source
const ( OidcProviderARNRegex = "acs:ram::.*:oidc-provider/ack-rrsa-.*" RamRoleArnRegex = "acs:ram::.*:role/.*" RamRoleArnExample = "acs:ram::{accountID}:role/{roleName}" OidcProviderARNExample = "acs:ram::{accountID}:oidc-provider/ack-rrsa-{cluster-id}" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AKModel ¶
type AKModel struct {
// contains filtered or unexported fields
}
func (*AKModel) SetPreModel ¶
type CrossModel ¶
type CrossModel struct {
// contains filtered or unexported fields
}
func (*CrossModel) Init ¶
func (m *CrossModel) Init() tea.Cmd
func (*CrossModel) SetInfo ¶
func (m *CrossModel) SetInfo(name, namespace string)
func (*CrossModel) SetPreModel ¶
func (m *CrossModel) SetPreModel(preModel model.Model)
func (*CrossModel) View ¶
func (m *CrossModel) View() string
type DKMSModel ¶
type DKMSModel struct {
// contains filtered or unexported fields
}
func (*DKMSModel) SetPreModel ¶
type ECSModel ¶
type ECSModel struct {
// contains filtered or unexported fields
}
func (*ECSModel) SetPreModel ¶
type RRSAModel ¶
type RRSAModel struct {
// contains filtered or unexported fields
}
func (*RRSAModel) SetPreModel ¶
type RoleModel ¶
type RoleModel struct {
// contains filtered or unexported fields
}
func (*RoleModel) SetPreModel ¶
Click to show internal directories.
Click to hide internal directories.