Documentation ¶
Index ¶
Constants ¶
View Source
const DefaultAzurePath = "azure"
Variables ¶
This section is empty.
Functions ¶
Types ¶
type AzureRole ¶
type AzureRole struct {
// contains filtered or unexported fields
}
func (*AzureRole) DeleteRole ¶
DeleteRole deletes role It's safe to call multiple time. It doesn't give error even if respective role doesn't exist
type AzureRoleInterface ¶
type AzureRoleInterface interface { role.RoleInterface // DeleteRole deletes role DeleteRole(name string) error }
func NewAzureRole ¶
func NewAzureRole(kClient kubernetes.Interface, appClient appcat_cs.AppcatalogV1alpha1Interface, role *api.AzureRole) (AzureRoleInterface, error)
Click to show internal directories.
Click to hide internal directories.