Documentation
¶
Index ¶
Constants ¶
View Source
const ( // AzureIdentity K8sSchemeAzureIdentityGroup = "aadpodidentity.k8s.io" K8sSchemeAzureIdentityVersion = "v1" K8sSchemeAzureIdentityResourceSingular = "AzureIdentity" K8sSchemeAzureIdentityResourcePlural = "azureidentities" // AzureIdentityBinding K8sSchemeAzureIdentityBindingGroup = "aadpodidentity.k8s.io" K8sSchemeAzureIdentityBindingVersion = "v1" K8sSchemeAzureIdentityBindingResourceSingular = "AzureIdentityBinding" K8sSchemeAzureIdentityBindingResourcePlural = "azureidentitybindings" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MsiOperator ¶
type MsiOperator struct { Conf config.Opts UserAgent string Logger *zap.SugaredLogger // contains filtered or unexported fields }
func (*MsiOperator) Init ¶
func (m *MsiOperator) Init()
func (*MsiOperator) Start ¶
func (m *MsiOperator) Start(syncInterval time.Duration)
type MsiResourceInfo ¶
type MsiResourceList ¶
type MsiResourceList struct {
// contains filtered or unexported fields
}
func NewMsiResourceList ¶
func NewMsiResourceList() *MsiResourceList
func (*MsiResourceList) Add ¶
func (m *MsiResourceList) Add(val MsiResourceInfo)
func (*MsiResourceList) Clean ¶
func (m *MsiResourceList) Clean()
func (*MsiResourceList) Commit ¶
func (m *MsiResourceList) Commit()
func (*MsiResourceList) GetList ¶
func (m *MsiResourceList) GetList() []MsiResourceInfo
Click to show internal directories.
Click to hide internal directories.