Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Interface ¶
type Interface interface {
BootstrapSystemResources(*SystemResources)
}
type SystemResources ¶
type SystemResources struct { Namespace *corev1.Namespace ServiceAccounts []*corev1.ServiceAccount RoleBindings []*rbacv1.RoleBinding }
func (*SystemResources) String ¶
func (r *SystemResources) String() (string, error)
Click to show internal directories.
Click to hide internal directories.