Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ACLCreator ¶
type ACLCreator struct {
// contains filtered or unexported fields
}
func NewACLCreator ¶
func NewACLCreator( ctx context.Context, adminClient admin.Client, creatorConfig ACLCreatorConfig, ) (*ACLCreator, error)
type ACLCreatorConfig ¶
type ACLCreatorConfig struct {
ClusterConfig config.ClusterConfig
DryRun bool
SkipConfirm bool
ACLConfig config.ACLConfig
}
ACLCreatorConfig contains the configuration for an ACL creator.
Click to show internal directories.
Click to hide internal directories.